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

assert that the RodGrid is one-dimensional

[[Imported from SVN: r6779]]
parent d01966c7
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@
template <class RodGrid, class ContinuumGrid>
class RodContinuumComplex
{
dune_static_assert(RodGrid::dimension==1, "The RodGrid has to be one-dimensional!");
typedef std::vector<RigidBodyMotion<3> > RodConfiguration;
typedef Dune::BlockVector<Dune::FieldVector<double,3> > ContinuumConfiguration;
......
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