| 8270 | } |
| 8271 | |
| 8272 | int |
| 8273 | sectionTag(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 8274 | { |
| 8275 | OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain); |
| 8276 | |
| 8277 | if (OPS_sectionTag() < 0) |
| 8278 | return TCL_ERROR; |
| 8279 | |
| 8280 | return TCL_OK; |
| 8281 | } |
| 8282 | |
| 8283 | int |
| 8284 | sectionDisplacement(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
nothing calls this directly
no test coverage detected