Skip to content

Commit

Permalink
Corrected twist of nsolutions and pedgelimit when calling collect_rea…
Browse files Browse the repository at this point in the history
…dings

(error report by CJ)


git-svn-id: https://pet.opendfki.de/repos/pet/main@510 4200e16c-5112-0410-ac55-d7fb557a720a
  • Loading branch information
beki01 committed Nov 26, 2008
1 parent 34dfe04 commit 3917473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cheap/parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ parse_finish(fs_alloc_state &FSAS, list<tError> &errors, clock_t timeout) {
}

Chart->readings() = collect_readings(FSAS, errors,
opt_nsolutions, pedgelimit,
pedgelimit, opt_nsolutions,
Chart->trees());
stats.readings = Chart->readings().size();

Expand Down
2 changes: 1 addition & 1 deletion common/configs-inner.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class Config {
return result;
}
catch(std::bad_cast) {
std::cerr << key << std::endl;
// std::cerr << key << std::endl; assert(false);
throw WrongTypeException(key);
}
}
Expand Down

0 comments on commit 3917473

Please sign in to comment.