Skip to content

Commit 3d71e0e

Browse files
committed
docs cleanup
1 parent 489ad5c commit 3d71e0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ neu
12811281
The call signature of other_neu has changed. You no longer need to pass in z2bar
12821282

12831283

1284-
The value of the Weinberg angle was updated to be be consistent with CODATA 2018.
1284+
The value of the Weinberg angle was updated to be consistent with CODATA 2018.
12851285

12861286

12871287
net

docs/source/developing/code_style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ and this name should differ from any other code entities (e.g. subroutines).
148148

149149
Each named critical block will be executed by one thread at a time. Different named critical blocks can be executed
150150
at the same time. However, all unnamed critical blocks act like one block and thus can not be executed in parallel.
151-
Therefore you should always named your OMP critical blocks to ensure the best performance.
151+
Therefore you should always name your OMP critical blocks to ensure the best performance.
152152

153153
Do not name your OMP critical block with a name that has already been used for a variable, procedure, module or any other object.
154154

docs/source/eos/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ both results are evaluated, blended, and returned. Smooth blends are
4040
assured via the smoothness of the functions that define the component
4141
fractions.
4242

43-
This approach means that that EOS components have an order of
43+
This approach means that EOS components have an order of
4444
precedence:
4545

4646
(CMS) > Skye > PC > FreeEOS > OPAL/SCVH > HELM.

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ then
119119
echo "* *"
120120
echo "* MESA_DIR can not contain whitespace *"
121121
echo "* Please move your MESA_DIR to a folder *"
122-
echo "* without spaces in its name *"
122+
echo "* without spaces in its name *"
123123
echo "* *"
124124
echo "****************************************************************"
125125
echo

0 commit comments

Comments
 (0)