| 758 | } |
| 759 | |
| 760 | static int Tcl_ops_nodeDOFs(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 761 | wrapper->resetCommandLine(argc, 1, argv); |
| 762 | |
| 763 | if (OPS_nodeDOFs() < 0) return TCL_ERROR; |
| 764 | |
| 765 | return TCL_OK; |
| 766 | } |
| 767 | |
| 768 | static int Tcl_ops_nodeMass(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 769 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected