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

Comparing:
trunk/OOPSE-3.0/src/UseTheForce/EAM_FF.cpp (file contents), Revision 1656 by gezelter, Wed Oct 27 03:00:51 2004 UTC vs.
branches/new_design/OOPSE-3.0/src/UseTheForce/EAM_FF.cpp (file contents), Revision 1683, Thu Oct 28 22:34:02 2004 UTC

# Line 158 | Line 158 | EAM_FF::EAM_FF() {
158   // begins the actual forcefield stuff.  
159   //****************************************************************
160  
161 < EAM_FF::EAM_FF() {
161 > EAM_FF::EAM_FF(){
162    EAM_FF("");
163   }
164  
165 < EAM_FF::EAM_FF(string the_variant){
165 > EAM_FF::EAM_FF(const string &the_variant) : ForceFields(the_variant) {
166  
167    string fileName;
168    string tempString;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines