From 709a94a76d89f5bbd8ac88adf506b1203ca6d87d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 30 Mar 2008 11:53:04 +0000
Subject: [PATCH] *** empty log message ***

---
 Post/PViewDataGModelIO.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp
index 3d91c432f5..b6931170ec 100644
--- a/Post/PViewDataGModelIO.cpp
+++ b/Post/PViewDataGModelIO.cpp
@@ -1,4 +1,4 @@
-// $Id: PViewDataGModelIO.cpp,v 1.22 2008-03-30 11:25:11 geuzaine Exp $
+// $Id: PViewDataGModelIO.cpp,v 1.23 2008-03-30 11:53:04 geuzaine Exp $
 //
 // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 //
@@ -229,6 +229,7 @@ bool PViewDataGModel::readMED(std::string fileName, int fileIndex)
       }
 
       // create step data
+      // FIXME: search for model (i.e., mesh) by name and use the right one!
       if(!pair){
 	int numCompMsh = (numComp == 1) ? 1 : (numComp < 3) ? 3 : 9;
 	while(step >= (int)_steps.size())
@@ -290,7 +291,7 @@ bool PViewDataGModel::readMED(std::string fileName, int fileIndex)
 	tags.clear();
 
       // if we don't have tags, compute the starting index (i.e., how
-      // many elements of different type are the the mesh before these
+      // many elements of different type are in the mesh before these
       // ones)
       int startIndex = 0;
       if(!nodal && tags.empty()){
-- 
GitLab