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
e09055ce
Commit
e09055ce
authored
Jan 25, 2020
by
Matthieu Schaller
Browse files
Doxygen fixes
parent
eb7dc03a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/common_io.c
View file @
e09055ce
...
...
@@ -255,6 +255,10 @@ hsize_t io_get_number_element_in_attribute(hid_t attr) {
/**
* @brief Reads an attribute (array) from a given HDF5 group.
*
* @param grp The group from which to read.
* @param name The name of the dataset to read.
* @param type The #IO_DATA_TYPE of the attribute.
* @param data (output) The attribute read from the HDF5 group (need to be
* already allocated).
* @param number_element Number of elements in the attribute.
...
...
src/feedback/EAGLE/feedback.h
View file @
e09055ce
...
...
@@ -41,7 +41,7 @@ void compute_stellar_evolution(const struct feedback_props* feedback_props,
*
* @param p The #part to consider.
* @param xp The #xpart to consider.
* @param
cosmo
The #
cosmology
.
* @param
e
The #
engine
.
*/
__attribute__
((
always_inline
))
INLINE
static
void
feedback_update_part
(
struct
part
*
restrict
p
,
struct
xpart
*
restrict
xp
,
...
...
@@ -289,7 +289,9 @@ void feedback_struct_restore(struct feedback_props* feedback, FILE* stream);
#ifdef HAVE_HDF5
/**
* @brief Writes the current model of feedback to the file
* @param h_grpsph The HDF5 group in which to write
*
* @param feedback The properties of the feedback scheme.
* @param h_grp The HDF5 group in which to write.
*/
INLINE
static
void
feedback_write_flavour
(
struct
feedback_props
*
feedback
,
hid_t
h_grp
)
{
...
...
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