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

Function Tcl_ops_basicDeformation

SRC/interpreter/TclWrapper.cpp:1000–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998}
999
1000static int Tcl_ops_basicDeformation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1001 wrapper->resetCommandLine(argc, 1, argv);
1002
1003 if (OPS_basicDeformation() < 0) return TCL_ERROR;
1004
1005 return TCL_OK;
1006}
1007
1008static int Tcl_ops_basicForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1009 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_basicDeformationFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected