From e22bcdabf2798490b2f60d0490ac87e5e0d8fa41 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 1 Nov 2013 16:40:53 +0000 Subject: [PATCH] pp --- Post/PViewDataIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Post/PViewDataIO.cpp b/Post/PViewDataIO.cpp index 1627697213..9d3e79542c 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -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++]); -- GitLab