| 140 | |
| 141 | |
| 142 | int |
| 143 | OptimizationDomain::removeDesignVariable(int tag) |
| 144 | { |
| 145 | theDesignVariablesPtr->removeComponent(tag); |
| 146 | |
| 147 | return 0; |
| 148 | } |
| 149 | |
| 150 | int |
| 151 | OptimizationDomain::removeDesignVariablePositioner(int tag) |
nothing calls this directly
no test coverage detected