Skip to content

Commit

Permalink
Merge ../develop into f2003-examples2
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Feb 12, 2024
2 parents bce58b0 + 2caa860 commit 19ef5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sundials/priv/sundials_mpi_errors_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extern "C" {
} \
while (0)
#else
#define SUNCheckMPICallNoRetMsg(call) (void)call
#define SUNCheckMPICallNoRetMsg(call, msg) (void)call
#endif

/* These versions of SUNCheckMPICall do not take a custom message so a
Expand Down

0 comments on commit 19ef5a0

Please sign in to comment.