From c4a8631235941d73986a4e337d5d06efc1404cbf Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sun, 14 Mar 2010 20:07:07 +0000 Subject: [PATCH] make the data private again, as it should be [[Imported from SVN: r5743]] --- src/unitvector.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unitvector.hh b/src/unitvector.hh index 773a6365..65f1795d 100644 --- a/src/unitvector.hh +++ b/src/unitvector.hh @@ -149,7 +149,7 @@ public: } - //private: +private: Dune::FieldVector<double,dim> data_; }; -- GitLab