--- trunk/OOPSE-3.0/src/visitors/RigidBodyVisitor.cpp 2005/03/01 20:10:14 2069 +++ trunk/OOPSE-3.0/src/visitors/RigidBodyVisitor.cpp 2005/03/08 21:07:49 2091 @@ -120,7 +120,7 @@ void LipidHeadVisitor::visit(RigidBody* rb){ atomInfo = new AtomInfo; - atomInfo->AtomType = "X"; + atomInfo->atomTypeName = "X"; atomInfo->pos[0] = pos[0]; @@ -248,7 +248,7 @@ void RBCOMVisitor::visit(RigidBody* rb){ atomInfo = new AtomInfo; - atomInfo->AtomType = "X"; + atomInfo->atomTypeName = "X"; atomInfo->pos[0] = pos[0];