]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for Bug IPAL13649:
authorenk <enk@opencascade.com>
Thu, 19 Oct 2006 13:49:20 +0000 (13:49 +0000)
committerenk <enk@opencascade.com>
Thu, 19 Oct 2006 13:49:20 +0000 (13:49 +0000)
Regress 17.10: ScalarMap Ã¢Â\80Â\93 no visible elements

src/VISU_I/VISU_CorbaMedConvertor.cxx

index cd8e57304f93afb0de3ec0fc62a424e91181beeb..5ac0922b254c65fa5d53b395b1243dc81f410465 100644 (file)
@@ -1506,7 +1506,7 @@ ImportField(TArray& theArray,
   CORBA::String_var aSupportName = theMeshOnEntity->mySupport->getName();
   
   if(theMeshOnEntity->mySupport->isOnAllElements() &&
-     strcmp(aSupportName.in(),"SupportOnAll_MED_") > 1){
+     strcmp(aSupportName.in(),"SupportOnAll_MED_") > 0){
 
     if(theField->myEntity == NODE_ENTITY){
       VISU::EGeometry aEGeom = VISU::ePOINT1;