Skip to content
Commit f6d17d48 authored by Andrew Heather's avatar Andrew Heather
Browse files

Merge branch 'feature-FO_execute_on_end' into 'develop'

ENH: functionObjects: call execute on last time step

- old convention was that on last time step it would only call end()
and not execute()
- however this meant that e.g. the functionObjectProperties file
did not get written
- and almost all functionObjects were doing an execute() inside of end()
- new convention: call execute() on last time step, just before doing end()

See merge request !24
parents 44d7f643 ee950dd6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment