aboutsummaryrefslogtreecommitdiff
path: root/src/external.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/external.inc')
-rw-r--r--src/external.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/external.inc b/src/external.inc
index cc49146..071c326 100644
--- a/src/external.inc
+++ b/src/external.inc
@@ -213,8 +213,7 @@ CCTK_INT TOV_Set_Initial_Guess_for_u(
/* loop over all points we got */
for (i=0; i<size; i++)
{
- CCTK_REAL rho, eps, gxx, r_tmp;
- int star_loop;
+ CCTK_REAL rho, eps, gxx;
/* calculate the distance to the stars and choose the closest */
star=get_nearest_star(x,y,z,i);
star_i = star * TOV_Num_Radial;