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

Function Tcl_ops_transformUtoX

SRC/interpreter/TclWrapper.cpp:1487–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1485}
1486
1487static int Tcl_ops_transformUtoX(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1488{
1489 wrapper->resetCommandLine(argc, 1, argv);
1490
1491 if (OPS_transformUtoX() < 0) return TCL_ERROR;
1492
1493 return TCL_OK;
1494}
1495
1496static int Tcl_ops_performanceFunction(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1497{

Callers

nothing calls this directly

Calls 2

OPS_transformUtoXFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected