1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-26 04:37:31 +02:00
qp_plugins_scemama/devel/cassdtq/class.irp.f

9 lines
149 B
FortranFixed
Raw Normal View History

2019-08-25 12:21:05 +02:00
BEGIN_PROVIDER [ logical, do_only_cas ]
implicit none
BEGIN_DOC
2019-10-01 13:02:26 +02:00
! In the CASSD case, always false
2019-08-25 12:21:05 +02:00
END_DOC
do_only_cas = .False.
END_PROVIDER