ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/io/SectionParser.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/io/SectionParser.cpp (file contents):
Revision 1769 by tim, Mon Nov 22 20:55:52 2004 UTC vs.
Revision 1770 by tim, Tue Nov 23 17:53:43 2004 UTC

# Line 27 | Line 27 | void SectionParser::parse(ifstrstream& input, ForceFie
27  
28   namespace oopse {
29  
30 < void SectionParser::parse(ifstrstream& input, ForceField& ff, int lineNo) {
30 > void SectionParser::parse(std::istream& input, ForceField& ff, int lineNo) {
31      const int bufferSize = 65535;
32      char buffer[bufferSize];
33      std::string line;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines