]> git.pond.sub.org Git - empserver/commitdiff
(prod_nat): Change the wording from "total pop is" to
authorRon Koenderink <rkoenderink@yahoo.ca>
Thu, 20 Jul 2006 01:29:25 +0000 (01:29 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Thu, 20 Jul 2006 01:29:25 +0000 (01:29 +0000)
"total pop was" to be less confusing.  The total population
display is the total at the start of the update, not after the
update is complete.

src/lib/update/nat.c

index 7bc0467aaa8ebb6522d3f11db3d978c36ae03bc5..38a809ac03d9718569586dfc22007ec4d3c9e2f2 100644 (file)
@@ -173,7 +173,7 @@ prod_nat(int etu)
        levels[n][NAT_RLEV] =
            limit_level(levels[n][NAT_RLEV] / 1, NAT_RLEV, 0) * 1;
        wu((natid)0, n,
-          "total pop is %ld, yielding %4.2f hap, %4.2f edu\n",
+          "total pop was %ld, yielding %4.2f hap, %4.2f edu\n",
           pop - 1, hap, edu);
     }
     if (ally_factor > 0.0)