| 4342 | |
| 4343 | template<class VIC> |
| 4344 | forceinline void |
| 4345 | VarImp<VIC>::schedule(Space& home, Propagator& p, ModEvent me, |
| 4346 | bool force) { |
| 4347 | if (VIC::med_update(p.u.med,me) || force) |
| 4348 | home.enqueue(&p); |
| 4349 | } |
| 4350 | |
| 4351 | template<class VIC> |
| 4352 | forceinline void |