Output unit module.
Data Types | |
| type | output |
| Integer property dedicated to manipulating the output unit. More... | |
| integer, public output_unit = stdout |
Static variable controling the output unit number.
Definition at line 13 of file OutputUnit.f90.
|
private |
Overloading of the assigment procedure.
| [in,out] | lhs | Integer value |
| [in] | rhs | The output variable |
Examples
The following example uses the assigment(\=) the set the value of the output unit
Remarks
The value of rhs is not used and only the static variable output will be used.
Definition at line 100 of file OutputUnit.f90.
| subroutine iprop_equals_int | ( | class(output), intent(inout) | lhs, |
| integer, intent(in) | rhs ) |
Overloading of the assigment procedure.
| [in,out] | lhs | The output variable |
| [in] | rhs | Integer value |
Examples
The following example uses the assigment(\=) the set the value of the output unit
Remarks
The value of lhs is not used and only the static variable output will be used.
Definition at line 72 of file OutputUnit.f90.