| 1377 | } |
| 1378 | |
| 1379 | static int Tcl_ops_getEleLoadData(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1380 | { |
| 1381 | wrapper->resetCommandLine(argc, 1, argv); |
| 1382 | |
| 1383 | if (OPS_getEleLoadData() < 0) return TCL_ERROR; |
| 1384 | |
| 1385 | return TCL_OK; |
| 1386 | } |
| 1387 | |
| 1388 | static int Tcl_ops_getNodeLoadTags(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1389 | { |
nothing calls this directly
no test coverage detected