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

Use new syntax for default constructor

parent fbea1cdd
Branches
Tags
No related merge requests found
...@@ -36,7 +36,7 @@ class Material ...@@ -36,7 +36,7 @@ class Material
typedef VirtualGridFunction<GridType, block_type> GridFunction; typedef VirtualGridFunction<GridType, block_type> GridFunction;
public: public:
Material() {} Material() = default;
template <class BasisT> template <class BasisT>
Material(BasisT&& basis) : Material(BasisT&& basis) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment