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

Function myCommands

SRC/modelbuilder/tcl/myCommands.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 TclModelBuilder *builder);
66
67int myCommands(Tcl_Interp *interp) {
68 Tcl_CreateCommand(interp, "model", specifyModelBuilder,
69 (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
70 return 0;
71}
72
73int
74specifyModelBuilder(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers 1

OpenSeesAppInitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected