ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/MoleculeStamp.hpp
(Generate patch)

Comparing trunk/mdtools/headers/MoleculeStamp.hpp (file contents):
Revision 166 by mmeineke, Thu Nov 7 17:53:34 2002 UTC vs.
Revision 201 by mmeineke, Tue Dec 10 21:41:23 2002 UTC

# Line 15 | Line 15 | class MoleculeStamp{ (public)
15  
16    char* assignString( char* lhs, char* rhs );
17    char* assignDouble( char* lhs, double rhs );
18 <  char* assignInt( char* lhs, int rhs );
18 >  char* assignInt( char* lhs, int rhs )
19    char* checkMe( void );
20  
21    char* addAtom( AtomStamp* the_atom, int atomIndex );
# Line 34 | Line 34 | class MoleculeStamp{ (public)
34    BendStamp* getBend( int index ) { return bends[index]; }
35    TorsionStamp* getTorsion( int index ) { return torsions[index]; }
36  
37 +  static char errMsg[500];
38   private:
39  
40 <  static char errMsg[500];
40 >
41    char name[100];
42    int n_atoms;
43    int n_bonds;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines