From 934502ee08ecba4ea517ac1ce49f04e4f6e239fb Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 29 Mar 2015 19:53:46 +0100 Subject: [PATCH] TableFile: Correct example in documentation Roselves bug-report http://www.openfoam.org/mantisbt/view.php?id=1581 --- .../primitives/functions/DataEntry/TableFile/TableFile.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OpenFOAM/primitives/functions/DataEntry/TableFile/TableFile.H b/src/OpenFOAM/primitives/functions/DataEntry/TableFile/TableFile.H index 7948ac6ee..8cca0b05c 100644 --- a/src/OpenFOAM/primitives/functions/DataEntry/TableFile/TableFile.H +++ b/src/OpenFOAM/primitives/functions/DataEntry/TableFile/TableFile.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -43,8 +43,8 @@ Description that is (scalar, vector): \verbatim ( - 0.0 (1 2 3) - 1.0 (4 5 6) + (0.0 (1 2 3)) + (1.0 (4 5 6)) ); \endverbatim