From fd7bcb62e946e716f59552bbaced8b87c037852c Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Fri, 18 Jan 2013 08:32:19 +0000 Subject: [PATCH] ENH: Updated tutorial --- .../incompressible/simpleFoam/motorBike/system/forceCoeffs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs index c3a066a07f8..7ecdf604787 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs +++ b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs @@ -10,8 +10,7 @@ forceCoeffs1 { type forceCoeffs; functionObjectLibs ( "libforces.so" ); - outputControl timeStep; - outputInterval 1; + outputControl outputTime; log yes; patches ( "motorBike.*" ); -- GitLab