| 231 | return ME_SET_NONE; |
| 232 | } |
| 233 | forceinline ModEvent |
| 234 | CharacteristicSets::ygq(unsigned int i, bool j) { |
| 235 | if (j) { |
| 236 | if (!ymax(i)) return ME_SET_FAILED; |
| 237 | if (!ymin(i)) { |
| 238 | ymin(i,true); |
| 239 | ylm=true; |
| 240 | } |
| 241 | } |
| 242 | return ME_SET_NONE; |
| 243 | } |
| 244 | |
| 245 | template<class View0, class View1> |
| 246 | forceinline ExecStatus |