Skip to content
Snippets Groups Projects
Commit e4a40308 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

make compile

parent dada7259
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,8 @@ public:
typedef VectorTypeTEMPLATE VectorType;
typedef MatrixTypeTEMPLATE MatrixType;
typedef typename VectorType::field_type field_type;
typedef std::shared_ptr< <BasisGridFunction<Basis,VectorType> > GridFunctionPtr;
typedef std::shared_ptr<BasisGridFunction<Basis,VectorType> > GridFunctionPtr;
NonlinearElasticityProblem(const MaterialType& material,
VectorType& extForces):
material_(Dune::stackobject_to_shared_ptr(material)),
extForces_(Dune::stackobject_to_shared_ptr(extForces))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment