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

Function OPS_wipeReliability

SRC/interpreter/OpenSeesReliabilityCommands.cpp:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233int OPS_wipeReliability() {
234 if (cmds != 0) {
235 cmds->wipe();
236 }
237 return 0;
238}
239
240int OPS_performanceFunction() {
241 LimitStateFunction *theLSF = 0;

Callers 2

Tcl_ops_wipeReliabilityFunction · 0.85
Py_ops_wipeReliabilityFunction · 0.85

Calls 1

wipeMethod · 0.45

Tested by

no test coverage detected