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

Function Tcl_ops_basicForce

SRC/interpreter/TclWrapper.cpp:1008–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006}
1007
1008static int Tcl_ops_basicForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1009 wrapper->resetCommandLine(argc, 1, argv);
1010
1011 if (OPS_basicForce() < 0) return TCL_ERROR;
1012
1013 return TCL_OK;
1014}
1015
1016static int Tcl_ops_basicStiffness(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1017 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_basicForceFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected