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

Function Tcl_ops_accelCPU

SRC/interpreter/TclWrapper.cpp:1048–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046}
1047
1048static int Tcl_ops_accelCPU(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1049 wrapper->resetCommandLine(argc, 1, argv);
1050
1051 if (OPS_accelCPU() < 0) return TCL_ERROR;
1052
1053 return TCL_OK;
1054}
1055
1056static int Tcl_ops_numFact(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1057 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_accelCPUFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected