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

test for 1d domains as well

[[Imported from SVN: r7119]]
parent d8beb3d3
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,9 @@ int main()
// choke on NaN
feenableexcept(FE_INVALID);
//testRealTuples();
//testRealTuples<1>();
testUnitVector2d<1>();
testUnitVector3d<1>();
testUnitVector2d<2>();
testUnitVector3d<2>();
//testRotations();
......
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