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

Comparing branches/new_design/OOPSE-4/src/UseTheForce/LJFF.cpp (file contents):
Revision 1782 by tim, Thu Nov 18 05:42:06 2004 UTC vs.
Revision 1783 by tim, Wed Nov 24 21:33:00 2004 UTC

# Line 38 | Line 38 | void LJFF::parse(const std::string& filename) {
38  
39   void LJFF::parse(const std::string& filename) {
40      ifstrstream* ffStream;
41 <    ffStream = openForceFiledFile(filename);
41 >    ffStream = openForceFieldFile(filename);
42      const int bufferSize = 65535;
43      char line[bufferSize];
44      AtomType* atomType;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines