(git:c5411e0)
Loading...
Searching...
No Matches
xc_rho_cflags_types Module Reference

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
 

Detailed Description

contains the structure

History
11.2003 created [fawzi]
Author
fawzi

Function/Subroutine Documentation

◆ xc_rho_cflags_setall()

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

Parameters
cflagsthe flags to set
valuethe value to set

Definition at line 62 of file xc_rho_cflags_types.F.

Here is the caller graph for this function:

◆ xc_rho_cflags_equal()

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

Parameters
cflags1the flags to compare
cflags2the flags to compare
Returns
...

Definition at line 86 of file xc_rho_cflags_types.F.

Here is the caller graph for this function: