Skip to content
Snippets Groups Projects
Commit 93d2fa21 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Document parameter change in engine_split()

parent 9b262cc3
Branches
Tags
2 merge requests!136Master,!76Add new initial partition schemes and extend repartition ones.
...@@ -1969,7 +1969,8 @@ void engine_makeproxies(struct engine *e) { ...@@ -1969,7 +1969,8 @@ void engine_makeproxies(struct engine *e) {
* @brief Split the underlying space according to the given grid. * @brief Split the underlying space according to the given grid.
* *
* @param e The #engine. * @param e The #engine.
* @param grid The grid. * @param ipart initpart structure define the partition technique and any
* additional metadata.
*/ */
void engine_split(struct engine *e, struct initpart *ipart) { void engine_split(struct engine *e, struct initpart *ipart) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment