Salome HOME
Remove Previous integrations!!!!
authordmv <dmv@opencascade.com>
Thu, 21 Oct 2010 11:06:49 +0000 (11:06 +0000)
committerdmv <dmv@opencascade.com>
Thu, 21 Oct 2010 11:06:49 +0000 (11:06 +0000)
src/SMESH_I/SMESH_Gen_i.cxx

index 6c1bfa193ba3dc6348b5acb1d5a370daef93c0f8..39f885a1f2da4c4dc1b9af87f3b676b06f987f51 100644 (file)
@@ -4278,7 +4278,7 @@ bool SMESH_Gen_i::LoadASCII( SALOMEDS::SComponent_ptr theComponent,
                              const char*              theURL,
                              bool                     isMultiFile ) {
   if(MYDEBUG) MESSAGE( "SMESH_Gen_i::LoadASCII" );
-  //return Load( theComponent, theStream, theURL, isMultiFile );
+  return Load( theComponent, theStream, theURL, isMultiFile );
 
   //before call main ::Load method it's need for decipher text format to
   //binary ( "|xx" => x' )