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

Method setInt

SRC/interpreter/TclInterpreter.cpp:568–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568int
569TclInterpreter::setInt(int* data, int numArgs, bool scalar)
570{
571 wrapper.setOutputs(interp, data, numArgs);
572 return 0;
573}
574
575int
576TclInterpreter::setDouble(double* data, int numArgs, bool scalar)

Callers

nothing calls this directly

Calls 1

setOutputsMethod · 0.45

Tested by

no test coverage detected