|
ESPUTR
calculation of sputtering yields
|
Global parameters and variables, generic functions, doxygen main page. More...
Go to the source code of this file.
Modules | |
| module | esputr |
Functions/Subroutines | |
| integer function, public | esputr::numberoflines (fileName, ignoreComments, err) |
| Return number of lines in the file, without blank lines and comment lines (started with #) More... | |
Variables | |
| integer, save, public | esputr::esputr_unit = 6 |
| Index of the unit for standard output, default value 6. More... | |
| integer, parameter, public | esputr::esputr_dp =8 |
| Kind number for real numbers. More... | |
| real(esputr_dp), parameter, public | esputr::esputr_pi = 4*atan(1.) |
| Pi number. More... | |
| real(esputr_dp), parameter, public | esputr::esputr_pi2 = ESPUTR_PI/2 |
| Pi divided by 2. More... | |
| integer, parameter, public | esputr::esputr_max_line_length = 256 |
| Maximum length of the line in the input data files. More... | |
| character(*), parameter, public | esputr::esputr_comment_start = '#' |
| chracter which is used to start comments in the data files More... | |
Global parameters and variables, generic functions, doxygen main page.
Definition in file esputr.f90.
1.8.9.1