5 &(fformat,fid,jdim,ndim,npoin,coord,ierr)
36 CHARACTER(LEN=8),
INTENT(IN) :: FFORMAT
37 INTEGER,
INTENT(IN) :: FID, JDIM, NDIM, NPOIN
38 DOUBLE PRECISION,
INTENT(INOUT) :: COORD(npoin)
39 INTEGER,
INTENT(OUT) :: IERR
43 SELECT CASE (fformat(1:7))
53 &
'GET_MESH_COORD: BAD FILE FORMAT: ',fformat
character(len=200) error_message
subroutine get_mesh_coord_med(FILE_ID, JDIM, NDIM, NPOIN, COORD_AXE, IERR)
subroutine get_mesh_coord_srf(FILE_ID, JDIM, NPOIN, COORD, IERR)
subroutine get_mesh_coord(FFORMAT, FID, JDIM, NDIM, NPOIN, COORD, IERR)
integer, parameter hermes_unknown_file_format_err
subroutine get_mesh_coord_cgns(FILE_ID, JDIM, NPOIN, COORD, IERR)