COMP: remove 'special purpose' minMaxOp (#3326)
- replace with plusOp for reductions. The old use didn't necessarily work well with compiler resolution in all cases. Simplify to use plusOp (and removed the old version). [Does not affect very much code...] COMP: incorrect include ordering for GeometricFieldFunctions - header was included after the template code REGRESSION: combineAllGather mapped to incorrect method (81fa7d08) STYLE: use UPstream::commWarn(...) setter method
parent
d655c2d3
Showing
- applications/test/minMax1/Make/files 1 addition, 1 deletionapplications/test/minMax1/Make/files
- applications/test/minMax1/Test-minMax1.cxx 1 addition, 4 deletionsapplications/test/minMax1/Test-minMax1.cxx
- applications/utilities/mesh/manipulation/checkMesh/checkTools.C 1 addition, 1 deletion...ations/utilities/mesh/manipulation/checkMesh/checkTools.C
- applications/utilities/preProcessing/PDR/pdrFields/PDRutilsOverlap.C 2 additions, 2 deletions...s/utilities/preProcessing/PDR/pdrFields/PDRutilsOverlap.C
- src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H 1 addition, 1 deletionsrc/OpenFOAM/db/IOstreams/Pstreams/Pstream.H
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H 3 additions, 2 deletions...AM/fields/GeometricFields/GeometricField/GeometricField.H
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C 11 additions, 15 deletions.../GeometricFields/GeometricField/GeometricFieldFunctions.C
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H 8 additions, 7 deletions.../GeometricFields/GeometricField/GeometricFieldFunctions.H
- src/OpenFOAM/primitives/ranges/MinMax/MinMax.H 12 additions, 2 deletionssrc/OpenFOAM/primitives/ranges/MinMax/MinMax.H
- src/OpenFOAM/primitives/ranges/MinMax/MinMaxOps.H 86 additions, 98 deletionssrc/OpenFOAM/primitives/ranges/MinMax/MinMaxOps.H
- src/finiteArea/faMesh/faMeshTools/faMeshToolsChecks.C 4 additions, 4 deletionssrc/finiteArea/faMesh/faMeshTools/faMeshToolsChecks.C
- src/functionObjects/field/binField/binModels/singleDirectionUniformBin/singleDirectionUniformBin.C 1 addition, 1 deletion...els/singleDirectionUniformBin/singleDirectionUniformBin.C
- src/mesh/blockMesh/PDRblockMesh/PDRblock.H 5 additions, 3 deletionssrc/mesh/blockMesh/PDRblockMesh/PDRblock.H
- src/mesh/blockMesh/PDRblockMesh/PDRblockI.H 1 addition, 1 deletionsrc/mesh/blockMesh/PDRblockMesh/PDRblockI.H
- src/meshTools/AMIInterpolation/GAMG/interfaces/cyclicAMIGAMGInterface/cyclicAMIGAMGInterface.C 4 additions, 6 deletions...nterfaces/cyclicAMIGAMGInterface/cyclicAMIGAMGInterface.C
Please register or sign in to comment