mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Small change to style guide.
This commit is contained in:
parent
9cbfc5333e
commit
fa5af5de1c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ enhance code readability or otherwise.
|
|||
Always include comments to describe what your code is doing. Do not be afraid of
|
||||
using copious amounts of comments.
|
||||
|
||||
Use <, >, <=, and >= rather than .lt., .gt., .le., and .ge..
|
||||
Use <, >, <=, >=, ==, and /= rather than .lt., .gt., .le., .ge., .eq., and .ne.
|
||||
|
||||
Try to keep code within 80 columns when possible.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue