| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | ||
| 3 | #include "Exclude.hpp" | |
| 4 | ||
| 5 | + | int Exclude::nExcludes; | 
| 6 | + | int* Exclude::exPairs; | 
| 7 | ||
| 6 | – | |
| 8 | Exclude::Exclude( int theIndex ){ | |
| 9 | exI = theIndex*2; | |
| 10 | exJ = theIndex*2 + 1; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |