ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libBASS/BendStamp.cpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libBASS/BendStamp.cpp (file contents):
Revision 267 by mmeineke, Thu Feb 13 20:37:36 2003 UTC vs.
Revision 308 by mmeineke, Mon Mar 10 21:44:31 2003 UTC

# Line 7 | Line 7 | BendStamp::BendStamp(){
7    
8    have_mbrs = 0;
9    have_constraint = 0;
10 +  isGhost = 0;
11    
12    unhandled = NULL;
13    have_extras = 0;
# Line 32 | Line 33 | void BendStamp::assignString( char* lhs, char* rhs ){
33   }
34  
35   void BendStamp::assignString( char* lhs, char* rhs ){
36 <
36 >  
37 >  if
38 >  
39    if( unhandled == NULL ) unhandled = new LinkedAssign( lhs, rhs );
40    else unhandled->add( lhs, rhs );
41    have_extras = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines