Skip to content
Snippets Groups Projects
Commit b629632c authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

enable checkpointing file name

parent 807e059f
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ static inline std::string checkPointRestartFileName ()
static std::string checkFileName ;
if( ! initialized )
{
/*
const std::string key( "fem.io.checkpointrestartfile" );
if( ParameterType :: exists( key ) )
{
......@@ -57,7 +56,6 @@ static inline std::string checkPointRestartFileName ()
}
else
checkFileName = "" ;
*/
initialized = true ;
}
......
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