Skip to content
GitLab
Menu
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
25c14262
Commit
25c14262
authored
Jan 29, 2019
by
Matthieu Schaller
Browse files
Also update the const-du const-lanbda and Compton cooling models for the new API.
parent
4beb6b9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/cooling/Compton/cooling.h
View file @
25c14262
...
...
@@ -44,8 +44,7 @@
* @param restart_flag Are we calling this directly after a restart?
*/
INLINE
static
void
cooling_update
(
const
struct
cosmology
*
cosmo
,
struct
cooling_function_data
*
cooling
,
const
int
restart_flag
)
{
struct
cooling_function_data
*
cooling
)
{
// Add content if required.
}
...
...
src/cooling/const_du/cooling.h
View file @
25c14262
...
...
@@ -54,8 +54,7 @@
* @param restart_flag Are we calling this directly after a restart?
*/
INLINE
static
void
cooling_update
(
const
struct
cosmology
*
cosmo
,
struct
cooling_function_data
*
cooling
,
const
int
restart_flag
)
{
struct
cooling_function_data
*
cooling
)
{
// Add content if required.
}
...
...
src/cooling/const_lambda/cooling.h
View file @
25c14262
...
...
@@ -53,8 +53,7 @@
* @param restart_flag Are we calling this directly after a restart?
*/
INLINE
static
void
cooling_update
(
const
struct
cosmology
*
cosmo
,
struct
cooling_function_data
*
cooling
,
const
int
restart_flag
)
{
struct
cooling_function_data
*
cooling
)
{
// Add content if required.
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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