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

Function Tcl_ops_setNodeDisp

SRC/interpreter/TclWrapper.cpp:688–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688static int Tcl_ops_setNodeDisp(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
689 wrapper->resetCommandLine(argc, 1, argv);
690
691 if (OPS_setNodeDisp() < 0) return TCL_ERROR;
692
693 return TCL_OK;
694}
695
696static int Tcl_ops_nodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
697 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_setNodeDispFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected