ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/visitors/RigidBodyVisitor.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/visitors/RigidBodyVisitor.cpp (file contents):
Revision 2069 by tim, Tue Mar 1 20:10:14 2005 UTC vs.
Revision 2091 by gezelter, Tue Mar 8 21:07:49 2005 UTC

# Line 120 | Line 120 | void LipidHeadVisitor::visit(RigidBody* rb){
120  
121    atomInfo = new AtomInfo;
122  
123 <  atomInfo->AtomType = "X";
123 >  atomInfo->atomTypeName = "X";
124  
125    atomInfo->pos[0] = pos[0];
126  
# Line 248 | Line 248 | void RBCOMVisitor::visit(RigidBody* rb){
248  
249    atomInfo = new AtomInfo;
250  
251 <  atomInfo->AtomType = "X";
251 >  atomInfo->atomTypeName = "X";
252  
253    atomInfo->pos[0] = pos[0];
254  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines