From 1db7d64600b82f9811c302927fbcea3bbb2d7047 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 4 Aug 2005 05:50:05 +0000 Subject: [PATCH] To process TimeStamps with number of Gauss Points == 1 --- src/CONVERTOR/VISU_Convertor_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "<