From d61fcbfbdb1517c39d6d894f687f087a8c728b27 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 13 Jun 2019 15:13:49 +0200 Subject: egs: constify a function argument --- ell_grid_solve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ell_grid_solve.h') diff --git a/ell_grid_solve.h b/ell_grid_solve.h index 2893ce5..095c591 100644 --- a/ell_grid_solve.h +++ b/ell_grid_solve.h @@ -218,7 +218,7 @@ typedef struct EGSContext { * * @return The solver context on success, NULL on failure. */ -EGSContext *mg2di_egs_alloc(size_t domain_size[2]); +EGSContext *mg2di_egs_alloc(const size_t domain_size[2]); /** * Allocate a solver component in a multi-component MPI-based solve. -- cgit v1.2.3