| 3416 | const Propagator* p0, Status s0) |
| 3417 | : i(i0), g(g0), p(p0), s(s0) {} |
| 3418 | forceinline unsigned int |
| 3419 | PropagateTraceInfo::id(void) const { |
| 3420 | return i; |
| 3421 | } |
| 3422 | forceinline PropagatorGroup |
| 3423 | PropagateTraceInfo::group(void) const { |
| 3424 | return g; |
no outgoing calls
no test coverage detected