Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Conograph/trunk/src/PeakPosData.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 32 by rtomiyasu, Mon Jul 7 02:35:51 2014 UTC revision 33 by rtomiyasu, Wed Sep 7 04:38:51 2016 UTC
# Line 72  ZErrorMessageReadingFile PeakPosData::re Line 72  ZErrorMessageReadingFile PeakPosData::re
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;
# Line 100  ZErrorMessageReadingFile PeakPosData::re Line 100  ZErrorMessageReadingFile PeakPosData::re
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26