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

also test the RealTuple class

[[Imported from SVN: r9197]]
parent 15a2ca89
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,9 @@ void test()
int main() try
{
test<RealTuple<double,1> >();
test<RealTuple<double,3> >();
test<UnitVector<double,2> >();
test<UnitVector<double,3> >();
test<UnitVector<double,4> >();
......
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