Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
Xdmf
Commits
d7626db0
Commit
d7626db0
authored
Apr 30, 2013
by
Andrew J. Burns (Cont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
was missing header reference for set heavy data writer
parent
897473c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
core/XdmfWriter.hpp
core/XdmfWriter.hpp
+8
-0
No files found.
core/XdmfWriter.hpp
View file @
d7626db0
...
...
@@ -211,6 +211,14 @@ public:
*/
shared_ptr
<
const
XdmfHeavyDataWriter
>
getHeavyDataWriter
()
const
;
/**
* Set the heavy data writer that this XdmfWriter uses to write
* heavy data to disk.
*
* @param heavyDataWriter the heavy data writer to set.
*/
void
setHeavyDataWriter
(
shared_ptr
<
XdmfHeavyDataWriter
>
heavyDataWriter
);
/**
* Get the number of values that this writer writes to light data
* (XML) before switching to a heavy data format.
...
...
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