Go to the source code of this file.
|
character(len=100), parameter, public | choral_env::choral_dir =trim(DIR) |
| CHORAL_DIR = path to choral. More...
|
|
character(len=100), parameter, public | choral_env::home_dir =trim(HOME) |
| HOME_DIR = $HOME. More...
|
|
character(len=150), parameter, public | choral_env::gmsh_dir =trim(CHORAL_DIR)//'ress/gmsh/' |
| path to 'gmsh' directory = CHORAL_DIR/ress/gmsh More...
|
|
character(len=150), parameter, public | choral_env::app_dir =trim(CHORAL_DIR)//'applications/' |
| path to 'applications' directory = CHORAL_DIR/applications More...
|
|
character(len=150), parameter, public | choral_env::gnuplot_dir =trim(CHORAL_DIR)//'ress/gnuplot/' |
| path to 'gnuplot' directory = CHORAL_DIR/ress/gmsh More...
|
|