Skip to content
Snippets Groups Projects
Commit 5c9d8a1e authored by Oliver Sander's avatar Oliver Sander
Browse files

added missing spaces in screen output

[[Imported from SVN: r2132]]
parent ddce671e
Branches
Tags
No related merge requests found
......@@ -454,7 +454,7 @@ void Dune::AmiraMeshReader<Dune::UGGrid<3,3> >::read(Dune::UGGrid<3,3>& grid,
AmiraMesh* am = AmiraMesh::read(filename.c_str());
if(!am)
DUNE_THROW(IOError, "Could not open AmiraMesh file" << filename);
DUNE_THROW(IOError, "Could not open AmiraMesh file " << filename);
if (am->findData("Hexahedra", HxINT32, 8, "Nodes")) {
......@@ -489,7 +489,7 @@ void Dune::AmiraMeshReader<Dune::UGGrid<3,3> >::read(Dune::UGGrid<3,3>& grid,
std::vector<int> isBoundaryNode;
if(!am)
DUNE_THROW(IOError, "read: Could not open AmiraMesh file" << filename);
DUNE_THROW(IOError, "read: Could not open AmiraMesh file " << filename);
if (am->findData("Hexahedra", HxINT32, 8, "Nodes")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment