Skip to content

Commit f042952

Browse files
committed
update formatting Hubble vector field
1 parent e3661da commit f042952

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SKIRT/core/HubbleRadialVectorField.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** HubbleRadialVectorField represents a vector field with vectors pointing away from the origin
1414
and a magnitude that varies with radial distance from the origin. Up to the turnover radius
15-
\f$(r_t) \ge 0\f$, the velocity is constantly accelerating. Beyond the turnover radius, the
16-
velocity is constantly decelarating. Beyond the maximum radius \f$r_\mathrm{max} \ge r_t\f$,
15+
\f$(r_t \ge 0)\f$, the velocity is constantly accelerating. Beyond the turnover radius, the
16+
velocity is constantly decelarating. Beyond the maximum radius \f$(r_\mathrm{max} \ge r_t)\f$,
1717
the velocity is zero:
1818
1919
\f[ v(r) = \begin{cases}\frac{r}{r_t} & \mathrm{for}\;r\le r_t \\ \left(1-\frac{r - r_t}{r_\mathrm{max}-r_t}\right)
@@ -41,7 +41,7 @@ class HubbleRadialVectorField : public VectorField
4141
//============= Construction - Setup - Destruction =============
4242

4343
protected:
44-
/** This function verifies that the \f$r_t \le r_\mathrm{max}\f$. */
44+
/** This function verifies that \f$r_t \le r_\mathrm{max}\f$. */
4545
void setupSelfBefore() override;
4646

4747
//======================== Other Functions =======================

0 commit comments

Comments
 (0)