]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IPAL8742. Remove dependency of SALOMEDSImpl
authoreap <eap@opencascade.com>
Wed, 11 May 2005 05:25:48 +0000 (05:25 +0000)
committereap <eap@opencascade.com>
Wed, 11 May 2005 05:25:48 +0000 (05:25 +0000)
src/VISU_I/VISU_DumpPython.cc

index d0cb7c2bd1a37b1f8cb06a128de266a22495c40e..d1c66473ea38e173febc9b82def1b8d9d09fffae 100644 (file)
@@ -39,7 +39,6 @@
 #include "VISU_StreamLines_i.hh"
 #include "VISU_Table_i.hh"
 
-#include "SALOMEDSImpl_Study.hxx"
 #include "utilities.h"
 
 #include <cctype>      
@@ -1161,7 +1160,8 @@ namespace VISU{
 #endif
 
     std::string aPrefix(PREFIX);
-    aStr<<SALOMEDSImpl_Study::GetDumpStudyComment("VISU")<<endl<<endl;
+    aStr<<"### This file is generated by SALOME automatically by dump python funcitonality"
+      " of VISU component"<<endl<<endl;
     aStr<<"def RebuildData(theStudy):"<<endl;
     aStr<<aPrefix<<"from batchmode_salome import orb, naming_service, lcc, myStudyManager"<<endl;
     aStr<<aPrefix<<"import SALOME_MED"<<endl;