ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/mdParser/SimplePreprocessor.hpp
(Generate patch)

Comparing trunk/src/mdParser/SimplePreprocessor.hpp (file contents):
Revision 1024 by tim, Wed Aug 30 18:42:29 2006 UTC vs.
Revision 1245 by chuckv, Tue May 27 16:39:06 2008 UTC

# Line 113 | Line 113 | class SimplePreprocessor {
113                              std::ifstream includeStream(includeFilename.c_str());
114                              if (!includeStream.is_open()) {
115                                  std::stringstream ss;
116 <                                ss << "Can not open " << filename << " for preprocessing\n";
116 >                                ss << "Can not open " << includeFilename << " for preprocessing\n";
117                                  throw OOPSEException(ss.str());
118                              }
119                              

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines