Skip to content

Commit a9693b9

Browse files
author
Konstantin Ottnad
committed
Very minor cleanup in phmc.c.
1 parent 29bcf75 commit a9693b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

phmc.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,18 +211,16 @@ void phmc_compute_ev(const int trajectory_counter, const int id, matrix_mult_bi
211211
double atime, etime;
212212
_Complex double eval_min = 0.0;
213213
_Complex double eval_max = 0.0;
214-
int max_iter_ev, no_eigenvalues;
214+
int max_iter_ev = 1000;
215+
int no_eigenvalues;
215216
char buf[100];
216217
char *phmcfilename = buf;
217218
FILE *countfile;
218219
monomial *mnl = &monomial_list[id];
219-
;
220220

221221
sprintf(phmcfilename, "monomial-%.2d.data", id);
222222
atime = gettime();
223223

224-
max_iter_ev = 1000;
225-
226224
if ((g_proc_id == 0) && (g_debug_level > 0)) {
227225
printf("# Computing eigenvalues for heavy doublet\n");
228226
}

0 commit comments

Comments
 (0)