Skip to content
Snippets Groups Projects

Copy method 'makeFunction' into namespace Dune::Fufem

Closed Oliver Sander requested to merge move-makefunction-to-namespace-dune-fufem into master

The method 'makeFunction' was declared in a namespace 'Functions'. This leads to unfortunate clashes with code from the dune-functions module, in particular when using

using namespace Dune;

This patch introduces a copy of that method in the namespace Dune::Fufem (never mind the copy: the method is very small). It also deprecates the method in the old namespace. That way, code that currently works still does so in the future, but we now have a migration path away from that unfortunate 'Functions' namespace in dune-fufem.

BUG: https://git.imp.fu-berlin.de/agnumpde/dune-fufem/issues/11

Merge request reports

Checking pipeline status.

Approval is optional

Closed by Oliver SanderOliver Sander 2 years ago (Jan 1, 2023 12:59pm UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading