Skip to content
Snippets Groups Projects
Commit fcf6fd82 authored by mark's avatar mark Committed by Mark OLESEN
Browse files

STYLE: use pre-increment and cbegin/cend form for forAll* macros

- no reason to use post-increment in forAll() macro.

- use C++11 cbegin()/cend() method names for forAll*Iter() macros.
  These method names have been in OpenFOAM since 2009 and are also
  used by C++11 containers.

STYLE: nullptr instead of 0 in UList
parent 10afef20
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