Skip to content
Snippets Groups Projects
Commit 8df370e0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent ea15aa98
No related branches found
No related tags found
No related merge requests found
......@@ -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){
......
......@@ -7,7 +7,7 @@ set(SRC
linearSystemCSR.cpp
groupOfElements.cpp
elasticityTerm.cpp
elasticitySolver.cpp
# elasticitySolver.cpp
SElement.cpp
eigenSolver.cpp
multiscaleLaplace.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment