Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
c19566e0
Commit
c19566e0
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Documentation fixes
parent
d539422a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/engine.c
+1
-1
1 addition, 1 deletion
src/engine.c
src/sourceterms.h
+1
-1
1 addition, 1 deletion
src/sourceterms.h
with
2 additions
and
2 deletions
src/engine.c
+
1
−
1
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
,
...
...
This diff is collapsed.
Click to expand it.
src/sourceterms.h
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment