Skip to content

Commit

Permalink
Yet another funny bug of PGI compiler workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodelugas committed Apr 19, 2018
1 parent 7ca9678 commit f43e72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/qexsd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ SUBROUTINE qexsd_init_outputElectricField(obj, lelfield, tefield, ldipole, lber
TYPE(outputElectricField_type) :: obj
!
LOGICAL,INTENT(IN) :: lberry, lelfield, tefield, ldipole
REAL(DP),OPTIONAL,DIMENSION(3),INTENT(IN) :: el_pol, ion_pol
REAL(DP),OPTIONAL,INTENT(IN) :: el_pol(:), ion_pol(:)
TYPE(berryPhaseOutput_type),OPTIONAL,INTENT(IN) :: bp_obj
TYPE ( dipoleOutput_type ),OPTIONAL, INTENT(IN) :: dipole_obj
TYPE ( gateInfo_type),OPTIONAL,INTENT(IN) :: gateInfo
Expand Down

0 comments on commit f43e72c

Please sign in to comment.