Commit 6922c6e 1 parent e24f490 commit 6922c6e Copy full SHA for 6922c6e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ Structure
8
8
The high-level directory structure delineates the types of microphysics
9
9
and the generic solvers:
10
10
11
- * ``conductivity ``: thermal conductivity routines
11
+ * ``conductivity/ ``: thermal conductivity routines
12
12
13
- * ``constants ``: fundamental constants
13
+ * ``constants/ ``: fundamental constants
14
14
15
- * ``Docs ``: the sphinx source for this documentation
15
+ * ``Docs/ ``: the sphinx source for this documentation
16
16
17
17
* ``EOS/ ``: the various equations of state
18
18
@@ -64,7 +64,7 @@ of the species defined by the network to interpret the state.
64
64
65
65
We try to maximize code reuse in the Microphysics source, so the
66
66
solvers (ODE integration for the network and Newton-Raphson root
67
- finding for the EOS) is separated from the specific implementations of
67
+ finding for the EOS) are separated from the specific implementations of
68
68
the microphysics.
69
69
70
70
.. note ::
You can’t perform that action at this time.
0 commit comments