lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 45d5fd0 2/2: "Enhance" cash value of 'sample2


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 45d5fd0 2/2: "Enhance" cash value of 'sample2xyz'
Date: Tue, 30 Oct 2018 19:37:42 -0400 (EDT)

branch: master
commit 45d5fd07317c52cbefa36673eb06c227f7c32c24
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    "Enhance" cash value of 'sample2xyz'
---
 dbdict.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dbdict.cpp b/dbdict.cpp
index 382c881..0e5750a 100644
--- a/dbdict.cpp
+++ b/dbdict.cpp
@@ -976,6 +976,8 @@ void DBDictionary::write_database_files()
     int dims_1111113[e_number_of_axes] = {1, 1, 1, 1, 1, 1, 3};
     double loanrate[3] = {0.06, 0.05, 0.04};
     z.Add(database_entity(DB_FixedLoanRate, e_number_of_axes, dims_1111113, 
loanrate));
+    double cv_enh[3] = {0.10, 0.05, 0.00};
+    z.Add(database_entity(DB_CashValueEnhMult, e_number_of_axes, dims_1111113, 
cv_enh));
     z.WriteDB(AddDataDir("sample2xyz.database"));
 }
 



reply via email to

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