--- trunk/OOPSE/libmdtools/Integrator.hpp 2003/07/15 03:08:00 604 +++ trunk/OOPSE/libmdtools/Integrator.hpp 2003/07/15 03:27:24 605 @@ -268,6 +268,9 @@ class NPTfm : public Integrator{ (protected) virtual int readyCheck(); + Molecule* myMolecules; + Atom** myAtoms; + // chi and eta are the propagated degrees of freedom double chi;