| 192 | |
| 193 | template<class View, class Val, PropCond pc> |
| 194 | void |
| 195 | ViewValNGL<View,Val,pc>::subscribe(Space& home, Propagator& p) { |
| 196 | x.subscribe(home,p,pc); |
| 197 | } |
| 198 | |
| 199 | template<class View, class Val, PropCond pc> |
| 200 | void |
no outgoing calls
no test coverage detected