Skip to content

Commit

Permalink
Merge pull request #2618 from skosukhin/fix-macro-use
Browse files Browse the repository at this point in the history
Fix macro usage
  • Loading branch information
WardF authored Feb 28, 2023
2 parents 05b82fe + b40f8ce commit 00a722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nc4internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ typedef struct NC_FILE_INFO
{
NC_OBJ hdr;
NC *controller; /**< Pointer to containing NC. */
#ifdef USE_PARALLEL4
#ifdef USE_PARALLEL
MPI_Comm comm; /**< Copy of MPI Communicator used to open the file. */
MPI_Info info; /**< Copy of MPI Information Object used to open the file. */
#endif
Expand Down

0 comments on commit 00a722b

Please sign in to comment.