chiark / gitweb /
Uncomment minprofit in route search (!) 6.4.3
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 9 Jan 2010 14:56:50 +0000 (14:56 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 9 Jan 2010 14:58:12 +0000 (14:58 +0000)
yarrg/web/query_routesearch

index 3bdc7f77f09d0765f079d77534ac0e4f12ab8d33..1bbaf9f5715d8a4a76be4fe0171fe48b4ff5013d 100644 (file)
@@ -174,7 +174,7 @@ foreach my $k (qw(MaxMass MaxVolume MaxCapital)) {
 }
 push @rsargs, defined $routeparams->{LossPerLeaguePct}
        ? $routeparams->{LossPerLeaguePct}*0.01 : 1e-9;
-push @rsargs, 0; #$routeparams->{MinProfit};
+push @rsargs, $routeparams->{MinProfit};
 push @rsargs, 'search',$maxdist, $maxcountea,$maxcountea;
 push @rsargs, $destspec;
 push @rsargs, @islandids;