Skip to content
Snippets Groups Projects
Commit ed6855de authored by Stefan Girke's avatar Stefan Girke
Browse files

use default value

parent 87f3fbdb
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ public:
typedef SolverMonitor SolverMonitorType ;
public:
EllipticAlgorithm(GridType& grid, const std::string name ) :
EllipticAlgorithm(GridType& grid, const std::string name = "" ) :
grid_( grid ),
gridPart_( grid_ ),
problem_( ProblemTraits::problem() ),
......
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