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

Method resetCommandLine

SRC/interpreter/TclWrapper.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void
43TclWrapper::resetCommandLine(int nArgs, int cArg, TCL_Char** argv)
44{
45 numberArgs = nArgs;
46 currentArg = cArg;
47 currentArgv = argv;
48}
49
50void
51TclWrapper::resetCommandLine(int cArg)

Callers 15

resetInputMethod · 0.45
Tcl_ops_UniaxialMaterialFunction · 0.45
Tcl_ops_setStrainFunction · 0.45
Tcl_ops_getStrainFunction · 0.45
Tcl_ops_getStressFunction · 0.45
Tcl_ops_getTangentFunction · 0.45
Tcl_ops_getDampTangentFunction · 0.45
Tcl_ops_wipeFunction · 0.45
Tcl_ops_wipeReliabilityFunction · 0.45
Tcl_ops_modelFunction · 0.45
Tcl_ops_nodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected