[cig-commits] r11255 - cs/benchmark/cigma/trunk/scratch/cg/src

luis at geodynamics.org luis at geodynamics.org
Tue Feb 26 04:52:10 PST 2008


Author: luis
Date: 2008-02-26 04:52:10 -0800 (Tue, 26 Feb 2008)
New Revision: 11255

Modified:
   cs/benchmark/cigma/trunk/scratch/cg/src/MainWindow.cpp
Log:
Added new header to MainWindow.cpp


Modified: cs/benchmark/cigma/trunk/scratch/cg/src/MainWindow.cpp
===================================================================
--- cs/benchmark/cigma/trunk/scratch/cg/src/MainWindow.cpp	2008-02-26 12:52:09 UTC (rev 11254)
+++ cs/benchmark/cigma/trunk/scratch/cg/src/MainWindow.cpp	2008-02-26 12:52:10 UTC (rev 11255)
@@ -10,6 +10,7 @@
 #include "OrientationAxes.h"
 #include "RenderPoints.h"
 #include "RenderTetrahedron.h"
+#include "RenderHexahedron.h"
 
 
 // ---------------------------------------------------------------------------
@@ -29,7 +30,8 @@
     AddOrientationAxes(qvtkWidget);
 
     //RenderPoints(ren);
-    RenderTetra(ren);
+    //RenderTetrahedron(ren);
+    RenderHexahedron(ren);
 }
 
 



More information about the cig-commits mailing list