[cig-commits] r12946 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Sep 24 04:10:32 PDT 2008


Author: luis
Date: 2008-09-24 04:10:31 -0700 (Wed, 24 Sep 2008)
New Revision: 12946

Added:
   cs/cigma/trunk/src/cigma.cpp
Log:
Main method of cigma executable

Added: cs/cigma/trunk/src/cigma.cpp
===================================================================
--- cs/cigma/trunk/src/cigma.cpp	                        (rev 0)
+++ cs/cigma/trunk/src/cigma.cpp	2008-09-24 11:10:31 UTC (rev 12946)
@@ -0,0 +1,7 @@
+#include "cli_application.h"
+
+int main(int argc, char *argv[])
+{
+    cigma::Application app;
+    return app.main(argc, argv);
+}



More information about the cig-commits mailing list