[cig-commits] r13572 - cs/cigma/trunk/tests/libcigma

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:14:46 PST 2008


Author: luis
Date: 2008-12-09 18:14:45 -0800 (Tue, 09 Dec 2008)
New Revision: 13572

Modified:
   cs/cigma/trunk/tests/libcigma/FunctionTest.cpp
Log:
Missed one rename of ZeroFn

Modified: cs/cigma/trunk/tests/libcigma/FunctionTest.cpp
===================================================================
--- cs/cigma/trunk/tests/libcigma/FunctionTest.cpp	2008-12-10 02:14:44 UTC (rev 13571)
+++ cs/cigma/trunk/tests/libcigma/FunctionTest.cpp	2008-12-10 02:14:45 UTC (rev 13572)
@@ -50,7 +50,7 @@
     double value = -1;
     bool status = false;
 
-    ZeroFunction zero;
+    ZeroFn zero;
 
     zero.setShape(3,1);
     CPPUNIT_ASSERT_EQUAL(3, zero.n_dim());



More information about the CIG-COMMITS mailing list