Skip to content

Commit

Permalink
Avoid semi-colon in code-like comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Dec 27, 2024
1 parent 64e3fb5 commit 6e5d5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model_le.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ typedef struct lek_s {
int nxdist; /* total distributions crossing plane (local) */
int nxbuff; /* size of crossing buffer (2 x nplane x nxbuff) */
int nprop; /* no. distributions crossing (9 maximum in 3d) */
int8_t prop[2][9]; /* prop[0] is side 0 (cx +ve); */
/* prop[1] is side 1 (cx -ve); */
int8_t prop[2][9]; /* prop[0] is side 0 (cx +ve) */
/* prop[1] is side 1 (cx -ve) */
/* p values of cross-plane propagating distributions */
} le_kernel_helper_t;

Expand Down

0 comments on commit 6e5d5d0

Please sign in to comment.