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

Function OPS_ResetInputNoBuilder

SRC/runtime/parsing/InterpreterAPI.cpp:84–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84extern "C" int
85OPS_ResetInputNoBuilder(ClientData clientData, Tcl_Interp *interp, int cArg,
86 int mArg, TCL_Char ** const argv, Domain *domain)
87{
88 theInterp = interp;
89 currentArgv = argv;
90 currentArg = cArg;
91 maxArg = mArg;
92 return 0;
93}
94
95extern "C" int
96OPS_GetIntInput(int *numData, int *data)

Callers 11

TclCreateRecorderFunction · 0.50
TclCommand_addSectionFunction · 0.50
TclCommand_addElementFunction · 0.50
dispatchFunction · 0.50
TclCommand_addNDMaterialFunction · 0.50
TclCreateRecorderFunction · 0.50
specifyIntegratorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected