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 469 by mmeineke, Mon Apr 7 20:06:31 2003 UTC vs.
Revision 482 by chuckv, Tue Apr 8 22:38:43 2003 UTC

# Line 152 | Line 152 | void SimInfo::refreshSim(){
152    fInfo.SIM_uses_LJ = useLJ;
153    fInfo.SIM_uses_sticky = useSticky;
154    //fInfo.SIM_uses_sticky = 0;
155 <  //fInfo.SIM_uses_dipoles = useDipole;
156 <  fInfo.SIM_uses_dipoles = 0;
155 >  fInfo.SIM_uses_dipoles = useDipole;
156 >  //fInfo.SIM_uses_dipoles = 0;
157    //fInfo.SIM_uses_RF = useReactionField;
158    fInfo.SIM_uses_RF = 0;
159    fInfo.SIM_uses_GB = useGB;
# Line 189 | Line 189 | void SimInfo::refreshSim(){
189    MPIcheckPoint();
190   #endif // is_mpi
191  
192 <  ndf = this->getNDF();
193 <  ndfRaw = this->getNDFraw();
192 >  this->ndf = this->getNDF();
193 >  this->ndfRaw = this->getNDFraw();
194  
195   }
196  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines