ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/types/CutoffGroupStamp.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/types/CutoffGroupStamp.cpp (file contents):
Revision 1882, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 18 | Line 18 | CutoffGroupStamp::~CutoffGroupStamp(){
18   }
19  
20   CutoffGroupStamp::~CutoffGroupStamp(){
21  int i;
22  
21    if( unhandled != NULL ) delete unhandled;
22    
23    free(members);
# Line 36 | Line 34 | char* CutoffGroupStamp::assignDouble( char* lhs, doubl
34   }
35  
36   char* CutoffGroupStamp::assignDouble( char* lhs, double rhs ){
39  int i;
40
37    if( !strcmp( lhs, "nMembers" ) ){
38      n_members = (int)rhs;
39      
# Line 59 | Line 55 | char* CutoffGroupStamp::assignInt( char* lhs, int rhs
55   }
56  
57   char* CutoffGroupStamp::assignInt( char* lhs, int rhs ){
62  int i;
63
58    if( !strcmp( lhs, "nMembers" ) ){
59      n_members = rhs;
60  
# Line 100 | Line 94 | char* CutoffGroupStamp::checkMe( void ){
94  
95   char* CutoffGroupStamp::checkMe( void ){
96  
103  int i;
97    short int no_member;
98    
99    if( !have_members ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines