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

Function Tcl_ops_nodeDOFs

SRC/interpreter/TclWrapper.cpp:760–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760static int Tcl_ops_nodeDOFs(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
761 wrapper->resetCommandLine(argc, 1, argv);
762
763 if (OPS_nodeDOFs() < 0) return TCL_ERROR;
764
765 return TCL_OK;
766}
767
768static int Tcl_ops_nodeMass(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
769 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_nodeDOFsFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected