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

pp

parent 4b3f4217
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ bool PViewData::fromVector(const std::vector<std::vector<double> > &vec)
if(skipElement(step, ent, ele)) continue;
for(int nod = 0; nod < getNumNodes(step, ent, ele); nod++){
double x, y, z;
int tag = getNode(step, ent, ele, nod, x, y, z);
getNode(step, ent, ele, nod, x, y, z);
for(int comp = 0; comp < getNumComponents(step, ent, ele); comp++){
if(i < (int)vec[step].size()){
setValue(step, ent, ele, nod, comp, vec[step][i++]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment