Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
3f1cecc5
Commit
3f1cecc5
authored
Jun 30, 2017
by
Spencer Sherwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow module to take WriteMultipleFiles option
parent
5c7d5be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
library/FieldUtils/OutputModules/OutputFld.cpp
library/FieldUtils/OutputModules/OutputFld.cpp
+2
-0
No files found.
library/FieldUtils/OutputModules/OutputFld.cpp
View file @
3f1cecc5
...
...
@@ -59,6 +59,8 @@ OutputFld::OutputFld(FieldSharedPtr f) : OutputFileBase(f)
{
m_config
[
"format"
]
=
ConfigOption
(
false
,
"Xml"
,
"Output format of field file"
);
m_config
[
"writemultiplefiles"
]
=
ConfigOption
(
true
,
"0"
,
"Write multiple files in parallel or using nparts option"
);
}
OutputFld
::~
OutputFld
()
...
...
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