From 41c4a6b3415d9401a7c55fc1d4045c9ffe1892f1 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 29 Mar 2008 22:46:01 +0000 Subject: [PATCH] fix profile --- Post/PViewDataGModelIO.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp index 01035b21c4..9bf52ea898 100644 --- a/Post/PViewDataGModelIO.cpp +++ b/Post/PViewDataGModelIO.cpp @@ -1,4 +1,4 @@ -// $Id: PViewDataGModelIO.cpp,v 1.17 2008-03-29 21:36:30 geuzaine Exp $ +// $Id: PViewDataGModelIO.cpp,v 1.18 2008-03-29 22:46:01 geuzaine Exp $ // // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // @@ -280,7 +280,7 @@ bool PViewDataGModel::readMED(std::string fileName, int fileIndex) nodeTags.clear(); for(unsigned int i = 0; i < profile.size(); i++){ int num = nodeTags.empty() ? profile[i] : nodeTags[profile[i] - 1]; - fillData(_steps[step], num, val, profile[i] - 1, numComp); + fillData(_steps[step], num, val, i, numComp); } } else{ -- GitLab