aboutsummaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-06-13 15:13:49 +0200
committerAnton Khirnov <anton@khirnov.net>2019-06-14 08:38:28 +0200
commitd61fcbfbdb1517c39d6d894f687f087a8c728b27 (patch)
tree50c10ece063036a7f85b9eb549c6270bc0076f3b /ell_grid_solve.h
parentea62eb612ebf08fee28c4fbb009ee24b0cf4079b (diff)
egs: constify a function argument
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.