- 18 Oct, 2019 1 commit
-
-
mattijs authored
-
- 11 Dec, 2018 1 commit
-
-
Mark OLESEN authored
- makes the intent clearer and avoids the need for additional constructor casting. Eg, labelList(10, Zero) vs. labelList(10, 0) scalarField(10, Zero) vs. scalarField(10, scalar(0)) vectorField(10, Zero) vs. vectorField(10, vector::zero)
-
- 19 Jun, 2018 1 commit
-
-
Andrew Heather authored
-