Skip to content

Commit

Permalink
Fix doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcarlin committed Oct 25, 2023
1 parent 08c495a commit 36d3ba0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/p4est_geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ p4est_geometry_t *p4est_geometry_new_icosahedron (p4est_connectivity_t *
* This a direct adaptation of geometric shell in 3d.
*
* \param[in] conn The result of \ref p4est_connectivity_new_shell2d.
* \param[in] R0 radius of the inner circle (internal border).
* \param[in] R1 radius of the outer circle (external border).
* \param[in] R1 radius of the inner circle (internal border).
* \param[in] R2 radius of the outer circle (external border).
*
*/
p4est_geometry_t *p4est_geometry_new_shell2d (p4est_connectivity_t * conn,
Expand All @@ -139,11 +139,11 @@ p4est_geometry_t *p4est_geometry_new_disk2d (p4est_connectivity_t * conn,
double R0, double R1);

/**
* sphere2d geometry associated to cubed connectivity.
* Create sphere geometry associated to cubed connectivity.
*
* \param[in] conn The result of \ref p4est_connectivity_new_cubed.
* \param[in] R radius of the sphere
*
*
* This geometry is meant to be used with the cubed connectivity
* \ref p4est_connectivity_new_cubed, which is a 6-tree connectivity,
* to map the sphere.
Expand Down

0 comments on commit 36d3ba0

Please sign in to comment.