changeset 48:857333562777

Simplify and comment out the check for multiple results / unstable alloys.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 23 Aug 2021 18:19:17 +0300
parents e54ff8753de6
children 527d37859f28
files parsealloys.pl
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/parsealloys.pl	Mon Aug 23 17:29:39 2021 +0300
+++ b/parsealloys.pl	Mon Aug 23 18:19:17 2021 +0300
@@ -165,11 +165,9 @@
       foreach my $min2 (keys %{$final{$min1}})
       {
         my $tmp = $final{$min1}{$min2};
-        if (scalar(keys %$tmp) > 1)
-        {
-#          print STDERR "Ignoring multi $min1 + $min2 = ".join(", ", keys %$tmp)."\n";
-        }
-        else
+
+        # Do we ignore unstable combinations, e.g. ones with multiple results?
+        #if (scalar(keys %$tmp) == 1)
         {
           foreach my $key (keys %$tmp)
           {