- Timestamp:
- 03/01/05 15:02:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDFitTable.cc
r468 r528 36 36 using namespace asap; 37 37 38 SDFitTable::SDFitTable(const SDFitTable& other) { 38 SDFitTable::SDFitTable(const SDFitTable& other) { 39 39 if (other.length() > 0) { 40 40 this->nfits_ = other.nfits_; … … 44 44 this->comps_ = other.comps_; 45 45 this->frameinfo_ = other.frameinfo_; 46 } 46 } else { 47 this->nfits_ = 0; 48 } 47 49 } 48 50
Note:
See TracChangeset
for help on using the changeset viewer.