Skip to content

Commit

Permalink
240119.173120.HKT fix a failure of flint -n
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 19, 2024
1 parent 45097bd commit de88213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fortran/common/preproc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module preproc_mod
!
! Started: July 2020
!
! Last Modified: Friday, January 19, 2024 AM01:00:09
! Last Modified: Friday, January 19, 2024 PM05:27:55
!--------------------------------------------------------------------------------------------------!

! N.B.:
Expand All @@ -31,7 +31,7 @@ subroutine preproc(solver, n, iprint, maxfun, maxhist, ftarget, rhobeg, rhoend,
use, non_intrinsic :: consts_mod, only : RHOBEG_DFT, RHOEND_DFT, ETA1_DFT, ETA2_DFT, GAMMA1_DFT, GAMMA2_DFT
use, non_intrinsic :: consts_mod, only : CTOL_DFT, CWEIGHT_DFT, FTARGET_DFT, IPRINT_DFT, MIN_MAXFILT, MAXFILT_DFT
use, non_intrinsic :: debug_mod, only : validate, warning
use, non_intrinsic :: infnan_mod, only : is_nan, is_inf, is_finite
use, non_intrinsic :: infnan_mod, only : is_nan, is_finite
use, non_intrinsic :: linalg_mod, only : trueloc, falseloc
use, non_intrinsic :: memory_mod, only : cstyle_sizeof
use, non_intrinsic :: string_mod, only : lower, num2str
Expand Down

0 comments on commit de88213

Please sign in to comment.