Octopus
io_csv_oct_m Module Reference

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)
 

Function/Subroutine Documentation

◆ dread_csv()

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 154 of file io_csv_f.F90.

◆ io_csv_get_info()

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 167 of file io_csv_f.F90.