openfoam/applications/utilities/surface/surfaceBooleanFeatures
Mark Olesen 1d85fecf4d ENH: use Zero when zero-initializing types
- 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)
2018-12-11 23:50:15 +01:00
..
Make ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
PolyhedronReader STYLE: consistent use of '= delete' for removed constructors/assignments 2018-05-30 12:03:17 +02:00
Allwmake COMP: Allwmake: make -q work 2018-11-01 14:12:52 +00:00
CGAL3DKernel.H ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
CGALIndexedPolyhedron.H STYLE: Header clean-up 2017-11-07 11:22:58 +00:00
surfaceBooleanFeatures.C ENH: use Zero when zero-initializing types 2018-12-11 23:50:15 +01:00