Skip to content

Fix incorrect time output in energy filter

Dave Moxey requested to merge dmoxey/nektar:fix/energy-time into master

The energy filter currently outputs at the incorrect time interval (i.e. instead of time steps 0, 10, 20 it will output at 1, 11, 21...). This MR corrects this problem.

Merge request reports