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

Comparing trunk/mdtools/headers/AtomStamp.hpp (file contents):
Revision 175 by mmeineke, Tue Jul 9 18:40:59 2002 UTC vs.
Revision 176 by mmeineke, Thu Nov 14 22:00:44 2002 UTC

# 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; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines