From 3f62f44a2fcf7eceb5a839a718ddd3d0a7dac8ee Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 11 Feb 2013 17:34:09 +0000
Subject: [PATCH] Corrected a typo in the equation for the signal velocity in
 the theory file.

Former-commit-id: 0b167e34e9d5254682343ca8d717631d8a37d534
---
 theory/latex/sph.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theory/latex/sph.tex b/theory/latex/sph.tex
index 008e37e488..f0cebab163 100755
--- a/theory/latex/sph.tex
+++ b/theory/latex/sph.tex
@@ -198,7 +198,7 @@ The second loop is used to compute the accelerations (tertiary quantities). The
 \label{eq:dudt}\\
  \frac{dh_i}{dt} &=& \frac{h_i}{3}\sum_j \frac{m_j}{\rho_j} \left(\vec{v_j} - \vec{v_i} \right)
 \cdot\vec{\nabla_r}W(\vec{r}_{ij}, h_i)\\
- v_{sig,i} &=& c_i + c_j + \max_j(0, \hat{r}_{ij} \cdot (\vec{v}_j - \vec{v}_i))
+ v_{sig,i} &=& c_i + c_j + \max_j(0, 3\hat{r}_{ij} \cdot (\vec{v}_j - \vec{v}_i))
 \end{eqnarray}
 
 In practice the loop is here performed over all pairs of particles such that $|\vec{r}_{ij}| < \zeta h_i$ or
-- 
GitLab