Skip to content

Commit

Permalink
Fix INTENT attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Mar 24, 2021
1 parent 8bcee93 commit 3b4152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mp2_ri_gpw.F
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ SUBROUTINE mp2_redistribute_gamma(mp2_env, ij_index, my_B_size, &
REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :, :), &
INTENT(IN) :: Y_i_aP, Y_j_aP
TYPE(cp_para_env_type), POINTER :: para_env_exchange
REAL(KIND=dp), INTENT(OUT) :: null_mat_rec(:, :, :), &
REAL(KIND=dp), INTENT(INOUT) :: null_mat_rec(:, :, :), &
null_mat_send(:, :, :)
INTEGER, ALLOCATABLE, DIMENSION(:), INTENT(IN) :: sizes_array
LOGICAL, INTENT(IN) :: alpha_alpha, beta_beta, alpha_beta, &
Expand Down

0 comments on commit 3b4152c

Please sign in to comment.