| 198 | } |
| 199 | |
| 200 | forceinline ModEvent |
| 201 | CharacteristicSets::xlq(unsigned int i, bool j) { |
| 202 | if (!j) { |
| 203 | if (xmin(i)) return ME_SET_FAILED; |
| 204 | if (xmax(i)) { |
| 205 | xmax(i,false); |
| 206 | xum=true; |
| 207 | } |
| 208 | } |
| 209 | return ME_SET_NONE; |
| 210 | } |
| 211 | forceinline ModEvent |
| 212 | CharacteristicSets::xgq(unsigned int i, bool j) { |
| 213 | if (j) { |