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 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 393 by mmeineke, Mon Mar 24 18:33:51 2003 UTC

# Line 52 | Line 52 | void SimInfo::refreshSim(){
52    fInfo.SIM_uses_PBC = usePBC;
53    fInfo.SIM_uses_LJ = useLJ;
54    fInfo.SIM_uses_sticky = useSticky;
55 <  fInfo.SIM_uses_dipoles = useDipole;
56 <  fInfo.SIM_uses_RF = useReactionField;
55 >  fInfo.SIM_uses_dipoles = 0;
56 >  //  fInfo.SIM_uses_dipoles = useDipole;
57 >  fInfo.SIM_uses_RF = 0;
58 >  //  fInfo.SIM_uses_RF = useReactionField;
59    fInfo.SIM_uses_GB = useGB;
60    fInfo.SIM_uses_EAM = useEAM;
61  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines