Skip to content
Snippets Groups Projects
Commit c9672262 authored by lhausamm's avatar lhausamm
Browse files

Deal correctly with input

parent 16a1cafd
No related branches found
No related tags found
1 merge request!469Update cooling grackle
...@@ -21,7 +21,11 @@ ...@@ -21,7 +21,11 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.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, int wrap_init_cooling(char *CloudyTable, int UVbackground, double udensity,
double ulength, double utime, int grackle_chemistry); double ulength, double utime, int grackle_chemistry);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment