--- trunk/OOPSE-2.0/src/types/AtomType.cpp 2004/10/28 16:55:58 1669 +++ trunk/OOPSE-2.0/src/types/AtomType.cpp 2004/10/28 16:56:20 1670 @@ -18,10 +18,11 @@ namespace oopse { mass = 0.0; // atom type is a Tabula Rasa: + atp.is_Directional = 0; atp.is_LennardJones = 0; atp.is_Electrostatic = 0; atp.is_Charge = 0; - atp.is_Directional = 0; + atp.is_Dipole = 0; atp.is_Sticky = 0; atp.is_GayBerne = 0; atp.is_EAM = 0;