Skip to content
Snippets Groups Projects
Commit 406cbacc authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Fix missing ';' in example code. Thanks Christoph Grüninger.

[[Imported from SVN: r5865]]
parent a68e3ec2
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ namespace Dune {
\code
if (filehandle == 0)
DUNE_THROW(FileError, "Could not open " << filename << " for reading!")
DUNE_THROW(FileError, "Could not open " << filename << " for reading!");
\endcode
DUNE_THROW automatically adds information about the exception thrown
......
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