Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b1ddfadd
Commit
b1ddfadd
authored
Sep 10, 2008
by
mattijs
Browse files
no space after block code
parent
764cfa2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L
View file @
b1ddfadd
...
...
@@ -187,21 +187,21 @@ time ({digit}{digit}":"{digit}{digit}":"{digit}{digit})
versionNumber ({digit}|".")*
header {spaceNl}"(1"{
some_
space}
dimension {spaceNl}"(2"{
some_
space}
points {spaceNl}"(10"{
some_
space}
faces {spaceNl}"(13"{
some_
space}
cells {spaceNl}"(12"{
some_
space}
zoneVariant1 {spaceNl}"(39"{
some_
space}
zoneVariant2 {spaceNl}"(45"{
some_
space}
faceTree {spaceNl}"(59"{
some_
space}
comment "0"{
some_
space}
unknownPeriodicFace "17"{
some_
space}
periodicFace "18"{
some_
space}
cellTree "58"{
some_
space}
faceParents "61"{
some_
space}
ignoreBlocks ("4"|"37"|"38"|"41"|"60"|"64"){
some_
space}
header {spaceNl}"(1"{space}
dimension {spaceNl}"(2"{space}
points {spaceNl}"(10"{space}
faces {spaceNl}"(13"{space}
cells {spaceNl}"(12"{space}
zoneVariant1 {spaceNl}"(39"{space}
zoneVariant2 {spaceNl}"(45"{space}
faceTree {spaceNl}"(59"{space}
comment "0"{space}
unknownPeriodicFace "17"{space}
periodicFace "18"{space}
cellTree "58"{space}
faceParents "61"{space}
ignoreBlocks ("4"|"37"|"38"|"41"|"60"|"64"){space}
redundantBlock {spaceNl}({comment}|{unknownPeriodicFace}|{periodicFace}|{cellTree}|{faceParents}|{ignoreBlocks}){space}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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