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

Function Tcl_ops_geomTransf

SRC/interpreter/TclWrapper.cpp:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328static int Tcl_ops_geomTransf(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
329 wrapper->resetCommandLine(argc, 1, argv);
330
331 if (OPS_CrdTransf() < 0) return TCL_ERROR;
332
333 return TCL_OK;
334}
335
336static int Tcl_ops_beamIntegration(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
337 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_CrdTransfFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected