Commit 2587db3a authored by Vít Hanousek's avatar Vít Hanousek
Browse files

Remove debug output from SaveAndLoadmeshfunction test...

parent 1c34ecbe
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);