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 308 by mmeineke, Mon Mar 10 21:44:31 2003 UTC vs.
Revision 343 by mmeineke, Fri Mar 14 18:29:23 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines