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

Function Tcl_ops_nodeUnbalance

SRC/interpreter/TclWrapper.cpp:664–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664static int Tcl_ops_nodeUnbalance(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
665 wrapper->resetCommandLine(argc, 1, argv);
666
667 if (OPS_nodeUnbalance() < 0) return TCL_ERROR;
668
669 return TCL_OK;
670}
671
672static int Tcl_ops_nodeVel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
673 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_nodeUnbalanceFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected