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

Comparing trunk/OOPSE-4/src/UseTheForce/EAM_FF.cpp (file contents):
Revision 1656 by gezelter, Wed Oct 27 03:00:51 2004 UTC vs.
Revision 1670 by gezelter, Thu Oct 28 16:56:20 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