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

Comparing branches/new_design/OOPSE-2.0/src/io/EAMAtomTypesSectionParser.hpp (file contents):
Revision 1788 by tim, Wed Nov 24 22:12:12 2004 UTC vs.
Revision 1789 by tim, Mon Nov 29 15:27:43 2004 UTC

# Line 27 | Line 27 | namespace oopse {
27   #define IO_EAMATOMTYPESSECTIONPARSER_HPP
28  
29   #include "io/SectionParser.hpp"
30 + #include "types/AtomType.hpp"
31 +
32   namespace oopse {
33  
34      /**
# Line 38 | Line 40 | namespace oopse {
40              
41          private:
42              virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
43 <            void parseEAMParamFile(AtomType* atomType, const std::string potentialParamFile, int ident);
44 <            void parseEAMArray(ifstrstream* ppfStream, std::vector<double>& array, int num);
43 >            void parseEAMParamFile(ForceField& ff, AtomType* atomType, const std::string& potentialParamFile, int iden);
44 >            void parseEAMArray(std::istream& input, std::vector<double>& array, int num);
45      };
46  
47  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines