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

luis at geodynamics.org luis at geodynamics.org
Wed Jan 28 09:05:25 PST 2009


Author: luis
Date: 2009-01-28 09:05:24 -0800 (Wed, 28 Jan 2009)
New Revision: 13991

Modified:
   cs/cigma/trunk/src/cli_info_cmd.cpp
Log:
Update 'cigma info' on elements (update here as needed)

Modified: cs/cigma/trunk/src/cli_info_cmd.cpp
===================================================================
--- cs/cigma/trunk/src/cli_info_cmd.cpp	2009-01-28 17:05:23 UTC (rev 13990)
+++ cs/cigma/trunk/src/cli_info_cmd.cpp	2009-01-28 17:05:24 UTC (rev 13991)
@@ -19,15 +19,21 @@
 static int info_on_elements()
 {
     // XXX: define static method Cell::list_elements()
+    //
     const char *indent = "   ";
     cout << "List of elements available for use in a Field:" << endl;
-    cout << indent << "hex8, hex20, hex27" << endl;
-    cout << indent << "tet4, tet10" << endl;
+    cout << indent << "tet4, hex8" << endl;
+    cout << indent << "tri3, tri6, quad4" << endl;
+    
+    // XXX: restore these one by one.
+    //cout << indent << "hex8, hex20, hex27" << endl;
+    //cout << indent << "tet4, tet10" << endl;
     //cout << indent << "prism6, prism15, prism18" << endl;
     //cout << indent << "pyramid5" << endl;
-    cout << indent << "quad4, quad8, quad9" << endl;
-    cout << indent << "tri3, tri6" << endl;
+    //cout << indent << "quad4, quad8, quad9" << endl;
+    //cout << indent << "tri3, tri6" << endl;
     //cout << indent << "edge2, edge3, edge4" << endl;
+
     return 0;
 }
 



More information about the CIG-COMMITS mailing list