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
  • #655
Closed
Open
Issue created Dec 08, 2017 by Mattijs Janssens@MattijsMaintainer

UOPstream does not zero padding (placeholder)

UOPstream enforces alignment of individual blocks. It does not fill the added padding with zero. This shows up when running e.g. valgrind.

  • Not a bug since we also don't read the padded data.
  • Avoid by using setSize(xxx, 0) instead of setSize(xxx)
Assignee
Assign to
Time tracking