From 87e6e7519b662e275703ffeaa020726046281e65 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 22 Jun 2016 17:08:10 +0100 Subject: [PATCH] Change lduMatrix debug switch definition, 3 --- src/foam/Make/files | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/foam/Make/files b/src/foam/Make/files index d10fc07a0..4218eac70 100644 --- a/src/foam/Make/files +++ b/src/foam/Make/files @@ -663,12 +663,11 @@ fields/CoeffField/symmTensor4thOrderCoeffField.C fields/CoeffField/tensorCoeffField.C BlockLduMatrix = matrices/blockLduMatrix/BlockLduMatrix -$(BlockLduMatrix)/blockLduMatrices.C +$(BlockLduMatrix)/blockLduMatrixName.C $(BlockLduMatrix)/scalarBlockLduMatrix.C $(BlockLduMatrix)/sphericalTensorBlockLduMatrix.C $(BlockLduMatrix)/symmTensorBlockLduMatrix.C $(BlockLduMatrix)/tensorBlockLduMatrix.C -$(BlockLduMatrix)/blockVectorNMatrices.C $(BlockLduMatrix)/BlockConstraint/scalarBlockConstraint.C $(BlockLduMatrix)/extendedBlockLduMatrix/extendedBlockLduMatrices.C @@ -730,8 +729,6 @@ $(BlockLduSmoothers)/BlockILUCpSmoother/blockILUCpSmoothers.C BlockLduSolvers = matrices/blockLduMatrix/BlockLduSolvers $(BlockLduSolvers)/blockVectorNSolvers.C $(BlockLduSolvers)/BlockLduSolver/blockLduSolvers.C -$(BlockLduSolvers)/BlockLduSolver/BlockSolverPerformances.C -$(BlockLduSolvers)/BlockLduSolver/BlockSolverPerformanceVectorN.C $(BlockLduSolvers)/BlockDiagonal/blockDiagonalSolvers.C $(BlockLduSolvers)/BlockGaussSeidel/blockGaussSeidelSolvers.C $(BlockLduSolvers)/BlockCG/blockCGSolvers.C