]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/IGESImport/IGESImport.cxx
Salome HOME
Merge from V6_main 13/12/2012
[modules/geom.git] / src / IGESImport / IGESImport.cxx
index e9c73ac4a2569d319a6fc57b6c43ad6dca374c53..3eba471083b4dc0dfa027e06af350932b8187a88 100644 (file)
@@ -108,10 +108,10 @@ extern "C"
         if (!aModel.IsNull()) {
           aValue = aModel->GlobalSection().UnitName();
 
-          if (!aValue.IsNull()) {
-            Handle(TCollection_HAsciiString) aPrefix = new TCollection_HAsciiString ("UNIT_");
-            aValue->Prepend(aPrefix);
-          }
+          //if (!aValue.IsNull()) {
+          //  Handle(TCollection_HAsciiString) aPrefix = new TCollection_HAsciiString ("UNIT_");
+          //  aValue->Prepend(aPrefix);
+          //}
         }
       }
       else {