Print the layer to a file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(base_layer_type), | intent(in) | :: | this |
Instance of the layer |
||
| integer, | intent(in) | :: | unit |
File unit |
module subroutine print_to_unit_base(this, unit) !! Print the layer to a file implicit none ! Arguments class(base_layer_type), intent(in) :: this !! Instance of the layer integer, intent(in) :: unit !! File unit return end subroutine print_to_unit_base