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
2019-08-25 12:21:05 +02:00

9 lines
165 B
Fortran

BEGIN_PROVIDER [ logical, do_only_cas ]
implicit none
BEGIN_DOC
! In the CASSDTQ case, all those are always false
END_DOC
do_only_cas = .False.
END_PROVIDER