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
67265d2c
Commit
67265d2c
authored
Nov 16, 2017
by
Mark Olesen
Committed by
Mark Olesen
Nov 16, 2017
Browse files
BUG: missing space in ensight (surface format) case file (closes
#637
)
- now also fixed collated output format
parent
0bb53ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sampling/sampledSurface/writers/ensight/ensightSurfaceWriterTemplates.C
View file @
67265d2c
...
...
@@ -284,9 +284,13 @@ Foam::fileName Foam::ensightSurfaceWriter::writeCollated
);
osCase
<<
fieldType
<<
" per "
<<
word
(
isNodeValues
?
"node:"
:
"element:"
)
<<
setw
(
3
)
<<
1
<<
fieldType
<<
(
isNodeValues
?
" per node: 1 "
// time-set 1
:
" per element: 1 "
// time-set 1
)
<<
setw
(
15
)
<<
varName
<<
" data/******/"
<<
varName
<<
nl
;
...
...
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