- Timestamp:
- 08/25/11 16:49:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsdump.cc
r11913 r11914 967 967 { 968 968 str >> (*it)[i-1]; 969 cout << (*it)[i-1] << " ";969 // cout << (*it)[i-1] << " "; 970 970 } 971 971 str >> yValues[i-1]; … … 976 976 plot->setTitle(title.c_str()); 977 977 } 978 cout << yValues[i-1] << " ";979 cout << endl;978 // cout << yValues[i-1] << " "; 979 // cout << endl; 980 980 } 981 981 //set the actual data.
Note:
See TracChangeset
for help on using the changeset viewer.