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