changeset 54:47dc88dc732f misc

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Sep 2009 17:24:57 +0000
parents fc6ec57aab60
children 1d4251d6ee33
files materials/parsealloys.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/materials/parsealloys.pl	Thu Sep 17 03:01:55 2009 +0000
+++ b/materials/parsealloys.pl	Tue Sep 22 17:24:57 2009 +0000
@@ -135,7 +135,7 @@
   my $num = 0;
   foreach my $min1 (sort { $a cmp $b } keys %final) {
     foreach my $min2 (sort { $a cmp $b } keys %{$final{$min1}}) {
-      printf "%-35s = ", $min1." + ".$min2;
+      printf "%-35s = ", $min1." + ".$min2;
       my $n = 0;
       foreach my $res (sort { $final{$min1}{$min2}{$a} <=> $final{$min1}{$min2}{$b} } keys %{$final{$min1}{$min2}}) {
         print $res."[".$final{$min1}{$min2}{$res}."] ";