[cig-commits] r11427 - cs/benchmark/cigma/trunk/src
luis at geodynamics.org
luis at geodynamics.org
Wed Mar 12 11:03:30 PDT 2008
Author: luis
Date: 2008-03-12 11:03:29 -0700 (Wed, 12 Mar 2008)
New Revision: 11427
Modified:
cs/benchmark/cigma/trunk/src/CommandSet.cpp
cs/benchmark/cigma/trunk/src/Makefile.am
Log:
Reintroduced 'extract' 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:27 UTC (rev 11426)
+++ cs/benchmark/cigma/trunk/src/CommandSet.cpp 2008-03-12 18:03:29 UTC (rev 11427)
@@ -6,7 +6,7 @@
#include "HelpCmd.h"
#include "CompareCmd.h"
#include "ListCmd.h"
-//#include "ExtractCmd.h"
+#include "ExtractCmd.h"
//#include "EvalCmd.h"
#include "CubeCmd.h"
@@ -34,7 +34,7 @@
addCommand(new CompareCmd());
addCommand(new ListCmd());
addCommand(new CubeCmd());
- //addCommand(new ExtractCmd());
+ addCommand(new ExtractCmd());
//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:27 UTC (rev 11426)
+++ cs/benchmark/cigma/trunk/src/Makefile.am 2008-03-12 18:03:29 UTC (rev 11427)
@@ -77,6 +77,8 @@
CubeMeshPart.h \
DofHandler.cpp \
DofHandler.h \
+ ExtractCmd.h \
+ ExtractCmd.cpp \
FE.cpp \
FE_Field.cpp \
FE_Field.h \
More information about the cig-commits
mailing list