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

Function OPS_EvalDoubleStringExpression

SRC/interpreter/OpenSeesCommands.cpp:1106–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106int OPS_EvalDoubleStringExpression(const char* theExpression, double& current_val) {
1107 if (cmds == 0) return 0;
1108 DL_Interpreter* interp = cmds->getInterpreter();
1109 return interp->evalDoubleStringExpression(theExpression, current_val);
1110}
1111
1112int OPS_SetDoubleOutput(int *numData, double *data, bool scalar)
1113{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80

Tested by

no test coverage detected