Skip to content
Snippets Groups Projects
Commit f2dc4517 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed saving with expcetions.

parent b42fa59a
No related branches found
No related tags found
1 merge request!43Hamilton jacobi rebase
......@@ -173,10 +173,7 @@ makeSnapshot( )
Meshes::DistributedMeshes::DistributedGridIO<MeshFunctionType,Meshes::DistributedMeshes::LocalCopy> ::save(fileName.getFileName(), *u );
}
else
{
if( ! this->u->save( fileName.getFileName() ) )
return false;
}
this->u->save( fileName.getFileName() );
return 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