Ignore:
Timestamp:
02/23/06 11:17:38 (18 years ago)
Author:
mar637
Message:

added conformant() which checks if to objects are conformant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDContainer.h

    r832 r838  
    4646
    4747struct SDHeader {
     48
     49  bool conformant(const SDHeader& other);
     50
    4851  casa::Int nchan;
    4952  casa::Int npol;
Note: See TracChangeset for help on using the changeset viewer.