Changeset 2779 for trunk/external-alma


Ignore:
Timestamp:
03/07/13 13:58:40 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Disabled debug messages to stdout.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/NRODataset.cc

    r2778 r2779  
    869869  arrayNames_.resize(ARYNM);
    870870  for (int irow = 0; numArray < ARYNM && irow < rowNum_; irow++) {
    871     cout << "irow " << irow << endl;
     871    //cout << "irow " << irow << endl;
    872872    const NRODataRecord *record = getRecord( irow ) ;
    873873    const string str = record->ARRYT ;
    874874    if (find(arrayNames_.begin(), arrayNames_.end(), str) == arrayNames_.end()) {
    875875      arrayNames_[numArray] = str;
    876       cout << "arrayNames_[" << numArray << "]=" << str << endl;
     876      //cout << "arrayNames_[" << numArray << "]=" << str << endl;
    877877      ++numArray;
    878878    }
    879879  }
    880   cout << "numArray=" << numArray << endl;
    881 }
     880  //cout << "numArray=" << numArray << endl;
     881}
Note: See TracChangeset for help on using the changeset viewer.