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

Method update

SRC/domain/component/LoadFactorParameter.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41int
42LoadFactorParameter::update(int newValue)
43{
44 currentValue = newValue;
45
46 return 0;
47}
48
49int
50LoadFactorParameter::update(double newValue)

Callers

nothing calls this directly

Calls 1

getLoadFactorMethod · 0.45

Tested by

no test coverage detected