| 206 | } |
| 207 | |
| 208 | static int Tcl_ops_pattern(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 209 | wrapper->resetCommandLine(argc, 1, argv); |
| 210 | |
| 211 | if (OPS_Pattern() < 0) return TCL_ERROR; |
| 212 | |
| 213 | return TCL_OK; |
| 214 | } |
| 215 | |
| 216 | static int Tcl_ops_nodalLoad(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 217 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected