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

Method update

SRC/domain/component/NodeResponseParameter.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getResponseMethod · 0.45

Tested by

no test coverage detected