From abb39541ee5722be1cbf91418efca480aef4b3ae Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 31 Mar 2008 21:17:37 +0000
Subject: [PATCH] *** empty log message ***

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

diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp
index 9d3a3daeaa..df76dee838 100644
--- a/Post/PViewDataGModelIO.cpp
+++ b/Post/PViewDataGModelIO.cpp
@@ -1,4 +1,4 @@
-// $Id: PViewDataGModelIO.cpp,v 1.30 2008-03-31 21:12:41 geuzaine Exp $
+// $Id: PViewDataGModelIO.cpp,v 1.31 2008-03-31 21:17:37 geuzaine Exp $
 //
 // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 //
@@ -273,8 +273,9 @@ bool PViewDataGModel::readMED(std::string fileName, int fileIndex)
 	return false;
       }
 
-      // read Gauss point data
-      if(ngauss != MED_NOPG){
+      // read Gauss point data (if locname is MED_GAUSS_ELNO, the
+      // points are the element vertices)
+      if(ngauss != MED_NOPG && std::string(locname) != MED_GAUSS_ELNO){
 	std::vector<med_float> refcoo((ele % 100) * (ele / 100));
 	std::vector<med_float> gscoo(ngauss * ele / 100);
 	std::vector<med_float> wg(ngauss);
-- 
GitLab