Bug fix such that we re-initialise the entries in engCalibFrac to 0.0 as intended.
Previously resize was used, but this only initialises new entries to 0.0 and does not re-initialise the current entries in the vector. Using assign instead resolves that issue.