Changeset 11914 for trunk


Ignore:
Timestamp:
08/25/11 16:49:13 (13 years ago)
Author:
lyard
Message:
removed cout
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fitsdump.cc

    r11913 r11914  
    967967          {
    968968              str >> (*it)[i-1];
    969               cout << (*it)[i-1] << " ";
     969//              cout << (*it)[i-1] << " ";
    970970          }
    971971          str >> yValues[i-1];
     
    976976              plot->setTitle(title.c_str());
    977977          }
    978           cout << yValues[i-1] << " ";
    979           cout << endl;
     978//          cout << yValues[i-1] << " ";
     979//          cout << endl;
    980980      }
    981981      //set the actual data.
Note: See TracChangeset for help on using the changeset viewer.