Skip to content

Commit 4cd1947

Browse files
committed
style: wrap the m_cbc brief comment the typo fix pushed over the limit
"CBC" -> "CBCs" took the line to 133 characters, one past the 132 the formatter enforces, so the Formatting check failed on a file this branch does not otherwise touch.
1 parent e9a3d79 commit 4cd1947

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/simulation/m_cbc.fpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
!! @file
33
!! @brief Contains module m_cbc
44

5-
!> @brief Characteristic boundary conditions (CBCs) for slip walls, non-reflecting subsonic inflow/outflow, and supersonic boundaries
5+
!> @brief Characteristic boundary conditions (CBCs) for slip walls, non-reflecting subsonic inflow/outflow, and supersonic
6+
!! boundaries
67
#:include 'case.fpp'
78
#:include 'macros.fpp'
89

0 commit comments

Comments
 (0)