1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-10-05 07:45:59 +02:00

Added class.irp.f

This commit is contained in:
Anthony Scemama 2019-10-01 13:02:26 +02:00
parent 409ad536e0
commit 80a3ecdda0
2 changed files with 9 additions and 1 deletions

View File

@ -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
View 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