mod_config Module

Read the information from config file



Functions

public function config_testflag(ctestflag) result(istestflag)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: ctestflag

Return Value logical

public function config_runflag(crunflag) result(isrunflag)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: crunflag

Return Value logical

public function get_uppercase(strIn) result(strOut)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: strIn

Return Value character(len=len)

public function eq2blanc(strIn) result(strOut)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: strIn

Return Value character(len=len)


Subroutines

public subroutine config_read(config)

License
Creative Commons License
Category
KKRimp, input-output

R o u t i n e

t o

r e a d

t h e

i n f o r m a t i o n

f r o m

t h e

c o n f i g

f i l e

Read more…

Arguments

Type IntentOptional Attributes Name
type(config_type), intent(out) :: config