ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/ZconStamp.hpp
(Generate patch)

Comparing trunk/OOPSE/libBASS/ZconStamp.hpp (file contents):
Revision 1092 by mmeineke, Mon Aug 11 19:38:44 2003 UTC vs.
Revision 1093 by tim, Wed Mar 17 14:22:59 2004 UTC

# Line 21 | Line 21 | class ZconStamp{ (public)
21    int    getMolIndex( void ) { return molIndex; }
22    double getZpos( void )     { return zPos; }
23    double getKratio( void )   { return kRatio; }
24 <
24 >  double getCantVel( void )   { return cantVel; }
25 >  
26    short int haveZpos( void ) { return have_zPos; }
27    short int haveKratio( void ) { return have_kRatio; }
28 <
28 >  short int haveCantVel( void ) { return have_cantVel; }
29 >  
30   private:
31  
32    short int have_zPos;
33    short int have_molIndex;
34    short int have_kRatio;
35 +  short int have_cantVel;
36  
37    double zPos;
38    double kRatio;
39 +  double cantVel;
40    int molIndex;
41    
42    int index;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines