Skip to content

Commit

Permalink
fixed docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
aeriforme committed Sep 18, 2024
1 parent 70cbc23 commit 46c5f91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/ablastr/fields/IntegratedGreenFunctionSolver.H
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ namespace ablastr::fields
* @param[in] x x-coordinate of given location
* @param[in] y y-coordinate of given location
* @param[in] z z-coordinate of given location
*
* @param[in] dx cell size along x
* @param[in] dy cell size along y
* @param[in] dz cell size along z
*
* @return the sum of integrated Green function G
*/
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
Expand Down

0 comments on commit 46c5f91

Please sign in to comment.