Skip to content
Snippets Groups Projects
Commit 889d48b5 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

update wtts log

parent 37da7b97
No related branches found
No related tags found
No related merge requests found
...@@ -91,13 +91,14 @@ void wtts_log(struct stardata_t * RESTRICT const stardata, ...@@ -91,13 +91,14 @@ void wtts_log(struct stardata_t * RESTRICT const stardata,
Exit_binary_c(BINARY_C_WRITE_FAILED,"Failed to write system log\n"); Exit_binary_c(BINARY_C_WRITE_FAILED,"Failed to write system log\n");
} }
} }
#undef NUCSYN
int i; unsigned int i;
for(i=0;i<=1;i++) for(i=0;i<=1;i++)
{ {
struct star_t * const star = &(stardata->star[i]); struct star_t * const star = &(stardata->star[i]);
#ifdef NUCSYN #ifdef NUCSYN
Abundance * const Xobs = nucsyn_observed_surface_abundances(star); Abundance * const Xobs = nucsyn_observed_surface_abundances(star);
#else
#define XDUMMY (-1.0) #define XDUMMY (-1.0)
#endif//NUCSYN #endif//NUCSYN
struct datacolumn_t star_cols[]={ struct datacolumn_t star_cols[]={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment