remove call to non-portable FDATE() function (a GNU Fortran extension)

This commit is contained in:
Axel Kohlmeyer
2021-08-25 23:56:20 -04:00
parent 61855c5058
commit 9dd1dcab30

View File

@ -1674,8 +1674,7 @@ contains !**********************************************************************
read ( unit = TPMUnitID, fmt = '()' )
else
TPMUnitID = OpenFile ( TPMFile, 'wt', '' )
call fdate( PDate )
write ( unit = TPMUnitID, fmt = '(a,a)' ) 'DATE ', PDate
write ( unit = TPMUnitID, fmt = '(a,a)' ) 'DATE (unknown)'
write ( unit = TPMUnitID, fmt = '(a,i3,a,i3,a)' ) &
'Tabulated data of the tubular potential for (', ChiIndM, ',', ChiIndN, ') CNTs'
write ( unit = TPMUnitID, fmt = '(a)' ) &