ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Modules/CrossSectionReader.C
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/CrossSectionReader.C (file contents):
Revision 1.2 by buchmann, Wed Sep 7 14:05:00 2011 UTC vs.
Revision 1.3 by buchmann, Wed Sep 7 14:05:44 2011 UTC

# Line 24 | Line 24 | map <  pair<float, float>, map<string, f
24   map <  pair<float, float>, map<string, float>  > xsec;
25   std::ifstream inFile(xsecfile.c_str());
26      if(!inFile) {
27 <        cout << "SPECIFIED CROSS SECTION FILE WAS NOT FOUND!" << endl;
27 >        write_error(__FUNCTION__,"SPECIFIED CROSS SECTION FILE WAS NOT FOUND!");
28          return xsec;
29      }
30   std::string sLine;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines