From f526e28176a198c09d4dededbcb3e65364e9c5f1 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 9 Sep 2008 17:14:29 +0100 Subject: [PATCH] preserved keyword format --- .../sloshingTank2D/constant/polyMesh/blockMeshDict.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/interDyMFoam/sloshingTank2D/constant/polyMesh/blockMeshDict.m4 b/tutorials/interDyMFoam/sloshingTank2D/constant/polyMesh/blockMeshDict.m4 index ad753abc56..0473efbc15 100644 --- a/tutorials/interDyMFoam/sloshingTank2D/constant/polyMesh/blockMeshDict.m4 +++ b/tutorials/interDyMFoam/sloshingTank2D/constant/polyMesh/blockMeshDict.m4 @@ -8,7 +8,7 @@ FoamFile { version 2.0; - format ascii; + `format' ascii; class dictionary; object blockMeshDict; } @@ -16,7 +16,7 @@ FoamFile // General m4 macros changecom(//)changequote([,]) -define(calc, [esyscmd(perl -e 'use Math::Trig; use POSIX; print ($1)')]) +define(calc, [esyscmd(perl -e 'use Math::Trig; use POSIX; printf ($1)')]) define(VCOUNT, 0) define(vlabel, [[// ]Vertex $1 = VCOUNT define($1, VCOUNT)define([VCOUNT], incr(VCOUNT))])