--- trunk/mdtools/md_code/Verlet.cpp 2003/01/27 19:28:21 248 +++ trunk/mdtools/md_code/Verlet.cpp 2003/01/27 21:28:19 249 @@ -30,7 +30,7 @@ extern "C"{ } -Verlet::Verlet( SimInfo &info, ForceField* the_ff ){ +Verlet::Verlet( SimInfo &info, ForceFields* the_ff ){ // get what information we need from the SimInfo object @@ -41,7 +41,6 @@ Verlet::Verlet( SimInfo &info, ForceField* the_ff ){ c_natoms = info.n_atoms; c_atoms = info.atoms; c_sr_interactions = info.sr_interactions; - longRange = info.longRange; c_n_SRI = info.n_SRI; c_is_constrained = 0; c_box_x = info.box_x;