Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1635
Closed
Open
Issue created Mar 16, 2020 by Kutalmış Berçin@kutiMaintainer

BUG: argList::noBanner silently suppresses foamDictionary -includes output

Summary

foamDictionary -includes system/controlDict does not return #include headers.

The reason is that even though ::Foam::infoDetailLevel is initialised to 1, it is assigned to zero in argList::noBanner(). This converts DetailInfo macro to a no-op as is executed in functionEntries::includeEntry::execute(), therefore no call is made to Info.

Steps to reproduce

cd $FOAM_TUTORIALS/incompressible/simpleFoam/motorBike

foamDictionary -includes system/controlDict

which will return nothing unlike OFv1712 that returns the #include headers.

Environment information

  • OpenFOAM version : dev
  • Operating system : osuse
  • Compiler : gcc
Assignee
Assign to
Time tracking