Skip to content

Commit

Permalink
collective-io: Adapt doc to new semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-griesbach committed Jan 10, 2024
1 parent c6ebc9c commit d1a2473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/patches/clawpatch/fclaw2d_clawpatch_output_vtk.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ typedef void (*fclaw2d_vtk_patch_data_t) (struct fclaw2d_global * glob,
* @param[in] coordniate_cb the callback to write a patch's coordinate binary data
* @param[in] value_cb the callback to write a patch's value binary data
* @param[in] patch_threshold The maximal number of buffered patches.
* -1 means that an unlimited number of patches is
* 0 means that an unlimited number of patches is
* buffered and flushed to disk at the end.
* @return 0 if successful, negative otherwise.
* Collective with identical value on all ranks.
Expand Down
2 changes: 1 addition & 1 deletion src/patches/clawpatch/fclaw3dx_clawpatch_output_vtk.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ typedef void (*fclaw3dx_vtk_patch_data_t) (struct fclaw2d_global * glob,
* @param[in] coordniate_cb the callback to write a patch's coordinate binary data
* @param[in] value_cb the callback to write a patch's value binary data
* @param[in] patch_threshold The maximal number of buffered patches.
* -1 means that an unlimited number of patches is
* 0 means that an unlimited number of patches is
* buffered and flushed to disk at the end.
* @return 0 if successful, negative otherwise.
* Collective with identical value on all ranks.
Expand Down

0 comments on commit d1a2473

Please sign in to comment.