From 11376ef8ed1fd72238c2873872c7184031de19f5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 16 Oct 2013 07:12:20 +0000 Subject: [PATCH] missing fillEntities and computeBoundingBox in smooth() --- Post/PViewDataGModel.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Post/PViewDataGModel.cpp b/Post/PViewDataGModel.cpp index ef6bd49fd0..07bf51886d 100644 --- a/Post/PViewDataGModel.cpp +++ b/Post/PViewDataGModel.cpp @@ -647,6 +647,9 @@ void PViewDataGModel::smooth() _steps2.push_back(new stepData<double>(m, numComp, _steps[step]->getFileName(), _steps[step]->getFileIndex(), _steps[step]->getTime())); + _steps2.back()->fillEntities(); + _steps2.back()->computeBoundingBox(); + std::map<int, int> nodeConnect; for(int ent = 0; ent < getNumEntities(step); ent++){ for(int ele = 0; ele < getNumElements(step, ent); ele++){ -- GitLab