| 19 | CPHUpdateObject::Deactivate(); |
| 20 | } |
| 21 | void CPHStaticGeomShell::Activate(const Fmatrix& form) |
| 22 | { |
| 23 | build(); |
| 24 | setStaticForm(form); |
| 25 | get_spatial_params(); |
| 26 | spatial_register(); |
| 27 | } |
| 28 | |
| 29 | void CPHStaticGeomShell::Deactivate() |
| 30 | { |
no outgoing calls
no test coverage detected