schedule MoL_DecrementCounter and friends BEFORE MoL_PostStepModify

Issue #523 closed
created an issue

right now MoL_DecrementCounter (and MoL_ResetTime and MoL_ResetDeltaTime) is/are scheduled BEFORE MoL_PostStep which caused MoL_PostStepModify to run before MoL_DecrementCounter for me. The means that routines that are moved from MoL_PostStep to MoL_PostStepModify see a different MoL_IntermediateStep possibly confusing users.

Also MoL_Add should be explicitly schedules before MoL_PostStepModify (again right now it says MoL_PostStep). It still ends up before due to the alphabetic sorting it seems.

Keyword:

Comments (3)

  1. Erik Schnetter
    • changed status to open
    • removed comment

    Yes, please do this.

  2. Roland Haas reporter
    • changed status to resolved
    • removed comment

    applied in revision 154.

  3. Log in to comment