Skip to content

Commit

Permalink
Try to make GNU fail like Intel compiler (#2411)
Browse files Browse the repository at this point in the history
Check association status of INTENT(IN) pointer qs_env%admm_env
  • Loading branch information
mkrack committed Nov 24, 2022
1 parent e3c5558 commit e66a936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/motion/rt_propagation.F
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ SUBROUTINE rt_initial_guess(qs_env, force_env, rtp_control)
qs_env%run_rtp = .TRUE.
ALLOCATE (qs_env%rtp)
CALL get_qs_env(qs_env, matrix_s=matrix_s)
CPASSERT(ASSOCIATED(qs_env%admm_env))
CALL rt_prop_create(qs_env%rtp, qs_env%mos, qs_env%mpools, dft_control, matrix_s(1)%matrix, &
rtp_control%linear_scaling, qs_env%admm_env%mos_aux_fit)
Expand Down

0 comments on commit e66a936

Please sign in to comment.