[cig-commits] r11423 - cs/benchmark/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Mar 12 11:03:23 PDT 2008


Author: luis
Date: 2008-03-12 11:03:22 -0700 (Wed, 12 Mar 2008)
New Revision: 11423

Modified:
   cs/benchmark/cigma/trunk/src/CommandSet.cpp
   cs/benchmark/cigma/trunk/src/Makefile.am
Log:
Reintroduced cube to default list of commands


Modified: cs/benchmark/cigma/trunk/src/CommandSet.cpp
===================================================================
--- cs/benchmark/cigma/trunk/src/CommandSet.cpp	2008-03-12 18:03:19 UTC (rev 11422)
+++ cs/benchmark/cigma/trunk/src/CommandSet.cpp	2008-03-12 18:03:22 UTC (rev 11423)
@@ -8,7 +8,7 @@
 #include "ListCmd.h"
 //#include "ExtractCmd.h"
 //#include "EvalCmd.h"
-//#include "CubeCmd.h"
+#include "CubeCmd.h"
 
 cigma::CommandSet::CommandSet()
 {
@@ -33,8 +33,8 @@
     addCommand(help);
     addCommand(new CompareCmd());
     addCommand(new ListCmd());
+    addCommand(new CubeCmd());
     //addCommand(new ExtractCmd());
-    //addCommand(new CubeCmd());
     //addCommand(new EvalCmd());
     //addCommand(new SkelCmd());
 

Modified: cs/benchmark/cigma/trunk/src/Makefile.am
===================================================================
--- cs/benchmark/cigma/trunk/src/Makefile.am	2008-03-12 18:03:19 UTC (rev 11422)
+++ cs/benchmark/cigma/trunk/src/Makefile.am	2008-03-12 18:03:22 UTC (rev 11423)
@@ -71,6 +71,8 @@
 	CompareCmd.cpp \
 	CompareCmd.h \
 	convert.h \
+	CubeCmd.h \
+	CubeCmd.cpp \
 	CubeMeshPart.cpp \
 	CubeMeshPart.h \
 	DofHandler.cpp \
@@ -140,8 +142,6 @@
 	VtkReader.h \
 	VtkXmlReader.cpp \
 	VtkXmlReader.h \
-	VtkUgMeshPart.cpp \
-	VtkUgMeshPart.h \
 	VtkWriter.cpp \
 	VtkWriter.h \
 	Writer.cpp \



More information about the cig-commits mailing list