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

Method setDouble

DEVELOPER/core/Information.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124int
125Information::setDouble(double newDouble)
126{
127 theDouble = newDouble;
128
129 return 0;
130}
131
132int
133Information::setID(const ID &newID)

Callers 3

getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected