2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-06-23 13:42:14 +02:00
DEHam/src/prodcol.irp.f

9 lines
198 B
FortranFixed
Raw Normal View History

2016-12-19 23:26:16 +01:00
BEGIN_PROVIDER[integer, col,(natomax)]
&BEGIN_PROVIDER[integer, countcol]
&BEGIN_PROVIDER[integer, countcolfull,(nrows)]
implicit none
col=0d0
countcol=0
countcolfull=0
END_PROVIDER