Skip to content
Snippets Groups Projects
Commit 2587db3a authored by Vít Hanousek's avatar Vít Hanousek
Browse files

Remove debug output from SaveAndLoadmeshfunction test...

parent 1c34ecbe
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,6 @@ class TestSaveAndLoadMeshfunction
DofType localDof(localGridptr->template getEntitiesCount< Cell >());
std::cout << localGridptr->GetDistMesh() <<std::endl;
SharedPointer<MeshFunctionType> localMeshFunctionptr;
localMeshFunctionptr->bind(localGridptr,localDof);
linearFunctionEvaluator.evaluateAllEntities(localMeshFunctionptr , linearFunctionPtr);
......
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