| 582 | } |
| 583 | |
| 584 | static int Tcl_ops_printGID(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 585 | wrapper->resetCommandLine(argc, 1, argv); |
| 586 | |
| 587 | if (OPS_printModelGID() < 0) return TCL_ERROR; |
| 588 | |
| 589 | return TCL_OK; |
| 590 | } |
| 591 | |
| 592 | static int Tcl_ops_getCTestNorms(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 593 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected