| 116 | return _s.lq(home,n-_p); |
| 117 | } |
| 118 | forceinline ModEvent |
| 119 | ManFixPTask::norun(Space& home, int e, int l) { |
| 120 | if (e <= l) { |
| 121 | Iter::Ranges::Singleton r(e-_p+1,l); |
| 122 | return _s.minus_r(home,r,false); |
| 123 | } else { |
| 124 | return ME_INT_NONE; |
| 125 | } |
| 126 | } |
| 127 | |
| 128 | |
| 129 | forceinline ModEvent |
no test coverage detected