Useful constants and routines for handling TPLS outputs.
More...
Useful constants and routines for handling TPLS outputs.
- Author
- Mike Jackson.
- Version
- Revision:
- 137
- Copyright
- (c) 2014, The University of Edinburgh, all rights reserved. This program is distributed under the BSD License See LICENSE.txt for details.
subroutine output_utils::write_double |
( |
character(len=*), intent(in) |
label, |
|
|
double precision, intent(in) |
value |
|
) |
| |
Output a double with a prefixing label.
- Parameters
-
[in] | label | Label. |
[in] | value | double. |
subroutine output_utils::write_double2d |
( |
character(len=*), intent(in) |
label, |
|
|
double precision, intent(in) |
a, |
|
|
double precision, intent(in) |
b |
|
) |
| |
Output a double pair with a prefixing label.
- Parameters
-
[in] | label | Label. |
[in] | a | 1st pair value. |
[in] | b | 2nd pair value. |
subroutine output_utils::write_integer |
( |
character(len=*), intent(in) |
label, |
|
|
integer, intent(in) |
value |
|
) |
| |
Output an integer with a prefixing label.
- Parameters
-
[in] | label | Label. |
[in] | value | Integer. |
subroutine output_utils::write_integer3d |
( |
character(len=*), intent(in) |
label, |
|
|
integer, intent(in) |
a, |
|
|
integer, intent(in) |
b, |
|
|
integer, intent(in) |
c |
|
) |
| |
Output an integer triple with a prefixing label.
- Parameters
-
[in] | label | Label. |
[in] | a | 1st triple value. |
[in] | b | 2nd triple value. |
[in] | c | 3rd triple value. |
character(len=80) output_utils::double |
character(len=80) output_utils::format_double |
character(len=80) output_utils::format_double2d |
character(len=80) output_utils::format_integer |
character(len=80) output_utils::format_integer3d |
character(len=80) output_utils::integer |
character(len=80) output_utils::labelled |
character(len=80) output_utils::pair |
character(len=80) output_utils::triple |
The documentation for this module was generated from the following file: