1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2025-03-15 13:16:37 +01:00

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