Skip to content

Commit

Permalink
fixed codacy warning in pioc_support.c
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 26, 2019
1 parent 6f5ecda commit a59ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clib/pioc_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ int check_unlim_use(int ncid)
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)
{
int nunlimdims; /* The number of unlimited dimensions. */
int nunlimdims = 0; /* The number of unlimited dimensions. */
int unlimdimid;
int *unlimdimids;
int mpierr;
Expand Down

0 comments on commit a59ab5e

Please sign in to comment.