Skip to content
Snippets Groups Projects
Commit ae0382aa authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* small bug fix

parent 591d9d62
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@ namespace AMDiS {
numNodes += numPositionNodes;
}
TEST_EXIT_DBG(numNodes == mesh->getNumberOfNodes())
("invalid number of nodes\n");
// TEST_EXIT_DBG(numNodes == mesh->getNumberOfNodes())
// ("invalid number of nodes\n");
TEST_EXIT_DBG(numDOFs == basFcts->getNumber())
("number of dofs != number of basis functions\n");
......
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