From: apo Date: Thu, 4 Aug 2005 05:50:05 +0000 (+0000) Subject: To process TimeStamps with number of Gauss Points == 1 X-Git-Tag: BR-D5-38-2003_D2005-12-09~134 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1db7d64600b82f9811c302927fbcea3bbb2d7047;p=modules%2Fvisu.git To process TimeStamps with number of Gauss Points == 1 --- diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index a0ece5a6..8c267acc 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -971,7 +971,7 @@ namespace int aNbGauss = aMeshValue.myNbGauss; int aNbComp = aMeshValue.myNbComp; - if(aNbGauss <= 1) + if(aNbGauss < 1) continue; INITMSG(MYDEBUG,"- aGeom = "<