Skip to content
Snippets Groups Projects
Commit 3af5e574 authored by Oliver Sander's avatar Oliver Sander
Browse files

Test 0d-in-3d geometry constructed with the 3d-in-3d constructor.

This is not as stupid as it sounds: the given lower left corner
should then be taken as coordinate vector.
parent a99fdf04
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,11 @@ int main (int argc , char **argv) try
testCodimNonZero<2,3>(result);
testCodimNonZero<3,3>(result);
// Test what happens when a zero-dimensional geometry (a point) is
// constructed with the codim-zero constructor (taking lower and upper
// corners).
testCodimZero<0,3>(result);
return result;
}
catch (Dune::Exception& e) {
......
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