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

small change.

parent 7a4266da
No related branches found
No related tags found
No related merge requests found
......@@ -175,10 +175,7 @@ namespace Dune
{
DUNE_THROW(InvalidStateException,"file not found " << filename );
}
std::string name( filename );
name += " via SGrid";
return createCubeGrid( file, name, mpiComm );
return createCubeGrid( file, filename, mpiComm );
}
static GridPtr< Grid >
......
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