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

Method setDouble

SRC/interpreter/TclInterpreter.cpp:575–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575int
576TclInterpreter::setDouble(double* data, int numArgs, bool scalar)
577{
578 wrapper.setOutputs(interp, data, numArgs);
579 return 0;
580}
581
582int
583TclInterpreter::setString(const char* str)

Callers

nothing calls this directly

Calls 1

setOutputsMethod · 0.45

Tested by

no test coverage detected