Skip to content

Fix minor performance issue in TimeIntegration

Douglas Serson requested to merge fix/TimeIntegration into master

This fixes a small mistake in TimeIntegrationScheme, which in some cases lead to a duplicate calculation (the speed up from this fix is relatively low).

Merge request reports