Skip to content

Commit

Permalink
240124.162547.HKT remove ftarget_dft
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 24, 2024
1 parent 1cc6a69 commit f48f0e5
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: Wednesday, January 24, 2024 PM04:22:39
! Last Modified: Wednesday, January 24, 2024 PM04:25:37
!--------------------------------------------------------------------------------------------------!

! N.B.:
Expand All @@ -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
Expand Down

0 comments on commit f48f0e5

Please sign in to comment.