Skip to content
Snippets Groups Projects
Commit 64a05096 authored by jbathmann's avatar jbathmann
Browse files

[D] Doxygen formula rendering fixes...

parent effd31ac
No related branches found
No related tags found
No related merge requests found
...@@ -80,9 +80,6 @@ public: ...@@ -80,9 +80,6 @@ public:
/// Get the partial differential of the density with respect to /// Get the partial differential of the density with respect to
/// concentration or pressure. /// concentration or pressure.
/// \param var_vals Variable values in an array. The order of its elements
/// is given in enum class PropertyVariableType.
/// \param var Variable type.
double getdValue(const ArrayType& /*var_vals*/, double getdValue(const ArrayType& /*var_vals*/,
const PropertyVariableType var) const override const PropertyVariableType var) const override
{ {
......
...@@ -32,7 +32,7 @@ namespace ComponentTransport ...@@ -32,7 +32,7 @@ namespace ComponentTransport
* + Q_p = 0, * + Q_p = 0,
* \f] * \f]
* where the storage \f$S\f$ has been substituted by * where the storage \f$S\f$ has been substituted by
* \phi \frac{\partial \rho}{\partial p}, * \f$\phi \frac{\partial \rho}{\partial p}\f$,
* \f$\phi\f$ is the porosity, * \f$\phi\f$ is the porosity,
* \f$C\f$ is the concentration, * \f$C\f$ is the concentration,
* \f$p\f$ is the pressure, * \f$p\f$ is the pressure,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment