Skip to content

Commit

Permalink
Merge pull request #1606 from Shangxin-Liu/geoid
Browse files Browse the repository at this point in the history
Fix a small typo in the manual
  • Loading branch information
tjhei committed May 13, 2017
2 parents 9b87cce + 8f08bd7 commit 5f4788e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@ \subsubsection{Mass conservation approximation}
\item
``implicit reference density profile'':
\[
\nabla \cdot \textbf{u} + \frac{1}{\bar{\rho}} \frac{\partial \bar{\rho}}{\partial z} \frac{\textbf{g}}{g} \cdot \textbf{u} = 0,
\nabla \cdot \textbf{u} + \frac{1}{\bar{\rho}} \frac{\partial \bar{\rho}}{\partial z} \frac{\textbf{g}}{\|\textbf{g}\|} \cdot \textbf{u} = 0,
\]
which uses the same approximation for the density as ``reference density profile'',
but implements this term on the left-hand side instead of the right-hand side of the mass
Expand Down

0 comments on commit 5f4788e

Please sign in to comment.