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 2030 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 2031 by jmichalk, Fri Oct 31 18:40:40 2014 UTC

# Line 87 | Line 87 | class SimplePreprocessor {
87              //}
88              int lineNo = startingLine;
89              os << "#line " << lineNo << " \"" << filename << "\"\n";
90 <            const int bufferSize = 1024;
90 >            const int bufferSize = 8192;
91              char buffer[bufferSize];
92              while(myStream.getline(buffer, bufferSize)) {
93                ++lineNo;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines