Formatting

This commit is contained in:
Hrvoje Jasak 2018-04-24 11:04:22 +01:00
parent 3f8721dfec
commit 685151b9be

View file

@ -244,8 +244,7 @@ void Foam::coarseBlockAMGLevel<Type>::solve
// Note: top-level preconditioner is incorrect: FIX. HJ, 3/Oct/2017 // Note: top-level preconditioner is incorrect: FIX. HJ, 3/Oct/2017
topLevelDict.add("preconditioner", "Cholesky"); topLevelDict.add("preconditioner", "Cholesky");
coarseSolverPerf = coarseSolverPerf = BlockCGSolver<Type>
BlockCGSolver<Type>
( (
"topLevelCorr", "topLevelCorr",
matrixPtr_, matrixPtr_,