lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5600] Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [5600] Improve documentation
Date: Fri, 16 Nov 2012 15:10:44 +0000

Revision: 5600
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5600
Author:   chicares
Date:     2012-11-16 15:10:44 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
Improve documentation

Modified Paths:
--------------
    lmi/trunk/dbdict.cpp

Modified: lmi/trunk/dbdict.cpp
===================================================================
--- lmi/trunk/dbdict.cpp        2012-11-16 15:06:24 UTC (rev 5599)
+++ lmi/trunk/dbdict.cpp        2012-11-16 15:10:44 UTC (rev 5600)
@@ -813,9 +813,16 @@
     // available table is preferred.
     Add(database_entity(DB_GroupProxyRateTable , 358));
 
-    // Use male rates for unisex--1983 GAM seems to have no unisex version.
     double T83Gam[3] = {825, 826, 826,};
-    Add(database_entity(DB_PartialMortTable, e_number_of_axes, dims311, 
T83Gam, "Use male rates for unisex--1983 GAM seems to have no unisex 
version."));
+    Add
+        (database_entity
+            (DB_PartialMortTable
+            ,e_number_of_axes
+            ,dims311
+            ,T83Gam
+            ,"1983 GAM, using male rates for unisex because no unisex table 
was published."
+            )
+        );
 
     Add(database_entity(DB_AllowWd             , true));
     Add(database_entity(DB_AllowLoan           , true));




reply via email to

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