From f673fe3b5183f894f92f81e2e09f1d6e1f320942 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Tue, 5 Jan 2016 22:43:51 +0000 Subject: [PATCH] git clean-up --- src/foam/Make/files | 1 - .../matrices/blockLduMatrix/BlockLduSolvers/blockVectorNSolvers.C | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/foam/Make/files b/src/foam/Make/files index a1c215516..ec2283a43 100644 --- a/src/foam/Make/files +++ b/src/foam/Make/files @@ -699,7 +699,6 @@ matrices/blockLduMatrix/BlockLduPrecons/BlockAmgPrecon/blockAmgPrecons.C matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/blockLduSmoothers.C matrices/blockLduMatrix/BlockLduSmoothers/BlockGaussSeidelSmoother/blockGaussSeidelSmoothers.C matrices/blockLduMatrix/BlockLduSmoothers/BlockILUSmoother/blockILUSmoothers.C -matrices/blockLduMatrix/BlockLduSmoothers/BlockILUCpSmoother/blockILUCpSmoothers.C /* compile blockVectorNSolvers earlier to exploit parallelismn */ matrices/blockLduMatrix/BlockLduSolvers/blockVectorNSolvers.C diff --git a/src/foam/matrices/blockLduMatrix/BlockLduSolvers/blockVectorNSolvers.C b/src/foam/matrices/blockLduMatrix/BlockLduSolvers/blockVectorNSolvers.C index 313c36c68..38cd3d559 100644 --- a/src/foam/matrices/blockLduMatrix/BlockLduSolvers/blockVectorNSolvers.C +++ b/src/foam/matrices/blockLduMatrix/BlockLduSolvers/blockVectorNSolvers.C @@ -35,7 +35,6 @@ License #include "blockLduSmoothers.H" #include "blockGaussSeidelSmoothers.H" #include "BlockILUSmoother.H" -#include "BlockILUCpSmoother.H" #include "blockLduSolvers.H" #include "BlockDiagonalSolver.H" @@ -95,9 +94,6 @@ makeBlockSmoother(block##Type##Smoother, block##Type##GaussSeidelSmoother); \ typedef BlockILUSmoother block##Type##ILUSmoother; \ makeBlockSmoother(block##Type##Smoother, block##Type##ILUSmoother); \ \ -typedef BlockILUCpSmoother block##Type##ILUCpSmoother; \ -makeBlockSmoother(block##Type##Smoother, block##Type##ILUCpSmoother); \ - \ \ /* Solvers */ \ typedef BlockLduSolver block##Type##Solver; \ -- 2.11.4.GIT