Skip to content
Snippets Groups Projects
Commit d979c805 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

move declaration of variable 'averageInterface' into the fixed-point code

[[Imported from SVN: r6757]]
parent 7c1c5d3a
No related branches found
No related tags found
No related merge requests found
......@@ -356,8 +356,6 @@ int main (int argc, char *argv[]) try
VectorType oldSolution3d = x3d;
RodSolutionType oldSolutionRod = rodX;
RigidBodyMotion<3> averageInterface;
if (ddType=="FixedPointIteration") {
// //////////////////////////////////////////////////
......@@ -428,6 +426,8 @@ int main (int argc, char *argv[]) try
// Extract new interface position and orientation
// ///////////////////////////////////////////////////////////
RigidBodyMotion<3> averageInterface;
computeAverageInterface(interfaceBoundary[toplevel], x3d, averageInterface);
//averageInterface.r[0] = averageInterface.r[1] = 0;
......
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