| 124 | |
| 125 | template<class Dim, int n> |
| 126 | forceinline void |
| 127 | ManBox<Dim,n>::subscribe(Space& home, Propagator& p) { |
| 128 | for (int i=0; i<n; i++) |
| 129 | d[i].subscribe(home,p); |
| 130 | } |
| 131 | template<class Dim, int n> |
| 132 | forceinline void |
| 133 | ManBox<Dim,n>::cancel(Space& home, Propagator& p) { |
nothing calls this directly
no test coverage detected