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

Function OPS_SetDoubleDictOutput

SRC/interpreter/OpenSeesCommands.cpp:1126–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126int OPS_SetDoubleDictOutput(std::map<const char* ,double>& data)
1127{
1128 if (cmds == 0) return 0;
1129 DL_Interpreter* interp = cmds->getInterpreter();
1130 return interp->setDouble(data);
1131}
1132
1133int OPS_SetDoubleDictListOutput(std::map<const char*, std::vector<double>>& data)
1134{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
setDoubleMethod · 0.45

Tested by

no test coverage detected