From 266aac1f5d1a5ca9ef01cf55d31f222aae03e6cf Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Sat, 10 Jul 2021 19:32:26 +0100 Subject: [PATCH] fixed split-info to be spliti-nfo --- src/evolution/evolution_split.c | 4 ++-- src/nucsyn/nucsyn_hbb.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/evolution/evolution_split.c b/src/evolution/evolution_split.c index 4682c1f8d..0c934cfd8 100644 --- a/src/evolution/evolution_split.c +++ b/src/evolution/evolution_split.c @@ -125,7 +125,7 @@ int evolution_split(struct stardata_t * RESTRICT const stardata, * Check if we need to rerun from a previous * splitpoint */ - SDEBUG("SPLIT status is evolution_break : currently working on split-info struct %d at %p, of which count = %d\n", + SDEBUG("SPLIT status is evolution_break : currently working on spliti-nfo struct %d at %p, of which count = %d\n", stardata->preferences->current_splitdepth-1, (void*)p, p->count); @@ -218,7 +218,7 @@ int evolution_split(struct stardata_t * RESTRICT const stardata, = stardata->preferences->splitinfo[stardata->preferences->current_splitdepth] = Malloc(sizeof(struct splitinfo_t)); - SDEBUG("malloced new split-info struct at %p\n",(void*)p); + SDEBUG("malloced new spliti-nfo struct at %p\n",(void*)p); p->depth = stardata->preferences->current_splitdepth; diff --git a/src/nucsyn/nucsyn_hbb.c b/src/nucsyn/nucsyn_hbb.c index 2a9bf9e55..b15649e2b 100644 --- a/src/nucsyn/nucsyn_hbb.c +++ b/src/nucsyn/nucsyn_hbb.c @@ -42,7 +42,7 @@ void nucsyn_hbb(const double T, /* (log10) temperature */ const double timemax = 100; double time = 0.0; double dtime = timemax/100.0; - double logtemp = log10(1e9); + double logtemp = log10(3e8); while(time < timemax) { -- GitLab