MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / Tcl_ops_randomVariable

Function Tcl_ops_randomVariable

SRC/interpreter/TclWrapper.cpp:1406–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406static 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
1415static int Tcl_ops_getRVTags(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1416{

Callers

nothing calls this directly

Calls 2

OPS_randomVariableFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected