- Timestamp:
- 06/12/12 19:18:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hpc33/src/STMath.cpp
r2563 r2564 5556 5556 uInt nrow = timeCol->nrow() ; 5557 5557 Vector<Double> timeSep = timeCol->getColumn() ; 5558 Vector<uInt> scannoOrg = s->scanCol_.getColumn() ; 5558 5559 delete timeCol ; 5559 5560 for ( uInt i = nrow-2 ; i > 0 ; i-- ) { … … 5581 5582 vector< CountedPtr<Scantable> > tmp( 1, s ) ; 5582 5583 CountedPtr<Scantable> a = average( tmp, mask, weight, "SCAN" ) ; 5584 s->scanCol_.putColumn( scannoOrg ) ; 5583 5585 // double t3 = mathutil::gettimeofday_sec() ; 5584 5586 // cout << "a.nrow = " << a->nrow() << endl ;
Note:
See TracChangeset
for help on using the changeset viewer.