| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | ||
| 3 | #include "Exclude.hpp" | |
| 4 | ||
| 5 | + | int Exclude::nExcludes; |
| 6 | ||
| 6 | – | |
| 7 | Exclude::Exclude( int theIndex ){ | |
| 8 | exI = theIndex*2; | |
| 9 | exJ = theIndex*2 + 1; | |
| 10 | } | |
| 11 | ||
| 12 | < | void Exclude::createArray( int nExcludes ){ |
| 13 | < | |
| 12 | > | void Exclude::createArray( int the_nExcludes ){ |
| 13 | > | |
| 14 | > | nExcludes = the_nExcludes; |
| 15 | exPairs = new int[nExcludes*2]; | |
| 16 | } | |
| 17 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |