Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
int
44
NodeResponseParameter::update(int newValue)
45
{
46
currentValue = newValue;
47
48
return 0;
49
}
50
51
int
52
NodeResponseParameter::update(double newValue)
Callers
nothing calls this directly
Calls
1
getResponse
Method · 0.45
Tested by
no test coverage detected