| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | #include <cstdlib> |
| 2 | < | #include <cstdio> |
| 1 | > | #include <stdlib.h> |
| 2 | > | #include <stdio.h> |
| 3 | > | #include <string.h> |
| 4 | ||
| 5 | #include "MakeStamps.hpp" | |
| 6 | #include "MoleculeStamp.hpp" | |
| # | Line 89 | Line 90 | MakeStamps::MakeStamps(){ | |
| 90 | MakeStamps::MakeStamps(){ | |
| 91 | ||
| 92 | int i; | |
| 93 | + | |
| 94 | + | hash_size = 47; |
| 95 | + | hash_shift = 4; |
| 96 | ||
| 97 | my_mols = new LinkedMolStamp*[hash_size]; | |
| 98 | for( i=0; i<hash_size; i++ ){ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |