Skip to content
Snippets Groups Projects
Commit 71164267 authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

fixed LaTex errors in doxygen documentation by inserting whitespaces

after and before the /f$ in the code (??) - sometimes it also works
without them, but I could not find out why or when...


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7867 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent a6f910d7
No related branches found
No related tags found
No related merge requests found
...@@ -189,21 +189,21 @@ public: ...@@ -189,21 +189,21 @@ public:
{ return pressureAtIP_; } { return pressureAtIP_; }
/*! /*!
* \brief Return the mass density \f$\mathrm{[kg/m^3]}\f$ at the integration * \brief Return the mass density \f$ \mathrm{[kg/m^3]} \f$ at the integration
* point. * point.
*/ */
Scalar densityAtIP() const Scalar densityAtIP() const
{ return densityAtIP_; } { return densityAtIP_; }
/*! /*!
* \brief Return the viscosity \f$\mathrm{[m^2/s]}\f$ at the integration * \brief Return the viscosity \f$ \mathrm{[m^2/s]} \f$ at the integration
* point. * point.
*/ */
Scalar viscosityAtIP() const Scalar viscosityAtIP() const
{ return viscosityAtIP_; } { return viscosityAtIP_; }
/*! /*!
* \brief Return the normal velocity \f$\mathrm{[m/s]}\f$ at the integration * \brief Return the normal velocity \f$ \mathrm{[m/s]} \f$ at the integration
* point. * point.
*/ */
Scalar normalVelocityAtIP() const Scalar normalVelocityAtIP() const
......
...@@ -162,7 +162,7 @@ public: ...@@ -162,7 +162,7 @@ public:
{ return fluidState_.temperature(phaseIdx); } { return fluidState_.temperature(phaseIdx); }
/*! /*!
* \brief Returns the viscosity \f$\mathrm{[m^2/s]}\f$ of the fluid in * \brief Returns the viscosity \f$ \mathrm{[m^2/s]} \f$ of the fluid in
* the sub-control volume. * the sub-control volume.
*/ */
Scalar viscosity() const Scalar viscosity() const
......
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