diff --git a/src/dynamicMesh/meshMotion/mesquiteMotionSolver/mesquiteMotionSolver.C b/src/dynamicMesh/meshMotion/mesquiteMotionSolver/mesquiteMotionSolver.C index 7229559d4..d6bebd5c1 100644 --- a/src/dynamicMesh/meshMotion/mesquiteMotionSolver/mesquiteMotionSolver.C +++ b/src/dynamicMesh/meshMotion/mesquiteMotionSolver/mesquiteMotionSolver.C @@ -2886,7 +2886,7 @@ label mesquiteMotionSolver::CG ) { // Local variables - scalar alpha, beta, rho, rhoOld, residual; + scalar alpha, beta, rho, rhoOld, residual, wApA; label maxIter = x.size(), iter = 0; reduce(maxIter, sumOp