Changeset 147


Ignore:
Timestamp:
12/26/04 14:57:46 (19 years ago)
Author:
kil064
Message:

add defualt value False to arg. clear in copy constrcutor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r138 r147  
    5959  // Copy Construct a SDMemTable, if clear==True only header and
    6060  // skeleton are copied, otherwise the whole table is copied.
    61   SDMemTable(const SDMemTable& other, casa::Bool clear);
     61  SDMemTable(const SDMemTable& other, casa::Bool clear=casa::False);
    6262
    6363  // Copy Construct a SDMemTable, give a scanid constraint
Note: See TracChangeset for help on using the changeset viewer.