read from file
More...
read from file
Definition at line 39 of file io.f90.
◆ readarray_f()
subroutine io::read::readarray_f |
( |
real(rp), dimension(:,:), intent(out) |
vec, |
|
|
character(len=*), intent(in) |
fic |
|
) |
| |
|
private |
read array from file, float case
Definition at line 149 of file io.f90.
◆ readvec_f()
subroutine io::read::readvec_f |
( |
real(rp), dimension(:), intent(out) |
vec, |
|
|
character(len=*), intent(in) |
fic |
|
) |
| |
|
private |
read vector from file, float case
Definition at line 129 of file io.f90.
◆ readvec_i()
subroutine io::read::readvec_i |
( |
integer, dimension(:), intent(out) |
vec, |
|
|
character(len=*), intent(in) |
fic |
|
) |
| |
|
private |
read vector from file, integer case
Definition at line 169 of file io.f90.
The documentation for this interface was generated from the following file:
- /home/cpierre1/choral/SRC/io.f90