Comparing trunk/OOPSE/libmdtools/SimInfo.cpp (file contents):
Revision 674 by mmeineke, Mon Aug 11 18:29:46 2003 UTC  vs.
Revision 699 by tim, Fri Aug 15 19:24:13 2003 UTC 
| 26 | 
  | 
SimInfo::SimInfo(){ | 
| 27 | 
  | 
  excludes = NULL; | 
| 28 | 
  | 
  n_constraints = 0; | 
| 29 | 
+ | 
  nZconstraints = 0; | 
| 30 | 
  | 
  n_oriented = 0; | 
| 31 | 
  | 
  n_dipoles = 0; | 
| 32 | 
  | 
  ndf = 0; | 
| 37 | 
  | 
  thermalTime = 0.0; | 
| 38 | 
  | 
  currentTime = 0.0; | 
| 39 | 
  | 
  rCut = 0.0; | 
| 40 | 
+ | 
  origRcut = -1.0; | 
| 41 | 
  | 
  ecr = 0.0; | 
| 42 | 
+ | 
  origEcr = -1.0; | 
| 43 | 
  | 
  est = 0.0; | 
| 44 | 
  | 
  oldEcr = 0.0; | 
| 45 | 
  | 
  oldRcut = 0.0; | 
Diff Legend
| – | 
Removed lines | 
| + | 
Added lines | 
| < | 
Changed lines | 
| > | 
Changed lines |