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
d03d6530
Commit
d03d6530
authored
Sep 17, 2020
by
Praetorius, Simon
Browse files
Merge branch 'master' of gitlab.mn.tu-dresden.de:spraetor/dune-gmsh4
parents
a78e388e
126a2675
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/gmsh4/gmsh4reader.impl.hh
View file @
d03d6530
...
...
@@ -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