Skip to content
Snippets Groups Projects
Commit 7b27a020 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

more digits for the screen output

[[Imported from SVN: r7140]]
parent 819eba7c
No related branches found
No related tags found
No related merge requests found
......@@ -348,6 +348,8 @@ int main()
// choke on NaN
feenableexcept(FE_INVALID);
std::cout << std::setw(15) << std::setprecision(12);
//testRealTuples<1>();
testUnitVector2d<1>();
testUnitVector3d<1>();
......
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