From: vsv Date: Thu, 19 Jun 2008 08:57:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TG_VISU_2008_2008-06-26~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=292a3b103161efe6ec4de3a33633e6ee4f84ab02;p=modules%2Fvisu.git *** empty log message *** --- diff --git a/src/VISUGUI/VisuGUI_Module.cxx b/src/VISUGUI/VisuGUI_Module.cxx index 8d8d138e..cd55c1bc 100644 --- a/src/VISUGUI/VisuGUI_Module.cxx +++ b/src/VISUGUI/VisuGUI_Module.cxx @@ -957,7 +957,8 @@ void VisuGUI_Module::createRecorderPreferences() void VisuGUI_Module::OnCreateGaussPoints() { double initialTime = vtkTimerLog::GetCPUTime(); - CreatePrs3d(this, VVTK_Viewer::Type()); + //CreatePrs3d(this, VVTK_Viewer::Type()); + CreatePrs3d(this, SVTK_Viewer::Type()); INFOS( "VisuGUI_Module::OnCreateGaussPoints() : Gauss Points created in " << vtkTimerLog::GetCPUTime() - initialTime << " seconds" ); }