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

Comparing trunk/OOPSE/libBASS/MakeStamps.cpp (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 790 by mmeineke, Mon Sep 29 21:16:11 2003 UTC

# 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++ ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines