From 1ce7ece27ef2cb6459237e9e8626030634f8ca52 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 28 May 2014 10:07:03 +0000 Subject: [PATCH] Removed one issue where the domain size was hard-coded [[Imported from SVN: r9774]] --- cosserat-continuum.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc index 018c4437..426d1561 100644 --- a/cosserat-continuum.cc +++ b/cosserat-continuum.cc @@ -108,7 +108,7 @@ public: // center of rotation FieldVector<double,3> center(0); - center[1] = 0.5; + center[1] = upper_[1]/2.0; FieldMatrix<double,3,3> rotation(0); rotation[0][0] = 1; -- GitLab