Changeset 2778 for trunk/external-alma


Ignore:
Timestamp:
03/07/13 13:47:22 (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 message to stdout.


File:
1 edited

Legend:

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

    r2777 r2778  
    495495  Bool match2 = false;
    496496  for (int i = 0; i < arrayMax(); i++) {
    497     cout << "RX[" << i << "]=" << RX[i] << endl;
     497    //cout << "RX[" << i << "]=" << RX[i] << endl;
    498498    if (!match1) {
    499499      match1 = (reRx1.match(RX[i].c_str(), RX[i].size()) != String::npos);
Note: See TracChangeset for help on using the changeset viewer.