| 48 | |
| 49 | template<class View, class View0, class View1> |
| 50 | forceinline |
| 51 | ElementUnion<View,View0,View1>:: |
| 52 | ElementUnion(Space& home, ElementUnion<View,View0,View1>& p) |
| 53 | : Propagator(home,p) { |
| 54 | x0.update(home,p.x0); |
| 55 | x1.update(home,p.x1); |
| 56 | iv.update(home,p.iv); |
| 57 | } |
| 58 | |
| 59 | template<class View, class View0, class View1> |
| 60 | PropCost |