changeset 308:809e2a1c64eb misc

Improve ascii text format alloy list output.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Dec 2015 06:30:59 +0200
parents d6b1b38cbb30
children c5e63ca351eb
files materials/parsealloys.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/materials/parsealloys.pl	Tue Dec 29 05:47:14 2015 +0200
+++ b/materials/parsealloys.pl	Tue Dec 29 06:30:59 2015 +0200
@@ -197,7 +197,7 @@
   foreach my $type (sort { $a cmp $b } keys %{$Materials::matByType})
   {
     my $subtotal = 0;
-    print "\n".$$Materials::revTransTable{16}{$type}." alloys\n".
+    print "\n".$$Materials::revTransTable{99}{$type}." alloys\n".
     "=========================================================\n";
 
     foreach my $min1 (@{$$Materials::matByType{$type}})