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
c9672262
Commit
c9672262
authored
Nov 02, 2017
by
lhausamm
Browse files
Deal correctly with input
parent
16a1cafd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cooling/grackle/grackle_wrapper.h
View file @
c9672262
...
...
@@ -21,7 +21,11 @@
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
#include
"config.h"
#include
"error.h"
int
wrap_init_cooling
(
char
*
CloudyTable
,
int
UVbackground
,
double
udensity
,
double
ulength
,
double
utime
,
int
grackle_chemistry
);
int
wrap_init_cooling
(
char
*
CloudyTable
,
int
UVbackground
,
double
udensity
,
double
ulength
,
double
utime
,
int
grackle_chemistry
);
...
...
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