# | Line 30 | Line 30 | extern "C"{ | |
---|---|---|
30 | } | |
31 | ||
32 | ||
33 | < | Verlet::Verlet( SimInfo &info, ForceField* the_ff ){ |
33 | > | Verlet::Verlet( SimInfo &info, ForceFields* the_ff ){ |
34 | ||
35 | // get what information we need from the SimInfo object | |
36 | ||
# | Line 41 | Line 41 | Verlet::Verlet( SimInfo &info, ForceField* the_ff ){ | |
41 | c_natoms = info.n_atoms; | |
42 | c_atoms = info.atoms; | |
43 | c_sr_interactions = info.sr_interactions; | |
44 | – | longRange = info.longRange; |
44 | c_n_SRI = info.n_SRI; | |
45 | c_is_constrained = 0; | |
46 | c_box_x = info.box_x; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |