1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-08-30 07:53:39 +02:00
qp_plugins_scemama/stable/cassd/class.irp.f

9 lines
149 B
FortranFixed
Raw Normal View History

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