ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimInfo.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimInfo.cpp (file contents):
Revision 1138 by tim, Thu Apr 22 21:33:55 2004 UTC vs.
Revision 1139 by gezelter, Wed Apr 28 22:06:29 2004 UTC

# Line 63 | Line 63 | SimInfo::SimInfo(){
63    useReactionField = 0;
64    useGB = 0;
65    useEAM = 0;
66 +  useMolecularCutoffs = 0;
67  
68    excludes = Exclude::Instance();
69  
# Line 436 | Line 437 | void SimInfo::refreshSim(){
437    //fInfo.SIM_uses_RF = 0;
438    fInfo.SIM_uses_GB = useGB;
439    fInfo.SIM_uses_EAM = useEAM;
440 +  fInfo.SIM_uses_molecular_cutoffs = useMolecularCutoffs;
441  
442    n_exclude = excludes->getSize();
443    excl = excludes->getFortranArray();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines