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

Method setOutputs

SRC/interpreter/TclWrapper.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void
68TclWrapper::setOutputs(Tcl_Interp* interp, int* data, int numArgs)
69{
70 char buffer[40];
71 for (int i=0; i<numArgs; i++) {
72 sprintf(buffer, "%d ", data[i]);
73 Tcl_AppendResult(interp, buffer, NULL);
74 }
75}
76
77void
78TclWrapper::setOutputs(Tcl_Interp* interp, double* data, int numArgs)

Callers 6

setIntMethod · 0.45
setDoubleMethod · 0.45
setStringMethod · 0.45
setIntMethod · 0.45
setDoubleMethod · 0.45
setStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected