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

Comparing trunk/OOPSE-4/src/io/EAMAtomTypesSectionParser.hpp (file contents):
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 58 | Line 58 | namespace oopse {
58    private:
59      virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
60      void parseEAMParamFile(ForceField& ff, AtomType* atomType, const std::string& potentialParamFile, int iden);
61 <    void parseEAMArray(std::istream& input, std::vector<double>& array, int num);
61 >    void parseEAMArray(std::istream& input, std::vector<RealType>& array, int num);
62      ForceFieldOptions& options_;
63    };
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines