Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
dune-gmsh4
Commits
126a2675
Commit
126a2675
authored
Sep 14, 2020
by
Praetorius, Simon
Browse files
correct string in error message
parent
5631f6db
Pipeline
#4756
passed with stage
in 8 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/gmsh4/gmsh4reader.impl.hh
View file @
126a2675
...
...
@@ -287,7 +287,7 @@ void Gmsh4Reader<G,C,S>::read (std::string const& filename, bool fillCreator)
}
else
if
(
ext
==
".pro"
)
{
readParallelFileFromStream
(
input
,
comm
().
rank
(),
comm
().
size
(),
fillCreator
);
}
else
{
DUNE_THROW
(
IOError
,
"File has unknown file-extension '"
<<
ext
<<
"'. Allowed are only '.
vtu
' and '.p
vtu
'."
);
DUNE_THROW
(
IOError
,
"File has unknown file-extension '"
<<
ext
<<
"'. Allowed are only '.
msh
' and '.p
ro
'."
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment