lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 91dbfb66 5/5: Remove a stray character in a c


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 91dbfb66 5/5: Remove a stray character in a comment
Date: Thu, 27 Jan 2022 15:26:07 -0500 (EST)

branch: master
commit 91dbfb666a2f44628d5e5c4e256673b24f2e43cd
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Remove a stray character in a comment
    
    To see that the extra zero was anomalous, do this:
      <cso_table.cpp grep Table |less
    before and after this change.
---
 cso_table.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cso_table.cpp b/cso_table.cpp
index cb94890e..1400a992 100644
--- a/cso_table.cpp
+++ b/cso_table.cpp
@@ -277,7 +277,7 @@ static double const 
q1980[cso_n_alb_or_anb][cso_n_gender][cso_n_smoking][cso_ome
     ,0.08640, 0.09477, 0.10426, 0.11502, 0.12680, 0.13945, 0.15261, 0.16638, 
0.18045, 0.19503 // 80
     ,0.21029, 0.22651, 0.24413, 0.26404, 0.28936, 0.32489, 0.38097, 0.47769, 
0.65738, 1.00000 // 90
     },
-    // "Table name: 000108 1980 CSO Ult ANB Unisex (80% Male) Unismoke"
+    // "Table name: 00108 1980 CSO Ult ANB Unisex (80% Male) Unismoke"
     //     0        1        2        3        4        5        6        7    
    8        9
     {0.00392, 0.00104, 0.00095, 0.00094, 0.00091, 0.00087, 0.00083, 0.00079, 
0.00075, 0.00073 // 00
     ,0.00072, 0.00075, 0.00083, 0.00094, 0.00108, 0.00124, 0.00139, 0.00153, 
0.00162, 0.00169 // 10



reply via email to

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