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 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1199
Closed
Open
Issue created Feb 11, 2019 by Mark OLESEN@markMaintainer

premature short-circuit in components functionObject

@andy - can't see why the write() and clear() methods should short-circuit on failure. Surely we'd want to have this instead?

    forAll(resultNames_, i)
    {
        written = writeObject(resultNames_[i]) && written;
    }
Assignee
Assign to
Time tracking