From 19e6290e76bf89393971f3d01406e28f266f2825 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 7 Feb 2018 14:34:48 +0000 Subject: [PATCH] Clean up files file --- src/lduSolvers/Make/files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lduSolvers/Make/files b/src/lduSolvers/Make/files index ffc2ec1ab..7f39fa419 100644 --- a/src/lduSolvers/Make/files +++ b/src/lduSolvers/Make/files @@ -9,6 +9,7 @@ $(lduPrecon)/amgPrecon/amgPrecon.C lduSmoother = lduSmoother $(lduSmoother)/symGaussSeidelSmoother/symGaussSeidelSmoother.C $(lduSmoother)/iluSmoother/iluSmoother.C +$(lduSmoother)/iluC0Smoother/iluC0Smoother.C lduSolver = lduSolver $(lduSolver)/cgSolver/cgSolver.C @@ -29,7 +30,7 @@ $(amg)/coarseAmgLevel.C amgPolicy = $(amg)/amgPolicy $(amgPolicy)/amgPolicy.C $(amgPolicy)/pamgPolicy.C -$(amgPolicy)/aamgPolicy.C $(amgPolicy)/clusterAmgPolicy.C +$(amgPolicy)/StuebenPolicy.C LIB = $(FOAM_LIBBIN)/liblduSolvers