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

Comparing trunk/OOPSE-4/src/UseTheForce/ForceField.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2520 by chuckv, Wed Dec 28 21:42:43 2005 UTC

# Line 50 | Line 50 | namespace oopse {
50   #include "UseTheForce/ForceField.hpp"
51   #include "utils/simError.h"
52   #include "UseTheForce/DarkSide/atype_interface.h"
53 + #include "UseTheForce/DarkSide/fForceOptions_interface.h"
54   namespace oopse {
55  
56    ForceField::ForceField() {
# Line 252 | Line 253 | namespace oopse {
253  
254    }
255  
256 +  void ForceField::setFortranForceOptions(){
257 +    ForceOptions theseFortranOptions;
258 +    forceFieldOptions_.makeFortranOptions(theseFortranOptions);
259 +    setfForceOptions(&theseFortranOptions);
260 +  }
261   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines