diff --git a/Post/OctreePost.cpp b/Post/OctreePost.cpp index 90c8bfc4a745db9eca2c458db3cacc0c05a2b648..3df1fa61915f7d7cbe16a38ce54837ee560a5787 100644 --- a/Post/OctreePost.cpp +++ b/Post/OctreePost.cpp @@ -353,6 +353,8 @@ bool OctreePost::_getValue(void *in, int nbComp, double P[3], int timestep, double U[3]; e->xyz2uvw(P, U); + //printf("hey!\n"); + double nodeval[8 * 9]; for(int step = 0; step < _theViewDataGModel->getNumTimeSteps(); step++){ if(timestep < 0 || step == timestep){ diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt index fcb4bc40ae8e3759861cda8ef515b955bee16db0..0d62971981b26f5f3c6611c84df203ce45721bbb 100644 --- a/Solver/CMakeLists.txt +++ b/Solver/CMakeLists.txt @@ -7,7 +7,7 @@ set(SRC linearSystemCSR.cpp groupOfElements.cpp elasticityTerm.cpp - elasticitySolver.cpp +# elasticitySolver.cpp SElement.cpp eigenSolver.cpp multiscaleLaplace.cpp