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

Function OPS_SetDoubleListsOutput

SRC/interpreter/OpenSeesCommands.cpp:1119–1124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117}
1118
1119int OPS_SetDoubleListsOutput(std::vector<std::vector<double>>& data)
1120{
1121 if (cmds == 0) return 0;
1122 DL_Interpreter* interp = cmds->getInterpreter();
1123 return interp->setDouble(data);
1124}
1125
1126int OPS_SetDoubleDictOutput(std::map<const char* ,double>& data)
1127{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
setDoubleMethod · 0.45

Tested by

no test coverage detected