mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 06:33:40 +01:00
9 lines
149 B
Fortran
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
|
|
|