ESPUTR
calculation of sputtering yields
Modules | Functions/Subroutines | Variables
esputr.f90 File Reference

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...
 

Detailed Description

Global parameters and variables, generic functions, doxygen main page.

Authors
Markus Brenneis Marku.nosp@m.s.Br.nosp@m.ennei.nosp@m.s@un.nosp@m.i-due.nosp@m.ssel.nosp@m.dorf..nosp@m.de, Vladislav Kotov v.kot.nosp@m.ov@f.nosp@m.z-jue.nosp@m.lich.nosp@m..de (contact person)

Definition in file esputr.f90.