Skip to content
Snippets Groups Projects
Commit 1ce7ece2 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Removed one issue where the domain size was hard-coded

[[Imported from SVN: r9774]]
parent 5da22230
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment