Skip to content
Snippets Groups Projects
Commit 87e1bbac authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Remove some debug information

parent 93a4f709
No related branches found
No related tags found
No related merge requests found
...@@ -272,8 +272,6 @@ int main (int argc, char *argv[]) try ...@@ -272,8 +272,6 @@ int main (int argc, char *argv[]) try
p1NodalBasis.update(); p1NodalBasis.update();
adaptorP1.adapt(x); adaptorP1.adapt(x);
// if (paramBoundaries)
// improveGrid(grid->10);
std::cout << "########################################################" << std::endl; std::cout << "########################################################" << std::endl;
std::cout << " Grid refined" << std::endl; std::cout << " Grid refined" << std::endl;
...@@ -284,7 +282,6 @@ int main (int argc, char *argv[]) try ...@@ -284,7 +282,6 @@ int main (int argc, char *argv[]) try
} }
//std::cout << "Hierarchic Error: " << std::endl << hierarchicError << std::endl;
// Output result // Output result
LeafAmiraMeshWriter<GridType> amiramesh; LeafAmiraMeshWriter<GridType> amiramesh;
amiramesh.addLeafGrid(*grid,true); amiramesh.addLeafGrid(*grid,true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment