Refactor Node::calibrate()
method
#2060
Labels
I: Internal API
Changes were introduced in basic internal workings of the simulator that developers need to know
S: Normal
Handle this with default priority
T: Maintenance
Work to keep up the quality of the code and documentation.
The
calibrate()
method should be renamed to something more descriptive, such asrecompute_internal_variables()
.It should be removed from the
Node
base class and no longer be called fromNodeManager::prepare_node()
. Instead, it should be a private method, that individualNode
classes call internally from three places: their constructor, their copy constructor, andSetStatus()
.The text was updated successfully, but these errors were encountered: