Global definitions for input output
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=default_int), | public, | parameter | :: | logfile_unit | = | 99 |
assign output unit 99 for the logfile |
integer(kind=default_int), | public, | parameter | :: | stdout | = | 6 |
assign output unit 6 for stdout |
real(kind=dp), | public, | parameter | :: | tol_dp | = | 1.0e-12_dp | |
real(kind=sp), | public, | parameter | :: | tol_sp | = | 1.0e-6_sp |