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

Function Tcl_ops_nodalLoad

SRC/interpreter/TclWrapper.cpp:216–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216static int Tcl_ops_nodalLoad(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
217 wrapper->resetCommandLine(argc, 1, argv);
218
219 if (OPS_NodalLoad() < 0) return TCL_ERROR;
220
221 return TCL_OK;
222}
223
224static int Tcl_ops_system(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
225 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_NodalLoadFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected