Changeset 155


Ignore:
Timestamp:
12/26/04 20:55:07 (19 years ago)
Author:
kil064
Message:

doc cxhanges
previous entry should also have said that added 'insitu' capability
to function 'add' as well

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.cc

    r152 r155  
    6262using namespace casa;
    6363using namespace asap;
    64 //using namespace asap::SDMath;
    6564
    6665CountedPtr<SDMemTable> SDMath::average (const Block<CountedPtr<SDMemTable> >& in,
  • trunk/src/SDMath.h

    r152 r155  
    8686                                const std::vector<bool>& mask, const std::string& which);
    8787
    88 // private (not actually...)
     88// private like functions (this is not a class so can't make them private)
    8989
    9090// Weighting type for time averaging
Note: See TracChangeset for help on using the changeset viewer.