Skip to content
Snippets Groups Projects
Commit 24676612 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

NULL --> nullptr

parent b962aa6b
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ public:
//! ???
RodAssembler(const GridView &gridView)
: GeodesicFEAssembler<Basis, RigidBodyMotion<double,2> >(gridView,NULL)
: GeodesicFEAssembler<Basis, RigidBodyMotion<double,2> >(gridView,nullptr)
{
B = 1;
A1 = 1;
......
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