aboutsummaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'ell_grid_solve.h')
-rw-r--r--ell_grid_solve.h2
1 files changed, 1 insertions, 1 deletions
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.