1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2025-01-20 09:31:47 +01:00

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