2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-06-16 02:05:29 +02:00
DEHam/src/foundet.irp.f
2018-01-29 00:10:47 +01:00

18 lines
497 B
Fortran

use iso_c_binding
BEGIN_PROVIDER[integer, foundet,(natomax,maxlien)]
&BEGIN_PROVIDER[integer(C_SIZE_T), foundetadr,(maxlien)]
&BEGIN_PROVIDER[real, foundetdmat,(maxlien)]
&BEGIN_PROVIDER[integer(C_SIZE_T), foundadd,(maxlien,3)]
&BEGIN_PROVIDER[integer(C_SIZE_T), foundaddh,(maxlien,3)]
&BEGIN_PROVIDER[integer, detfound]
BEGIN_DOC
! provides all found determinants
END_DOC
detfound=0
founddet=0
foundetdmat=0d0
founddetadr=0
foundadd=0
foundaddh=0
END_PROVIDER