Skip to content

Fix bug in function parameter

Tom Fischer requested to merge TomFischer/ogs:FixBugInFunctionParameter into master

@ErikNixdorf discovered a design bug in using the parameter of type Function.

Also extend the Function type parameter to handle time in the expressions introducing the t variable, additionally to the currently available x, y, z.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Tom Fischer

Merge request reports