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

fixed split-info to be spliti-nfo

parent a5b2e5c8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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)
{
......
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