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

Comparing:
branches/mmeineke/OOPSE/libBASS/MakeStamps.hpp (file contents), Revision 377 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
trunk/OOPSE/libBASS/MakeStamps.hpp (file contents), Revision 747 by gezelter, Fri Sep 5 21:28:52 2003 UTC

# Line 70 | Line 70 | class MakeStamps{ (private)
70  
71   private:
72  
73 <  static const int hash_size = 51;
74 <  static const int hash_shift = 4;
73 >  int hash_size;
74 >  int hash_shift;
75    int hash( char* text );
76    LinkedMolStamp** my_mols;
77    void addMolStamp( MoleculeStamp* the_stamp );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines