Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
openfoam
openfoam
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 365
    • Issues 365
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 11
    • Merge Requests 11
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1987

Closed
Open
Created Jan 20, 2021 by Henning Scheufler@Henning86Developer

FunctionObject from foamNewFunctionObject does not compile

Summary

functionObject generated by the utility foamNewFunctionObject does not compile

Environment information

  • OpenFOAM version : of2006,of2012,ofdev
  • Operating system : ubuntu
  • Hardware info :
  • Compiler : gcc

Possible fixes

error in following line:

boolData_(dict.getOrDefault<bool>("boolData"), true),

replace with

boolData_(dict.getOrDefault<bool>("boolData", true)),
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None