![]() |
(git:b77b4be)
|
contains the structure More...
Data Types | |
type | xc_rho_cflags_type |
contains a flag for each component of xc_rho_set, so that you can use it to tell which components you need, which ones you need,.... More... | |
Functions/Subroutines | |
elemental subroutine, public | xc_rho_cflags_setall (cflags, value) |
sets all the flags to the given value | |
elemental logical function, public | xc_rho_cflags_equal (cflags1, cflags2) |
return true if the two cflags are equal | |
contains the structure
elemental subroutine, public xc_rho_cflags_types::xc_rho_cflags_setall | ( | type(xc_rho_cflags_type), intent(out) | cflags, |
logical, intent(in) | value | ||
) |
sets all the flags to the given value
cflags | the flags to set |
value | the value to set |
Definition at line 62 of file xc_rho_cflags_types.F.
elemental logical function, public xc_rho_cflags_types::xc_rho_cflags_equal | ( | type(xc_rho_cflags_type), intent(in) | cflags1, |
type(xc_rho_cflags_type), intent(in) | cflags2 | ||
) |
return true if the two cflags are equal
cflags1 | the flags to compare |
cflags2 | the flags to compare |
Definition at line 86 of file xc_rho_cflags_types.F.