aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-03-05 21:06:45 +0000
committerknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-03-05 21:06:45 +0000
commit2912a0e20c5d76448c550216d95ea7e83901422c (patch)
tree897679403dae881dba5e65713c608dc94bef2b45
parent01c6d38d3b08d32c5fad17d987ae3575dc2e6212 (diff)
remove some of the unused variables
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@85 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
-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;