| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | #include <string.h> | |
| 4 | ||
| 5 | #include "BASSyacc.h" | |
| 6 | < | #include "BASS_parse.h" |
| 7 | < | #include "simError.h" |
| 6 | > | #include "io/BASS_parse.h" |
| 7 | > | #include "utils/simError.h" |
| 8 | #ifdef IS_MPI | |
| 9 | #define __is_lex__ | |
| 10 | < | #include "mpiBASS.h" |
| 10 | > | #include "io/mpiBASS.h" |
| 11 | #endif | |
| 12 | ||
| 13 | #define HASH_SIZE 211 // the size of the hash table | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |