[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master a5db98b 2/4: Rename CSO table module, part 2
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master a5db98b 2/4: Rename CSO table module, part 2 of 2 |
Date: |
Fri, 15 Mar 2019 09:19:31 -0400 (EDT) |
branch: master
commit a5db98b698b1d46fdaecd3ba63a36cee2a73258c
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Rename CSO table module, part 2 of 2
---
Makefile.am | 6 +++---
actuarial_table_test.cpp | 2 +-
cso_table.cpp | 2 +-
cso_table.hpp | 6 +++---
objects.make | 4 ++--
verify_products.cpp | 2 +-
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 5c77c0e..0e1531e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -393,7 +393,7 @@ libantediluvian_la_LIBADD = \
liblmi_la_SOURCES = \
authenticity.cpp \
commutation_functions.cpp \
- cso_tables.cpp \
+ cso_table.cpp \
financial.cpp \
fund_data.cpp \
gpt_input.cpp \
@@ -554,7 +554,7 @@ test_actuarial_table_SOURCES = \
$(common_test_objects) \
actuarial_table.cpp \
actuarial_table_test.cpp \
- cso_tables.cpp \
+ cso_table.cpp \
timer.cpp \
xml_lmi.cpp
test_actuarial_table_CXXFLAGS = $(AM_CXXFLAGS)
@@ -1174,7 +1174,7 @@ noinst_HEADERS = \
configurable_settings.hpp \
contains.hpp \
crc32.hpp \
- cso_tables.hpp \
+ cso_table.hpp \
currency.hpp \
custom_io_0.hpp \
custom_io_1.hpp \
diff --git a/actuarial_table_test.cpp b/actuarial_table_test.cpp
index 10b3f2c..d5cbefa 100644
--- a/actuarial_table_test.cpp
+++ b/actuarial_table_test.cpp
@@ -24,7 +24,7 @@
#include "actuarial_table.hpp"
#include "assert_lmi.hpp"
-#include "cso_tables.hpp"
+#include "cso_table.hpp"
#include "miscellany.hpp"
#include "oecumenic_enumerations.hpp"
#include "test_tools.hpp"
diff --git a/cso_table.cpp b/cso_table.cpp
index 1364599..37d22cd 100644
--- a/cso_table.cpp
+++ b/cso_table.cpp
@@ -21,7 +21,7 @@
#include "pchfile.hpp"
-#include "cso_tables.hpp"
+#include "cso_table.hpp"
#include "assert_lmi.hpp"
#include "miscellany.hpp" // each_equal()
diff --git a/cso_table.hpp b/cso_table.hpp
index 7927e18..99e07a3 100644
--- a/cso_table.hpp
+++ b/cso_table.hpp
@@ -19,8 +19,8 @@
// email: <address@hidden>
// snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
-#ifndef cso_tables_hpp
-#define cso_tables_hpp
+#ifndef cso_table_hpp
+#define cso_table_hpp
#include "config.hpp"
@@ -38,4 +38,4 @@ std::vector<double> LMI_SO cso_table
,mcenum_smoking
);
-#endif // cso_tables_hpp
+#endif // cso_table_hpp
diff --git a/objects.make b/objects.make
index c542b78..8a5393e 100644
--- a/objects.make
+++ b/objects.make
@@ -277,7 +277,7 @@ lmi_common_objects := \
$(common_common_objects) \
authenticity.o \
commutation_functions.o \
- cso_tables.o \
+ cso_table.o \
financial.o \
fund_data.o \
gpt_input.o \
@@ -501,7 +501,7 @@ actuarial_table_test$(EXEEXT): \
$(xmlwrapp_objects) \
actuarial_table.o \
actuarial_table_test.o \
- cso_tables.o \
+ cso_table.o \
timer.o \
xml_lmi.o \
diff --git a/verify_products.cpp b/verify_products.cpp
index 6bb24e2..38dec9d 100644
--- a/verify_products.cpp
+++ b/verify_products.cpp
@@ -25,7 +25,7 @@
#include "actuarial_table.hpp"
#include "ce_product_name.hpp"
-#include "cso_tables.hpp"
+#include "cso_table.hpp"
#include "data_directory.hpp" // AddDataDir()
#include "database.hpp"
#include "input.hpp"