| 1404 | } |
| 1405 | |
| 1406 | static int Tcl_ops_randomVariable(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1407 | { |
| 1408 | wrapper->resetCommandLine(argc, 1, argv); |
| 1409 | |
| 1410 | if (OPS_randomVariable() < 0) return TCL_ERROR; |
| 1411 | |
| 1412 | return TCL_OK; |
| 1413 | } |
| 1414 | |
| 1415 | static int Tcl_ops_getRVTags(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1416 | { |
nothing calls this directly
no test coverage detected