lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5475] Remove dependency on conditional introduced 2012052


From: Greg Chicares
Subject: [lmi-commits] [5475] Remove dependency on conditional introduced 20120528T1121Z
Date: Tue, 29 May 2012 09:35:14 +0000

Revision: 5475
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5475
Author:   chicares
Date:     2012-05-29 09:35:13 +0000 (Tue, 29 May 2012)
Log Message:
-----------
Remove dependency on conditional introduced 20120528T1121Z

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/soa_stress_test.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-05-28 11:36:13 UTC (rev 5474)
+++ lmi/trunk/ChangeLog 2012-05-29 09:35:13 UTC (rev 5475)
@@ -30161,3 +30161,15 @@
   http://lists.nongnu.org/archive/html/lmi/2012-05/msg00018.html
 ) while xml development continues.
 
+20120528T1136Z <address@hidden> [578]
+
+  actuarial_table.cpp
+  actuarial_table.hpp
+Improve concinnity.
+
+20120529T0935Z <address@hidden> [578]
+
+  soa_stress_test.cpp
+Remove dependency on conditional introduced 20120528T1121Z (VS). See:
+  http://lists.nongnu.org/archive/html/lmi/2012-05/msg00019.html
+

Modified: lmi/trunk/soa_stress_test.cpp
===================================================================
--- lmi/trunk/soa_stress_test.cpp       2012-05-28 11:36:13 UTC (rev 5474)
+++ lmi/trunk/soa_stress_test.cpp       2012-05-29 09:35:13 UTC (rev 5475)
@@ -86,7 +86,7 @@
 void test_single_table(char const* filename, int index)
 {
     soa_actuarial_table soa(filename, index);
-    actuarial_table     xml(filename, index);
+    xml_actuarial_table xml(filename, index);
 
     LMI_ASSERT( soa.table_type() == xml.table_type()         );
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]