]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor changes
authorapo <apo@opencascade.com>
Thu, 2 Nov 2006 06:15:10 +0000 (06:15 +0000)
committerapo <apo@opencascade.com>
Thu, 2 Nov 2006 06:15:10 +0000 (06:15 +0000)
src/VISU_I/VISUConfig.cc
src/VISU_I/VISU_I.cxx

index 91624f8fb46261d730c7b8fca9e6a69a65e13468..401dd8eececb1c0b466fe3d49b320a797c115f35 100644 (file)
@@ -185,8 +185,8 @@ namespace VISU{
   Storable* 
   Storable
   ::Create(SALOMEDS::SObject_ptr theSObject,
-                  const std::string& thePrefix, 
-                  const std::string& theLocalPersistentID)
+          const std::string& thePrefix, 
+          const std::string& theLocalPersistentID)
   {
     try{
       QString strIn( theLocalPersistentID.c_str() );
index 649d25df0b09e7b2f82aef2d831f9dab26a62a67..6c8c3973d65372bfa63e809354d02d967d4507fb 100644 (file)
@@ -43,6 +43,7 @@
 #include "VISU_Vectors_i.hh"
 #include "VISU_StreamLines_i.hh"
 #include "VISU_GaussPoints_i.hh"
+#include "VISU_ScalarMapOnDeformedShape_i.hh"
 #include "VISU_ViewManager_i.hh"
 #include "VISU_View_i.hh"
 #include "VISU_TimeAnimation.h"