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

9 lines
149 B
Fortran

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