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

smooth() did not copy time values - fixed

parent 839f1824
No related branches found
No related tags found
No related merge requests found
......@@ -609,7 +609,8 @@ void PViewDataGModel::smooth()
GModel *m = _steps[step]->getModel();
int numComp = _steps[step]->getNumComponents();
_steps2.push_back(new stepData<double>(m, numComp, _steps[step]->getFileName(),
_steps[step]->getFileIndex()));
_steps[step]->getFileIndex(),
_steps[step]->getTime()));
std::map<int, int> nodeConnect;
for(int ent = 0; ent < getNumEntities(step); ent++){
for(int ele = 0; ele < getNumElements(step, ent); ele++){
......
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