| 329 | |
| 330 | template<class TEntityType> |
| 331 | void EntityInitialize( |
| 332 | TEntityType& dummy, |
| 333 | const ProcessInfo& rCurrentProcessInfo) |
| 334 | { |
| 335 | dummy.Initialize(rCurrentProcessInfo); |
| 336 | } |
| 337 | |
| 338 | template<class TEntityType, class TDataType> |
| 339 | void EntityCalculateSensitivityMatrix( |
nothing calls this directly
no test coverage detected