Changeset 838 for trunk/src/SDContainer.cc
- Timestamp:
 - 02/23/06 11:17:38 (20 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/SDContainer.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/SDContainer.cc
r832 r838 45 45 using namespace casa; 46 46 using namespace asap; 47 48 49 50 bool SDHeader::conformant( const SDHeader& other ) 51 { 52 bool conforms; 53 conforms = (this->antennaname == other.antennaname 54 && this->equinox == other.equinox 55 && this->obstype == other.obstype 56 && this->fluxunit == other.fluxunit 57 ); 58 return conforms; 59 } 47 60 48 61 void SDHeader::print() const {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  