From 4cbe6d0ca549d2417ba1efe7eab0dcbe944389be Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 22 Apr 2010 14:29:02 +0000
Subject: [PATCH] make actual matrix public, for easier testing

[[Imported from SVN: r5926]]
---
 src/localstiffness.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/localstiffness.hh b/src/localstiffness.hh
index 3a049a91..9dc94e77 100644
--- a/src/localstiffness.hh
+++ b/src/localstiffness.hh
@@ -172,7 +172,7 @@ namespace Dune
             return A.N();
 	}
 
-  protected:
+  public:
 	// assembled data
 	Matrix<MBlockType> A;
     
-- 
GitLab