mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-12-22 04:13:40 +01:00
Added class.irp.f
This commit is contained in:
parent
409ad536e0
commit
80a3ecdda0
@ -1,7 +1,7 @@
|
||||
BEGIN_PROVIDER [ logical, do_only_cas ]
|
||||
implicit none
|
||||
BEGIN_DOC
|
||||
! In the CASSDTQ case, all those are always false
|
||||
! In the CASSD case, always false
|
||||
END_DOC
|
||||
do_only_cas = .False.
|
||||
END_PROVIDER
|
||||
|
8
stable/cassd/class.irp.f
Normal file
8
stable/cassd/class.irp.f
Normal file
@ -0,0 +1,8 @@
|
||||
BEGIN_PROVIDER [ logical, do_only_cas ]
|
||||
implicit none
|
||||
BEGIN_DOC
|
||||
! In the CASSD case, always false
|
||||
END_DOC
|
||||
do_only_cas = .False.
|
||||
END_PROVIDER
|
||||
|
Loading…
Reference in New Issue
Block a user