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

fix compile

parent ea15aa98
Branches
Tags
No related merge requests found
...@@ -353,6 +353,8 @@ bool OctreePost::_getValue(void *in, int nbComp, double P[3], int timestep, ...@@ -353,6 +353,8 @@ bool OctreePost::_getValue(void *in, int nbComp, double P[3], int timestep,
double U[3]; double U[3];
e->xyz2uvw(P, U); e->xyz2uvw(P, U);
//printf("hey!\n");
double nodeval[8 * 9]; double nodeval[8 * 9];
for(int step = 0; step < _theViewDataGModel->getNumTimeSteps(); step++){ for(int step = 0; step < _theViewDataGModel->getNumTimeSteps(); step++){
if(timestep < 0 || step == timestep){ if(timestep < 0 || step == timestep){
......
...@@ -7,7 +7,7 @@ set(SRC ...@@ -7,7 +7,7 @@ set(SRC
linearSystemCSR.cpp linearSystemCSR.cpp
groupOfElements.cpp groupOfElements.cpp
elasticityTerm.cpp elasticityTerm.cpp
elasticitySolver.cpp # elasticitySolver.cpp
SElement.cpp SElement.cpp
eigenSolver.cpp eigenSolver.cpp
multiscaleLaplace.cpp multiscaleLaplace.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment