X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2FTuner%2Fcomptuner.cc;h=27eba5b4012cf2ee1a027f97428b02d1748da629;hp=b8b574c9170e24e6e97328a2fad8ebd2d35bd854;hb=HEAD;hpb=cb7331d3834636ca4af0357d272d082c047ec940 diff --git a/src/Tuner/comptuner.cc b/src/Tuner/comptuner.cc index b8b574c..27eba5b 100644 --- a/src/Tuner/comptuner.cc +++ b/src/Tuner/comptuner.cc @@ -31,7 +31,7 @@ void CompTuner::findBestTwoTuners() { for (uint l = 0; l < problems.getSize(); l++) { Problem *problem = problems.get(l); long long time1 = tuner1->getTime(problem); - if(time1 == -1 || time2 == -2){ + if(time1 == -1 || time1 == -2){ time1=LLONG_MAX; } long long time2 = tuner2->getTime(problem);