Skip to content
Snippets Groups Projects
Commit 986199f8 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: align bitSet and FixedList methods names

- bitSet and PackedList fill() as per boost dynamic_bitset.
  Silently deprecate assign(val), which is potentially confusing
  with other forms of assign().

- FixedList fill() as per std::array.
  Add missing assignment from Foam::zero

- minor code simplication in bitSet and PackedList

STYLE: fix typo in comment, qualify Foam::zero
parent 66c8607d
No related merge requests found
Showing
with 152 additions and 119 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment