| 8259 | } |
| 8260 | |
| 8261 | int |
| 8262 | sectionWeight(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 8263 | { |
| 8264 | OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain); |
| 8265 | |
| 8266 | if (OPS_sectionWeight() < 0) |
| 8267 | return TCL_ERROR; |
| 8268 | |
| 8269 | return TCL_OK; |
| 8270 | } |
| 8271 | |
| 8272 | int |
| 8273 | sectionTag(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
nothing calls this directly
no test coverage detected