Appearance
stringifor
Source: src/third_party/StringiFor/src/lib/stringifor.F90
Dependencies
Contents
Subroutines
read_file
fortran
subroutine read_file(file, lines, form, iostat, iomsg)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
file | character(len=*) | in | ||
lines | type(string) | out | allocatable | |
form | character(len=*) | in | optional | |
iostat | integer | out | optional | |
iomsg | character(len=*) | inout | optional |
Call graph
read_lines
fortran
subroutine read_lines(unit, lines, form, iostat, iomsg)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
unit | integer | in | ||
lines | type(string) | out | allocatable | |
form | character(len=*) | in | optional | |
iostat | integer | out | optional | |
iomsg | character(len=*) | inout | optional |
Call graph
write_file
fortran
subroutine write_file(file, lines, form, iostat, iomsg)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
file | character(len=*) | in | ||
lines | type(string) | in | ||
form | character(len=*) | in | optional | |
iostat | integer | out | optional | |
iomsg | character(len=*) | inout | optional |
Call graph
write_lines
fortran
subroutine write_lines(unit, lines, form, iostat, iomsg)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
unit | integer | in | ||
lines | type(string) | in | ||
form | character(len=*) | in | optional | |
iostat | integer | out | optional | |
iomsg | character(len=*) | inout | optional |
Call graph