From 8df370e0f97bd2bda0049b7b29d17ac8fbd38db3 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 21 Dec 2009 08:41:58 +0000 Subject: [PATCH] fix compile --- Post/OctreePost.cpp | 2 ++ Solver/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Post/OctreePost.cpp b/Post/OctreePost.cpp index 90c8bfc4a7..3df1fa6191 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 fcb4bc40ae..0d62971981 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 -- GitLab