lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f348358 4/5: Make product-verification diagno


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f348358 4/5: Make product-verification diagnostics more informative
Date: Tue, 4 Jun 2019 20:09:11 -0400 (EDT)

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

    Make product-verification diagnostics more informative
    
    At present, only the regulatory mortality table is verified, but soon
    calculated values such as 7PP will also be verified, making greater
    specificity necessary.
---
 verify_products.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/verify_products.cpp b/verify_products.cpp
index e38409e..ab3213e 100644
--- a/verify_products.cpp
+++ b/verify_products.cpp
@@ -88,7 +88,7 @@ void verify_one_cell
     if(v0 == v1)
         {
         std::cout
-            << "okay: table " << t
+            << "7702 q okay: table " << t
             << ' ' << gender
             << ' ' << smoking
             << std::endl
@@ -97,7 +97,7 @@ void verify_one_cell
     else
         {
         std::cout
-            << "PROBLEM: " << product_name
+            << "7702 q PROBLEM: " << product_name
             << ' ' << gender
             << ' ' << smoking
             << std::endl



reply via email to

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