Skip to content

Commit

Permalink
little cleanup in macro_gov
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmatthews committed Jan 8, 2016
1 parent 2fb406c commit 3eca6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/macro_gov.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ macro_pops (xplasma, xne)
double q_ioniz (), q_recomb ();
double *a_data, *b_data;
double *populations;
int index_fast_col, ierr, insane;
int index_fast_col, ierr, insane, sane_populations;

MacroPtr mplasma;
mplasma = &macromain[xplasma->nplasma];
Expand Down Expand Up @@ -318,7 +318,7 @@ macro_pops (xplasma, xne)
&& geo.macro_simple == 0)
{

int sane_populations = 0;
sane_populations = 0;
while (sane_populations == 0)
{

Expand Down

0 comments on commit 3eca6c3

Please sign in to comment.