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

Function Tcl_ops_pattern

SRC/interpreter/TclWrapper.cpp:208–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static int Tcl_ops_pattern(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
209 wrapper->resetCommandLine(argc, 1, argv);
210
211 if (OPS_Pattern() < 0) return TCL_ERROR;
212
213 return TCL_OK;
214}
215
216static int Tcl_ops_nodalLoad(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
217 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_PatternFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected