![]() |
Octopus
|
Data Types | |
| interface | get_info_csv |
| interface | read_csv |
Functions/Subroutines | |
| subroutine, public | dread_csv (fname, np, ff, ierr) |
| subroutine, public | io_csv_get_info (fname, dims, ierr) |
| subroutine, public io_csv_oct_m::dread_csv | ( | character(len=*), intent(in) | fname, |
| integer(c_int64_t), intent(in) | np, | ||
| real(real64), dimension(:), intent(out), target | ff, | ||
| integer, intent(out) | ierr | ||
| ) |
Definition at line 156 of file io_csv_f.F90.
| subroutine, public io_csv_oct_m::io_csv_get_info | ( | character(len=*), intent(in) | fname, |
| integer(c_int64_t), dimension(:), intent(out), target | dims, | ||
| integer, intent(out) | ierr | ||
| ) |
Definition at line 169 of file io_csv_f.F90.