openfoam/applications/utilities/miscellaneous/foamFormatConvert
Mark Olesen e42c228155 ENH: cleanup List constructors (issue #725)
- add copy construct from UList

- remove copy construct from dissimilar types.

  This templated constructor was too generous in what it accepted.
  For the special cases where a copy constructor is required with
  a change in the data type, now use the createList factory method,
  which accepts a unary operator. Eg,

      auto scalars = scalarList::createList
      (
          labels,
          [](const label& val){ return 1.5*val; }
      );
2018-02-08 08:53:14 +01:00
..
Make Moved the "generic" BCs into a separate library and included it only in those utilities 2009-08-04 22:13:54 +01:00
foamFormatConvert.C ENH: cleanup List constructors (issue #725) 2018-02-08 08:53:14 +01:00
writeMeshObject.H INT: Updated dependent code following latest set of integrations 2017-09-06 16:05:12 +01:00