Skip to content

Commit

Permalink
made inq_file_metadata a static function
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Sep 6, 2019
1 parent 4f579cf commit 204ec0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/clib/pioc_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -2225,12 +2225,14 @@ check_unlim_use(int ncid)
* @param mpi_type_size gets an array (length nvars) of the size of
* the MPI type for each var in the file. This array must be freed by
* caller.
* @param ndim gets an array (length nvars) with the number of
* dimensions of each var.
*
* @return 0 for success, error code otherwise.
* @ingroup PIO_openfile_c
* @author Ed Hartnett
*/
int
static int
inq_file_metadata(file_desc_t *file, int ncid, int iotype, int *nvars,
int **rec_var, int **pio_type, int **pio_type_size,
MPI_Datatype **mpi_type, int **mpi_type_size)
Expand Down

0 comments on commit 204ec0f

Please sign in to comment.