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

Function Tcl_ops_setPrecision

SRC/interpreter/TclWrapper.cpp:840–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838}
839
840static int Tcl_ops_setPrecision(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
841 wrapper->resetCommandLine(argc, 1, argv);
842
843 if (OPS_setPrecision() < 0) return TCL_ERROR;
844
845 return TCL_OK;
846}
847
848static int Tcl_ops_searchPeerNGA(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
849 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_setPrecisionFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected