Choral
Private Member Functions | List of all members
io::write Interface Reference

write to file More...

Collaboration diagram for io::write:
Collaboration graph

Private Member Functions

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 writearray_f (tab, fic, transpose)
 write array to file, float case More...
 

Detailed Description

write to file

Definition at line 33 of file io.f90.

Member Function/Subroutine Documentation

◆ writearray_f()

subroutine io::write::writearray_f ( real(rp), dimension(:,:), intent(in)  tab,
character(len=*), intent(in)  fic,
logical, intent(in), optional  transpose 
)
private

write array to file, float case

Definition at line 48 of file io.f90.

◆ writevec_f()

subroutine io::write::writevec_f ( real(rp), dimension(:), intent(in)  vec,
character(len=*), intent(in)  fic 
)
private

write vector to file, float case

Definition at line 90 of file io.f90.

◆ writevec_i()

subroutine io::write::writevec_i ( integer, dimension(:), intent(in)  vec,
character(len=*), intent(in)  fic 
)
private

write vector to file, integer case

Definition at line 109 of file io.f90.


The documentation for this interface was generated from the following file: