| 50 | |
| 51 | template<> |
| 52 | void component |
| 53 | ( |
| 54 | labelField& lf, |
| 55 | const labelUList& f, |
| 56 | const direction |
| 57 | ) |
| 58 | { |
| 59 | lf = f; |
| 60 | } |
| 61 | |
| 62 | template<> |
| 63 | void labelField::replace(const direction, const labelUList& lf) |
no outgoing calls
no test coverage detected