- Timestamp:
- 03/01/06 11:30:29 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/RowAccumulator.cpp
r814 r854 93 93 void asap::RowAccumulator::addTime( casa::Double t ) 94 94 { 95 //cout << setw(11) << setprecision(10) << timeSum_ << " + " << t << endl;96 95 timeSum_ += t; 97 96 } … … 123 122 casa::Double asap::RowAccumulator::getTime( ) const 124 123 { 125 //cout << setw(11) << setprecision(10) << timeSum_ << " / " << max(n_) << endl;126 124 return timeSum_/max(n_); 127 125 }
Note:
See TracChangeset
for help on using the changeset viewer.