| 326 | } |
| 327 | |
| 328 | static int Tcl_ops_geomTransf(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 329 | wrapper->resetCommandLine(argc, 1, argv); |
| 330 | |
| 331 | if (OPS_CrdTransf() < 0) return TCL_ERROR; |
| 332 | |
| 333 | return TCL_OK; |
| 334 | } |
| 335 | |
| 336 | static int Tcl_ops_beamIntegration(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 337 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected