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

fix comment

[[Imported from SVN: r6758]]
parent d979c805
Branches
No related tags found
No related merge requests found
...@@ -415,7 +415,7 @@ void RodContinuumSteklovPoincareStep<RodGridType,ContinuumGridType>::iterate(Rig ...@@ -415,7 +415,7 @@ void RodContinuumSteklovPoincareStep<RodGridType,ContinuumGridType>::iterate(Rig
setRotation(*interfaceBoundary_, x3d, relativeMovement); setRotation(*interfaceBoundary_, x3d, relativeMovement);
// Right hand side vector: currently with Neumann and volume terms // Right hand side vector: currently without Neumann and volume terms
VectorType rhs3d(x3d.size()); VectorType rhs3d(x3d.size());
rhs3d = 0; rhs3d = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment