Browse Subversion Repository
Diff of /Conograph/trunk/src/PeakPosData.cc
Parent Directory
| Revision Log
| Patch
| 72 |
replace(s.begin(),s.end(),',',' '); |
replace(s.begin(),s.end(),',',' '); |
| 73 |
istringstream iss(s); |
istringstream iss(s); |
| 74 |
iss >> header; |
iss >> header; |
| 75 |
|
|
| 76 |
if(count == 0) |
if(count == 0) |
| 77 |
{ |
{ |
| 78 |
if (header != "IGOR") throw ZErrorNotIGORFile; |
if (header != "IGOR") throw ZErrorNotIGORFile; |
| 100 |
return ZErrorMessageReadingFile(filename, |
return ZErrorMessageReadingFile(filename, |
| 101 |
ZErrorMessage("There is no headers", __FILE__, __LINE__, __FUNCTION__)); |
ZErrorMessage("There is no headers", __FILE__, __LINE__, __FUNCTION__)); |
| 102 |
} |
} |
| 103 |
|
|
| 104 |
|
|
| 105 |
//read Profile Data. |
//read Profile Data. |
| 106 |
Double t; |
Double t; |
|
|
Legend:
| Removed from v.32 |
|
| changed lines |
| |
Added in v.33 |
|
|
| |