| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include <iostream> | |
| 2 | < | #include <cstdlib> | 
| 2 | > | #include <stdlib.h> | 
| 3 | ||
| 4 | ||
| 5 | #include "Exclude.hpp" | |
| # | Line 17 | Line 17 | void Exclude::createArray( int the_nExcludes ){ | |
| 17 | void Exclude::createArray( int the_nExcludes ){ | |
| 18 | ||
| 19 | nExcludes = the_nExcludes; | |
| 20 | – | std::cerr << "nExcludes = " << nExcludes << "\n"; | 
| 20 | exPairs = new int[nExcludes*2]; | |
| 21 | } | |
| 22 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |