From 292a3b103161efe6ec4de3a33633e6ee4f84ab02 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 19 Jun 2008 08:57:33 +0000 Subject: [PATCH] *** empty log message *** --- src/VISUGUI/VisuGUI_Module.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ); } -- 2.39.2