| 1485 | } |
| 1486 | |
| 1487 | static int Tcl_ops_transformUtoX(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1488 | { |
| 1489 | wrapper->resetCommandLine(argc, 1, argv); |
| 1490 | |
| 1491 | if (OPS_transformUtoX() < 0) return TCL_ERROR; |
| 1492 | |
| 1493 | return TCL_OK; |
| 1494 | } |
| 1495 | |
| 1496 | static int Tcl_ops_performanceFunction(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1497 | { |
nothing calls this directly
no test coverage detected