Skip to content

Commit

Permalink
verified included problems work
Browse files Browse the repository at this point in the history
  • Loading branch information
achael committed Mar 30, 2024
1 parent ecad256 commit 61446ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion p2u.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ p2u_mhd(ldouble *pp, ldouble *uu, void *ggg)
for(ib=0;ib<NRELBIN;ib++)
{
uu[NEREL(ib)]=gdetu*pp[NEREL(ib)]*ut;
} x
}
#endif

//************************************
Expand Down
4 changes: 1 addition & 3 deletions problem.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
//147 PUFFY


#define PROBLEM 139
#define PROBLEM 145

#if(PROBLEM==147)
#define PR_DEFINE "PROBLEMS/PUFFY/define.h"
Expand Down Expand Up @@ -372,8 +372,6 @@
#define PR_BC "PROBLEMS/RELELEXPAND/bc.c"
#define PR_INIT "PROBLEMS/RELELEXPAND/init.c"
#define PR_KAPPAES "PROBLEMS/RELELEXPAND/kappaes.c"
#define PR_OUT2GIF_2D "PROBLEMS/RELELEXPAND/out2gif_2d.c"
#define PR_OUT2GIF_1D "PROBLEMS/RELELEXPAND/out2gif_1d.c"
#define PR_DUMP "PROBLEMS/RELELEXPAND/dump.c"
#define PR_TOOLS "PROBLEMS/RELELEXPAND/tools.c"
#define PR_POSTINIT "PROBLEMS/RELELEXPAND/postinit.c"
Expand Down
2 changes: 1 addition & 1 deletion silo.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ int fprint_silofile(ldouble time, int num, char* folder, char* prefix)
// Nonthermal electron quantities
#ifdef EVOLVEELECTRONS
#ifdef RELELECTRONS
nethloc=ne;
nethloc=calc_thermal_ne(pp);
nrelelloc = calc_relel_ne(pp);
urelelloc = calc_relel_uint(pp);
G0relelloc = -1.*calc_relel_G0_fluidframe(pp,&geomout, 0.0, 0);
Expand Down

0 comments on commit 61446ba

Please sign in to comment.