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

Function Tcl_ops_getLoadFactor

SRC/interpreter/TclWrapper.cpp:544–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544static int Tcl_ops_getLoadFactor(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
545 wrapper->resetCommandLine(argc, 1, argv);
546
547 if (OPS_getLoadFactor() < 0) return TCL_ERROR;
548
549 return TCL_OK;
550}
551
552static int Tcl_ops_build(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
553 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_getLoadFactorFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected