Skip to content
Snippets Groups Projects
Commit ddc258a5 authored by Peter Bastian's avatar Peter Bastian
Browse files

make output work for high precission

[[Imported from SVN: r5941]]
parent 2e8d245b
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ namespace Dune
inline std::ostream &
operator<< ( std::ostream &out, const GMPField< precision > &value )
{
return out << value.get_d();
return out << static_cast<const mpf_class&>(value);
}
}
......
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