Corfield
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
ascii_magcube Module Reference

Public Member Functions

subroutine write_ascii (funit, mag_cube)
 Master write routine for ascii format. More...
 
subroutine read_ascii (funit, mag_cube)
 Master read routine for different ascii format. More...
 
subroutine write_ascii_v0 (funit, mag_cube)
 Write magcube object in a file unit already open in proper mode (append,replace...). More...
 
subroutine read_ascii_v0 (funit, mag_cube)
 Read magcube object in a file unit already open in proper mode (append,replace...). More...
 

Public Attributes

integer, parameter len_name = 256
 

Member Function/Subroutine Documentation

subroutine ascii_magcube::read_ascii ( integer, intent(in)  funit,
type(magcube), intent(out)  mag_cube 
)

Master read routine for different ascii format.

Author
subroutine ascii_magcube::read_ascii_v0 ( integer, intent(in)  funit,
type(magcube), intent(out)  mag_cube 
)

Read magcube object in a file unit already open in proper mode (append,replace...).

Author

Here is the call graph for this function:

subroutine ascii_magcube::write_ascii ( integer, intent(in)  funit,
type(magcube), intent(in)  mag_cube 
)

Master write routine for ascii format.

Author
subroutine ascii_magcube::write_ascii_v0 ( integer, intent(in)  funit,
type(magcube), intent(in)  mag_cube 
)

Write magcube object in a file unit already open in proper mode (append,replace...).

Author

Member Data Documentation

integer, parameter ascii_magcube::len_name = 256

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