Skip to content
Snippets Groups Projects
Commit 4afa8468 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing numerics

parent baf78730
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ BOOST_AUTO_TEST_CASE( CartDecomposition_test_use)
// Define ghost
Ghost<3,float> g3(0.005);
// We duplicate the decomposition refefining the ghost
// We duplicate the decomposition redefining the ghost
CartDecomposition<3,float> dec3 = dec.duplicate(g3);
ret = dec3.check_consistency();
......
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