From: dmv Date: Thu, 21 Oct 2010 11:06:49 +0000 (+0000) Subject: Remove Previous integrations!!!! X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=51f05405c21ba1b6cef2286d5ab9f64473403ab3;p=modules%2Fsmesh.git Remove Previous integrations!!!! --- diff --git a/src/SMESH_I/SMESH_Gen_i.cxx b/src/SMESH_I/SMESH_Gen_i.cxx index 6c1bfa193..39f885a1f 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -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' )