| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | #include <iostream> |
| 2 | + | |
| 3 | #include <cstdlib> | |
| 4 | #include <cstdio> | |
| 5 | ||
| # | Line 35 | Line 37 | void SimState::createArrays (int the_nElements) { | |
| 37 | ||
| 38 | void SimState::createArrays (int the_nElements) { | |
| 39 | int i, index3, index9; | |
| 40 | < | |
| 40 | > | |
| 41 | if( arraysAllocated ){ | |
| 42 | ||
| 43 | sprintf( painCave.errMsg, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |