DEHam/src/natomax.irp.f

23 lines
507 B
FortranFixed
Raw Normal View History

2016-12-19 23:26:16 +01:00
BEGIN_PROVIDER [integer, natomax]
&BEGIN_PROVIDER [integer, jrangmax]
&BEGIN_PROVIDER [integer, maxial]
&BEGIN_PROVIDER [integer, maxlien]
&BEGIN_PROVIDER [integer, maxplac]
&BEGIN_PROVIDER [integer, maxdet]
&BEGIN_PROVIDER [integer, nrows]
BEGIN_DOC
! provides natomax=22
! provides jrangmax=705432
! provides maxial=20
! provides maxlien=42
END_DOC
implicit none
2018-01-29 00:10:47 +01:00
natomax=900
2016-12-19 23:26:16 +01:00
jrangmax=10705432
maxial=20
2018-01-29 00:10:47 +01:00
maxlien=900
2016-12-19 23:26:16 +01:00
maxplac=20
maxdet=10000
END_PROVIDER