| 99 | } |
| 100 | |
| 101 | static bool init(cFCOPropVector& testV) |
| 102 | { |
| 103 | int range = testV.GetSize() - 1; |
| 104 | |
| 105 | for (int i = 1; i <= range; ++i) |
| 106 | { |
| 107 | if (testV.ContainsItem(i)) |
| 108 | return false; |
| 109 | } //end for |
| 110 | return true; |
| 111 | } |
| 112 | |
| 113 | |
| 114 | static void addRemove(cFCOPropVector& test1, cFCOPropVector& test2, cDebug& d) |