Skip to content
Snippets Groups Projects
Commit e41170b2 authored by Sven Marnach's avatar Sven Marnach
Browse files

restore old precision setting after printing sparse matrix

[[Imported from SVN: r840]]
parent 77300ad4
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,7 @@ namespace Dune {
// reset the output format
s.flags(oldflags);
s.precision(oldprec);
}
/** \brief Helper method for the writeMatrixToMatlab routine.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment