| # | Line 11 | Line 11 | class AtomStamp{ (public) | |
|---|---|---|
| 11 | ||
| 12 | void setPosition( double x, double y, double z ); | |
| 13 | void setOrientation( double x, double y, double z ); | |
| 14 | < | void assignString( char* lhs, char* rhs ); |
| 15 | < | void assignDouble( char* lhs, double rhs ); |
| 16 | < | void assignInt( char* lhs, int rhs ); |
| 14 | > | char* assignString( char* lhs, char* rhs ); |
| 15 | > | char* assignDouble( char* lhs, double rhs ); |
| 16 | > | char* assignInt( char* lhs, int rhs ); |
| 17 | char* checkMe( void ); | |
| 18 | ||
| 19 | char* getType( void ) { return type; } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |