# | 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 ); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |