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
c19566e0
Commit
c19566e0
authored
Sep 21, 2016
by
Matthieu Schaller
Browse files
Documentation fixes
parent
d539422a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
c19566e0
...
...
@@ -3178,7 +3178,7 @@ void engine_unpin() {
* @param physical_constants The #phys_const used for this run.
* @param hydro The #hydro_props used for this run.
* @param potential The properties of the external potential.
* @param cooling The properties of the cooling function.
* @param cooling
_func
The properties of the cooling function.
* @param sourceterms The properties of the source terms function.
*/
void
engine_init
(
struct
engine
*
e
,
struct
space
*
s
,
...
...
src/sourceterms.h
View file @
c19566e0
...
...
@@ -44,8 +44,8 @@ struct sourceterms {
void
sourceterms_init
(
const
struct
swift_params
*
parameter_file
,
struct
UnitSystem
*
us
,
struct
sourceterms
*
source
);
void
sourceterms_print
(
struct
sourceterms
*
source
);
/**
* @file src/sourceterm.h
* @brief Routines related to source terms
* @param cell_min: corner of cell to test
* @param cell_width: width of cell to test
...
...
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