| # | Line 2 | Line 2 | subroutine wrapForceField(infoWrapper) | |
|---|---|---|
| 2 | subroutine wrapForceField(infoWrapper) | |
| 3 | ||
| 4 | use atype_module, ONLY: new_atype | |
| 5 | < | use do_Forces, ONLY: init_FF, do_force_loop |
| 5 | > | use doForces, ONLY: init_FF, do_force_loop |
| 6 | use sticky_pair, ONLY: set_sticky_params | |
| 7 | use gb_pair, ONLY: set_gb_pair_params | |
| 8 | use eam, ONLY: newEAMtype | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |