|
subroutine | writearray_f (tab, fic, transpose) |
| write array to file, float case More...
|
|
subroutine | writevec_f (vec, fic) |
| write vector to file, float case More...
|
|
subroutine | writevec_i (vec, fic) |
| write vector to file, integer case More...
|
|
subroutine | readvec_f (vec, fic) |
| read vector from file, float case More...
|
|
subroutine | readarray_f (vec, fic) |
| read array from file, float case More...
|
|
subroutine | readvec_i (vec, fic) |
| read vector from file, integer case More...
|
|
integer function | count_lines (fic) |
| Count lines in a file. More...
|
|
logical function, public | file_exists (filename) |
| Check if the file exists. More...
|
|
IO: module for input/output
- Author
- Charles Pierre