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

Function Tcl_ops_setParameter

SRC/interpreter/TclWrapper.cpp:1200–1206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198}
1199
1200static int Tcl_ops_setParameter(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1201 wrapper->resetCommandLine(argc, 1, argv);
1202
1203 if (OPS_setParameter() < 0) return TCL_ERROR;
1204
1205 return TCL_OK;
1206}
1207
1208static int Tcl_ops_getPID(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1209{

Callers

nothing calls this directly

Calls 2

OPS_setParameterFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected