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

Function Tcl_ops_region

SRC/interpreter/TclWrapper.cpp:832–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830}
831
832static int Tcl_ops_region(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
833 wrapper->resetCommandLine(argc, 1, argv);
834
835 if (OPS_MeshRegion() < 0) return TCL_ERROR;
836
837 return TCL_OK;
838}
839
840static int Tcl_ops_setPrecision(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
841 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_MeshRegionFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected