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

Function Tcl_ops_numFact

SRC/interpreter/TclWrapper.cpp:1056–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054}
1055
1056static int Tcl_ops_numFact(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1057 wrapper->resetCommandLine(argc, 1, argv);
1058
1059 if (OPS_numFact() < 0) return TCL_ERROR;
1060
1061 return TCL_OK;
1062}
1063
1064static int Tcl_ops_numIter(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1065 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_numFactFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected