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

Method update

DEVELOPER/core/Parameter.cpp:178–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178int
179Parameter::update(int newValue)
180{
181 theInfo.theInt = newValue;
182
183 int ok = 0;
184
185 for (int i = 0; i < numObjects; i++)
186 ok += theObjects[i]->updateParameter(parameterID[i], theInfo);
187
188 return ok;
189}
190
191int
192Parameter::update(double newValue)

Callers

nothing calls this directly

Calls 1

updateParameterMethod · 0.45

Tested by

no test coverage detected