Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • hyteg hyteg
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • 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

Merged
Created Sep 18, 2020 by Marcus Mohr@mohrDeveloper

Make master compile in DEBUG mode again

  • 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
Reviewer
Request review from
Time tracking
Source branch: mohr/bugfix