Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed Jan 6, 2018
1 parent ef1edde commit 1d3775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtoast/atm/toast_atm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ double toast::tatm::sim::interp( double x, double y, double z,
i100 < 0 || i100 > imax ||
i101 < 0 || i101 > imax ||
i110 < 0 || i110 > imax ||
i111 < 0 || i111 > imax || true) {
i111 < 0 || i111 > imax ) {
std::ostringstream o;
o.precision( 16 );
o << "atmsim::observe : bad compressed index. "
Expand Down

0 comments on commit 1d3775c

Please sign in to comment.