Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 384
    • Issues 384
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1235

Closed
Open
Created Mar 12, 2019 by Kutalmis Bercin@kutiMaintainer

checkIndex always enabled for PackedList and bitSet

checkIndex function of OpenFOAM containers is usually wrapped by FULLDEBUG preprocessor directive for subscripting operator, e.g. UList . Yet for PackedList and bitSet subscripting, FULLDEBUG was commented out for testing purposes, and left as is. I wonder if they were forgotten?

PackedList

bitSet

    // Leave enabled during testing period (MAR-2018)
    // #ifdef FULLDEBUG
    checkIndex(i);
    // #endif
Edited Mar 13, 2019 by Mark Olesen
Assignee
Assign to
Time tracking