| 398 | } |
| 399 | |
| 400 | static int Tcl_ops_block3d(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 401 | wrapper->resetCommandLine(argc, 1, argv); |
| 402 | |
| 403 | if (OPS_doBlock3D() < 0) return TCL_ERROR; |
| 404 | |
| 405 | return TCL_OK; |
| 406 | } |
| 407 | |
| 408 | static int Tcl_ops_rayleigh(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 409 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected