From 1a16207e0d6699054bfd574d8f24a65af1852039 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 16 Dec 2019 00:06:40 +0100 Subject: [PATCH 1/3] COMP: compilation of Test-QRMatrix (clang, int64) - remove unused local functions from volumeExprDriver --- applications/test/QRMatrix/Test-QRMatrix.C | 32 +++++++++--------- src/OpenFOAM/matrices/Matrix/MatrixTools.C | 25 +++++++++----- src/OpenFOAM/matrices/Matrix/MatrixTools.H | 6 ++-- .../expressions/volume/volumeExprDriver.C | 33 ------------------- .../utilities/parProfiling/parProfiling.H | 4 +-- .../exact/exactPatchDistMethod.H | 10 +++--- 6 files changed, 42 insertions(+), 68 deletions(-) diff --git a/applications/test/QRMatrix/Test-QRMatrix.C b/applications/test/QRMatrix/Test-QRMatrix.C index fb22d78bde..281c62dd5b 100644 --- a/applications/test/QRMatrix/Test-QRMatrix.C +++ b/applications/test/QRMatrix/Test-QRMatrix.C @@ -324,7 +324,7 @@ void verification_QRMatrix // QRMatrix Constructors #if (0 | RUNALL) { - QRMatrix QRNull(); + QRMatrix QRNull; } #endif @@ -967,14 +967,14 @@ void verification_tsqr typedef RectangularMatrix RMatrix; // Size of the full matrix and its partitions - const label nColsSum = rndGen.position(1, 100); - const label qParts = rndGen.position(10, 30); + const label nColsSum = rndGen.position