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

Function Tcl_ops_block3d

SRC/interpreter/TclWrapper.cpp:400–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400static int Tcl_ops_block3d(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
401 wrapper->resetCommandLine(argc, 1, argv);
402
403 if (OPS_doBlock3D() < 0) return TCL_ERROR;
404
405 return TCL_OK;
406}
407
408static int Tcl_ops_rayleigh(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
409 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_doBlock3DFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected