mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 22:53:42 +01:00
9 lines
149 B
FortranFixed
9 lines
149 B
FortranFixed
|
BEGIN_PROVIDER [ logical, do_only_cas ]
|
||
|
implicit none
|
||
|
BEGIN_DOC
|
||
|
! In the CASSD case, always false
|
||
|
END_DOC
|
||
|
do_only_cas = .False.
|
||
|
END_PROVIDER
|
||
|
|