lmi
[Top][All Lists]
Advanced

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

Re: [lmi] testing actuarial_table performance


From: Václav Slavík
Subject: Re: [lmi] testing actuarial_table performance
Date: Mon, 28 May 2012 17:04:51 +0200

Hi,

On 27 May 2012, at 19:40, Greg Chicares wrote:
> Soon I'll commit some changes to make it easier to switch between xml
> and binary files,

Please apply this small patch to make soa_stress_test work with them regardless 
of the switch's value:

diff --git a/soa_stress_test.cpp b/soa_stress_test.cpp
index 97a57ae..0760d5c 100644
--- a/soa_stress_test.cpp
+++ b/soa_stress_test.cpp
@@ -86,7 +86,7 @@ void report_vector_difference
 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()         );
 

Thanks,
Vaclav


reply via email to

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