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

Function Tcl_ops_nodeCoord

SRC/interpreter/TclWrapper.cpp:720–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720static int Tcl_ops_nodeCoord(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
721 wrapper->resetCommandLine(argc, 1, argv);
722
723 if (OPS_nodeCoord() < 0) return TCL_ERROR;
724
725 return TCL_OK;
726}
727
728static int Tcl_ops_setNodeCoord(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
729 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_nodeCoordFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected