Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
2d23a97e
Commit
2d23a97e
authored
Dec 13, 2017
by
Matthieu Schaller
Browse files
Moved an #ifdef HDF5 in the common_io section and removed incorrect comment related to XMF files.
parent
6f48a66b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common_io.c
View file @
2d23a97e
...
...
@@ -406,6 +406,8 @@ void io_write_code_description(hid_t h_file) {
H5Gclose
(
h_grpcode
);
}
#endif
/* HAVE_HDF5 */
/**
* @brief Mapper function to copy #part or #gpart fields into a buffer.
*/
...
...
@@ -608,22 +610,6 @@ void io_copy_temp_buffer(void* temp, const struct engine* e,
}
}
#endif
/* HAVE_HDF5 */
/* ------------------------------------------------------------------------------------------------
* This part writes the XMF file descriptor enabling a visualisation through
* ParaView
* ------------------------------------------------------------------------------------------------
*/
/**
* @brief Prepares the XMF file for the new entry
*
* Creates a temporary file on the disk in order to copy the right lines.
*
* @todo Use a proper XML library to avoid stupid copies.
*/
/**
* @brief Prepare the DM particles (in gparts) read in for the addition of the
* other particle types
...
...
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