Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Holke <[email protected]>
  • Loading branch information
sandro-elsweijer and holke authored Apr 12, 2023
1 parent 6e7777f commit 70ccf3c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/t8_schemes/t8_default/t8_default_line/t8_dline_bits.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/** \file t8_dline_bits.h
* Definition if line-specific functions.
* Definitions of line-specific functions.
*/

#ifndef T8_DLINE_BITS_H
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/** \file t8_dpyramid_bits.h
* Definition if pyramid-specific functions.
* Definitions of pyramid-specific functions.
*/

#ifndef T8_DPYRAMID_BITS_H
Expand Down
2 changes: 1 addition & 1 deletion src/t8_schemes/t8_default/t8_default_tet/t8_dtet_bits.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/** \file t8_dtet_bits.h
* Definition if tet-specific functions.
* Definitions of tet-specific functions.
* TODO: Run make doxygen and grep for files.
* Also document all arguments of functions.
* TODO: Group the dtet_is functions together.
Expand Down
2 changes: 1 addition & 1 deletion src/t8_schemes/t8_default/t8_default_tri/t8_dtri_bits.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/** \file t8_dtri_bits.h
* Definition if triangle-specific functions.
* Definitions of triangle-specific functions.
*/

#ifndef T8_DTRI_BITS_H
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/** \file t8_dvertex_bits.h
* Definition if vertex-specific functions.
* Definitions of vertex-specific functions.
*/

#ifndef T8_DVERTEX_BITS_H
Expand Down

0 comments on commit 70ccf3c

Please sign in to comment.