5 &(fformat,file_id,ierr,mesh_number)
35 CHARACTER(LEN=8),
INTENT(IN) :: FFORMAT
36 INTEGER,
INTENT(IN) :: FILE_ID
37 INTEGER,
INTENT(OUT) :: IERR
38 INTEGER,
OPTIONAL,
INTENT(IN) :: MESH_NUMBER
42 SELECT CASE (fformat(1:7))
53 WRITE(
error_message,*)
'CLOSE_MESH: BAD FILE FORMAT: ',fformat
subroutine close_mesh_srf(FILE_ID, IERR, MESH_NUMBER)
subroutine close_mesh_cgns(FILE_ID, IERR)
subroutine close_mesh(FFORMAT, FILE_ID, IERR, MESH_NUMBER)
character(len=200) error_message
subroutine close_mesh_vtk(FILE_ID, IERR)
subroutine close_mesh_med(FILE_ID, IERR)
integer, parameter hermes_unknown_file_format_err