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

Function OPS_GetDoubleListInput

SRC/interpreter/OpenSeesCommands.cpp:1099–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097}
1098
1099int OPS_GetDoubleListInput(int* size, Vector* data)
1100{
1101 if (cmds == 0) return 0;
1102 DL_Interpreter* interp = cmds->getInterpreter();
1103 return interp->getDoubleList(size, data);
1104}
1105
1106int OPS_EvalDoubleStringExpression(const char* theExpression, double& current_val) {
1107 if (cmds == 0) return 0;

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
getDoubleListMethod · 0.45

Tested by

no test coverage detected