Skip to content

Always remove "_ip" suffix in setIPDataIinitialConditions

Remove a defaulted parameter from setIPDataInitialConditions utility function. Now the suffix is always removed.

Replacing strings with string views allowed for usage of remove_suffix() and remove_prefix() functions, which a very efficient compared to string construction.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added? Existing tests
  3. Any new feature or behaviour change was documented?

Merge request reports