- Timestamp:
- 03/07/13 13:47:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/atnf/PKSIO/NRODataset.cc
r2777 r2778 495 495 Bool match2 = false; 496 496 for (int i = 0; i < arrayMax(); i++) { 497 cout << "RX[" << i << "]=" << RX[i] << endl;497 //cout << "RX[" << i << "]=" << RX[i] << endl; 498 498 if (!match1) { 499 499 match1 = (reRx1.match(RX[i].c_str(), RX[i].size()) != String::npos);
Note:
See TracChangeset
for help on using the changeset viewer.