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

Function OPS_SetIntDictListOutput

SRC/interpreter/OpenSeesCommands.cpp:1084–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084int OPS_SetIntDictListOutput(std::map<const char*, std::vector<int>>& data)
1085{
1086 if (cmds == 0) return 0;
1087 DL_Interpreter* interp = cmds->getInterpreter();
1088 return interp->setInt(data);
1089}
1090
1091int OPS_GetDoubleInput(int *numData, double *data)
1092{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
setIntMethod · 0.45

Tested by

no test coverage detected