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

Function Tcl_ops_constraints

SRC/interpreter/TclWrapper.cpp:240–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static int Tcl_ops_constraints(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
241 wrapper->resetCommandLine(argc, 1, argv);
242
243 if (OPS_ConstraintHandler() < 0) return TCL_ERROR;
244
245 return TCL_OK;
246}
247
248static int Tcl_ops_integrator(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
249 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_ConstraintHandlerFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected