| 310 | |
| 311 | template <typename Element> |
| 312 | void NetElementDynamicGroup<Element>::readyElement(ElementPtr const& element) { |
| 313 | element->initNetVersion(m_netVersion); |
| 314 | if (m_interpolationEnabled) |
| 315 | element->enableNetInterpolation(m_extrapolationHint); |
| 316 | else |
| 317 | element->disableNetInterpolation(); |
| 318 | } |
| 319 | |
| 320 | } |
nothing calls this directly
no test coverage detected