Changeset 854


Ignore:
Timestamp:
03/01/06 11:30:29 (18 years ago)
Author:
mar637
Message:

comment tidy up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RowAccumulator.cpp

    r814 r854  
    9393void asap::RowAccumulator::addTime( casa::Double t )
    9494{
    95   //cout << setw(11) << setprecision(10) << timeSum_ << " + " << t << endl;
    9695  timeSum_ += t;
    9796}
     
    123122casa::Double asap::RowAccumulator::getTime( ) const
    124123{
    125   //cout << setw(11) << setprecision(10) << timeSum_ << " / " << max(n_) << endl;
    126124  return timeSum_/max(n_);
    127125}
Note: See TracChangeset for help on using the changeset viewer.