Skip to content

Commit

Permalink
debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gbernstein committed Mar 27, 2017
1 parent 8928455 commit befe0f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Match.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ CoordAlign::fitOnce(bool reportToCerr, bool inPlace) {
Stopwatch timer;
timer.start();
(*this)(p, oldChisq, beta, alpha);
/**/cerr << "Beta\n" << beta << endl;
/**/cerr << "Alpha\n" << alpha << endl;
timer.stop();
if (reportToCerr) cerr << "..fitOnce alpha time " << timer << endl;
timer.reset();
Expand Down

0 comments on commit befe0f4

Please sign in to comment.