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
Branches
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ struct RigidBodyMotion ...@@ -103,7 +103,7 @@ struct RigidBodyMotion
} }
// Translational part // Translational part
Dune::FieldVector<ctype, dim> r;; Dune::FieldVector<ctype, dim> r;
// Rotational part // Rotational part
Rotation<dim,ctype> q; Rotation<dim,ctype> q;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment