mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
preserved keyword format
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
`format' ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
object blockMeshDict;
|
object blockMeshDict;
|
||||||
}
|
}
|
||||||
@ -16,7 +16,7 @@ FoamFile
|
|||||||
// General m4 macros
|
// General m4 macros
|
||||||
|
|
||||||
changecom(//)changequote([,])
|
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(VCOUNT, 0)
|
||||||
define(vlabel, [[// ]Vertex $1 = VCOUNT define($1, VCOUNT)define([VCOUNT], incr(VCOUNT))])
|
define(vlabel, [[// ]Vertex $1 = VCOUNT define($1, VCOUNT)define([VCOUNT], incr(VCOUNT))])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user