Skip to content

Commit 3e6993c

Browse files
committed
debug
1 parent d76505c commit 3e6993c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FORTRAN/pevsl_f90.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ void PEVSL_FORT(pevsl_lanvectors)(uintptr_t *pevslf90, double *xintv, int *max_i
448448
/* cast pointer of pol*/
449449
pevsl_Polparams *pol = (pevsl_Polparams *) (*polf90);
450450
/* lanvectors.c */
451-
ierr = pEVSL_lanvectors(pevsl, xintv, *max_its, *tol, &vinit, pol, &nev2, &Y, fstats);
451+
ierr = pEVSL_Lanvectors(pevsl, xintv, *max_its, *tol, &vinit, pol, &nev2, &Y, fstats);
452452

453453
if (ierr) {
454454
printf("lanvectors error %d\n", ierr);

0 commit comments

Comments
 (0)