diff --git a/fortran/common/preproc.f90 b/fortran/common/preproc.f90 index e9f1935bd8..362268b47c 100644 --- a/fortran/common/preproc.f90 +++ b/fortran/common/preproc.f90 @@ -6,7 +6,7 @@ module preproc_mod ! ! Started: July 2020 ! -! Last Modified: Wednesday, January 24, 2024 PM04:22:39 +! Last Modified: Wednesday, January 24, 2024 PM04:25:37 !--------------------------------------------------------------------------------------------------! ! N.B.: @@ -29,7 +29,7 @@ subroutine preproc(solver, n, iprint, maxfun, maxhist, ftarget, rhobeg, rhoend, !--------------------------------------------------------------------------------------------------! use, non_intrinsic :: consts_mod, only : RP, IK, ONE, TWO, TEN, TENTH, HALF, EPS, MAXHISTMEM, DEBUGGING 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 :: consts_mod, only : CTOL_DFT, CWEIGHT_DFT, IPRINT_DFT, MIN_MAXFILT, MAXFILT_DFT use, non_intrinsic :: debug_mod, only : validate, warning use, non_intrinsic :: infnan_mod, only : is_nan, is_finite use, non_intrinsic :: linalg_mod, only : trueloc, falseloc