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