Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f526e281
Commit
f526e281
authored
Sep 09, 2008
by
mattijs
Browse files
preserved keyword format
parent
f8ee0ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorials/interDyMFoam/sloshingTank2D/constant/polyMesh/blockMeshDict.m4
View file @
f526e281
...
...
@@ -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; print
f
($1)')])
define(VCOUNT, 0)
define(vlabel, [[// ]Vertex $1 = VCOUNT define($1, VCOUNT)define([VCOUNT], incr(VCOUNT))])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment