Skip to content
Snippets Groups Projects
Commit 008600cf authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Documentation fixes

parent 82392896
No related branches found
No related tags found
1 merge request!491Add restart facility
......@@ -57,7 +57,7 @@ void cooling_print(const struct cooling_function_data* cooling) {
/**
* @brief Write a hydro_props struct to the given FILE as a stream of bytes.
*
* @param p the struct
* @param cooling the struct
* @param stream the file stream
*/
void cooling_struct_dump(const struct cooling_function_data* cooling,
......@@ -70,7 +70,7 @@ void cooling_struct_dump(const struct cooling_function_data* cooling,
* @brief Restore a hydro_props struct from the given FILE as a stream of
* bytes.
*
* @param p the struct
* @param cooling the struct
* @param stream the file stream
*/
void cooling_struct_restore(const struct cooling_function_data* cooling,
......
......@@ -789,7 +789,7 @@ void parser_write_params_to_hdf5(const struct swift_params *params, hid_t grp) {
/**
* @brief Write a swift_params struct to the given FILE as a stream of bytes.
*
* @param p the struct
* @param params the struct
* @param stream the file stream
*/
void parser_struct_dump(const struct swift_params *params, FILE *stream) {
......@@ -801,7 +801,7 @@ void parser_struct_dump(const struct swift_params *params, FILE *stream) {
* @brief Restore a swift_params struct from the given FILE as a stream of
* bytes.
*
* @param p the struct
* @param params the struct
* @param stream the file stream
*/
void parser_struct_restore(const struct swift_params *params, FILE *stream) {
......
......@@ -70,7 +70,7 @@ void potential_struct_dump(const struct external_potential* potential,
* @brief Restore a external_potential struct from the given FILE as a stream of
* bytes.
*
* @param p the struct
* @param potential the struct
* @param stream the file stream
*/
void potential_struct_restore(const struct external_potential* potential,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment