From b38fa5cb228f1c5b237cae058e0500f563ea523a Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 9 Jul 2012 17:19:29 +0100 Subject: [PATCH] BUG: Corrected typo in tutorial fvSolution --- .../incompressible/pimpleDyMFoam/propeller/system/fvSolution | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/system/fvSolution b/tutorials/incompressible/pimpleDyMFoam/propeller/system/fvSolution index a6da9b769e..d9be291180 100644 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/system/fvSolution +++ b/tutorials/incompressible/pimpleDyMFoam/propeller/system/fvSolution @@ -43,7 +43,7 @@ solvers relTol 0; } - "(U|k|epsion)" + "(U|k|epsilon)" { solver smoothSolver; smoother GaussSeidel;