]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To process TimeStamps with number of Gauss Points == 1
authorapo <apo@opencascade.com>
Thu, 4 Aug 2005 05:50:05 +0000 (05:50 +0000)
committerapo <apo@opencascade.com>
Thu, 4 Aug 2005 05:50:05 +0000 (05:50 +0000)
src/CONVERTOR/VISU_Convertor_impl.cxx

index a0ece5a69d8957492ced711299ac92894a06ae6a..8c267acc9000b634d795d6f0a268068888b7a5e9 100644 (file)
@@ -971,7 +971,7 @@ namespace
       int aNbGauss = aMeshValue.myNbGauss;
       int aNbComp = aMeshValue.myNbComp;
       
-      if(aNbGauss <= 1)
+      if(aNbGauss < 1)
        continue;
 
       INITMSG(MYDEBUG,"- aGeom = "<<aGeom<<