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

remove spurious semicolon

[[Imported from SVN: r6750]]
parent 50d02c5e
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ struct RigidBodyMotion
}
// Translational part
Dune::FieldVector<ctype, dim> r;;
Dune::FieldVector<ctype, dim> r;
// Rotational part
Rotation<dim,ctype> q;
......
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