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

luis at geodynamics.org luis at geodynamics.org
Tue Jan 29 11:47:44 PST 2008


Author: luis
Date: 2008-01-29 11:47:44 -0800 (Tue, 29 Jan 2008)
New Revision: 9178

Modified:
   cs/benchmark/cigma/trunk/src/FiatProxy.h
Log:
Typo in enumeration value (LINE should be 12)

Modified: cs/benchmark/cigma/trunk/src/FiatProxy.h
===================================================================
--- cs/benchmark/cigma/trunk/src/FiatProxy.h	2008-01-29 19:47:41 UTC (rev 9177)
+++ cs/benchmark/cigma/trunk/src/FiatProxy.h	2008-01-29 19:47:44 UTC (rev 9178)
@@ -13,7 +13,7 @@
 {
 public:
     typedef enum {
-        LINE=11,
+        LINE=12,
         TRIANGLE=23,
         QUADRANGLE=24,
         TETRAHDRON=34,



More information about the cig-commits mailing list