Go to the source code of this file.
|
subroutine | set_header (FFORMAT, FILE_ID, TITLE, NVAR, VAR_NAME, IERR) |
|
◆ set_header()
subroutine set_header |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FILE_ID, |
|
|
character(len=80), intent(in) |
TITLE, |
|
|
integer, intent(in) |
NVAR, |
|
|
character(len=32), dimension(nvar), intent(in) |
VAR_NAME, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FILE_ID | File descriptor |
[in] | TITLE | Title of the mesh |
[in] | NVAR | Number of variables |
[in] | VAR_NAME | Name and units of the variables |
[out] | IERR | 0 if no error during the execution |
Definition at line 7 of file set_header.f.