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

Function printCommand

SRC/material/nD/feap/TclFeapMaterialCommand.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include <string.h>
32
33static void printCommand(int argc, TCL_Char **argv)
34{
35 opserr << "Input command: ";
36 for (int i=0; i<argc; i++)
37 opserr << argv[i] << " ";
38 opserr << endln;
39}
40
41NDMaterial *
42TclModelBuilder_addFeapMaterial(ClientData clientData, Tcl_Interp *interp,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected