Fix compilation with PGI compilers.
This commit is contained in:
parent
d18174a567
commit
970293c024
@ -200,7 +200,11 @@ module config
|
||||
!
|
||||
integer :: iargc
|
||||
|
||||
#ifdef PGI
|
||||
external :: iargc, getarg
|
||||
#else /* PGI */
|
||||
intrinsic :: iargc, getarg
|
||||
#endif /* PGI */
|
||||
!
|
||||
!-------------------------------------------------------------------------------
|
||||
!
|
||||
|
Loading…
x
Reference in New Issue
Block a user