diff --git a/openfoam2012/freeCylinderFlow/system/fvSchemes b/openfoam2012/freeCylinderFlow/system/fvSchemes
index 5a805ab74e371e4e30df9c6113a4611701498c00..494937034f414e04b23402dd6eb92a95a8e23502 100644
--- a/openfoam2012/freeCylinderFlow/system/fvSchemes
+++ b/openfoam2012/freeCylinderFlow/system/fvSchemes
@@ -39,7 +39,7 @@ divSchemes
     div(phi,epsilon) $turbulence;
     div(phi,omega)  $turbulence;  // error was that this was missing. Just do the same as with the other div(phi,...)...
 
-    div((nuEff*dev2(T(grad(U))))) $turbulence; // to have the same everywhere Gauss linear;
+    div((nuEff*dev2(T(grad(U))))) Gauss linear;
 }
 
 laplacianSchemes