Changeset 155
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDMath.cc
r152 r155 62 62 using namespace casa; 63 63 using namespace asap; 64 //using namespace asap::SDMath;65 64 66 65 CountedPtr<SDMemTable> SDMath::average (const Block<CountedPtr<SDMemTable> >& in, -
trunk/src/SDMath.h
r152 r155 86 86 const std::vector<bool>& mask, const std::string& which); 87 87 88 // private (not actually...)88 // private like functions (this is not a class so can't make them private) 89 89 90 90 // Weighting type for time averaging
Note:
See TracChangeset
for help on using the changeset viewer.