| 8248 | |
| 8249 | |
| 8250 | int |
| 8251 | sectionLocation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 8252 | { |
| 8253 | OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain); |
| 8254 | |
| 8255 | if (OPS_sectionLocation() < 0) |
| 8256 | return TCL_ERROR; |
| 8257 | |
| 8258 | return TCL_OK; |
| 8259 | } |
| 8260 | |
| 8261 | int |
| 8262 | sectionWeight(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
nothing calls this directly
no test coverage detected