#include "sll_working_precision.h"
Go to the source code of this file.
|
module | sll_m_ascii_io |
| Module that contains routines to write data in ASCII format file.
|
|
|
subroutine, public | sll_s_ascii_file_create (file_name, file_id, error) |
| Create ASCII file. More...
|
|
subroutine, public | sll_s_ascii_file_close (file_id, error) |
| Close ASCII file. More...
|
|
subroutine | sll_ascii_write_array_0d (file_id, array, error) |
| Write a 1d array ASCII format. More...
|
|
subroutine, public | sll_s_ascii_write_array_1d (file_id, array, error, num_points, array2, array3) |
| Write a 1d array ASCII format. More...
|
|
subroutine, public | sll_s_ascii_write_array_2d (file_id, array, error) |
| Write a 2d array ASCII format. More...
|
|
subroutine | sll_ascii_write_array_3d (file_id, array, error) |
| Write a 3d array ASCII format. More...
|
|
subroutine, public | sll_s_ascii_write_array_1d_as_row (file_id, array, num_points) |
| Write a 1d array ASCII format. More...
|
|