| # | Line 45 | Line 45 | void Bond::calc_forces(){ | |
|---|---|---|
| 45 | return; | |
| 46 | } | |
| 47 | ||
| 48 | – | |
| 48 | vect r_ab; /*the vector whose origin is a and end is b */ | |
| 49 | double force; /* the force scaling factor. */ | |
| 50 | double Fab_x; /*the x,y, and z components of the force */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |