Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • hyteg hyteg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hyteg
  • hyteghyteg
  • Merge requests
  • !362

Make master compile in DEBUG mode again

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marcus Mohr requested to merge mohr/bugfix into master Sep 18, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

P1ToP2SurrogateOperator::apply() was testing for

WALBERLA_ASSERT_NOT_IDENTICAL(std::addressof(src), std::addressof(dst));

However, as src is a P1Function and dst a P2Function this cannot be the case. Leads to a compiler error in debug mode due to "comparison of distinct pointer types".

Consequently not all apps could be compiled in DEBUG mode.

Edited Sep 18, 2020 by Marcus Mohr
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mohr/bugfix