I am constructing a subroutine and using state variables to track the iterations of damage in my model. I was under the impression that stateOld of a particular variable should equal stateNew of the previous time step, but this is not the case. Is there a way of using state variables to store...