Changeset 2779 for trunk/external-alma/atnf/PKSIO
- Timestamp:
- 03/07/13 13:58:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/atnf/PKSIO/NRODataset.cc
r2778 r2779 869 869 arrayNames_.resize(ARYNM); 870 870 for (int irow = 0; numArray < ARYNM && irow < rowNum_; irow++) { 871 cout << "irow " << irow << endl;871 //cout << "irow " << irow << endl; 872 872 const NRODataRecord *record = getRecord( irow ) ; 873 873 const string str = record->ARRYT ; 874 874 if (find(arrayNames_.begin(), arrayNames_.end(), str) == arrayNames_.end()) { 875 875 arrayNames_[numArray] = str; 876 cout << "arrayNames_[" << numArray << "]=" << str << endl;876 //cout << "arrayNames_[" << numArray << "]=" << str << endl; 877 877 ++numArray; 878 878 } 879 879 } 880 cout << "numArray=" << numArray << endl;881 } 880 //cout << "numArray=" << numArray << endl; 881 }
Note:
See TracChangeset
for help on using the changeset viewer.