| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* | 
| 1 | > | /* | 
| 2 | * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. | |
| 3 | * | |
| 4 | * The University of Notre Dame grants you ("Licensee") a | |
| # | Line 62 | Line 62 | namespace oopse { | |
| 62 | Restraints* restraint_; | |
| 63 | Snapshot* currSnapshot_; | |
| 64 | ||
| 65 | < | double tIntLambda_; | 
| 66 | < | double tIntK_; | 
| 67 | < | double factor_; | 
| 68 | < | double lrPot_; | 
| 69 | < | double vHarm_; | 
| 65 | > | RealType tIntLambda_; | 
| 66 | > | RealType tIntK_; | 
| 67 | > | RealType factor_; | 
| 68 | > | RealType lrPot_; | 
| 69 | > | RealType vHarm_; | 
| 70 | }; | |
| 71 | ||
| 72 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |