2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-06-16 02:05:29 +02:00
DEHam/src/deter.irp.f
2016-12-19 23:34:17 +01:00

10 lines
173 B
Fortran

BEGIN_PROVIDER [integer, deter, (natomax)]
implicit none
BEGIN_DOC
! provides ideter and iaa
END_DOC
integer ::ideter(natomax)
deter=0
END_PROVIDER