| 31 | #include <string.h> |
| 32 | |
| 33 | static 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 | |
| 41 | NDMaterial * |
| 42 | TclModelBuilder_addFeapMaterial(ClientData clientData, Tcl_Interp *interp, |
no outgoing calls
no test coverage detected