From c4102ef0e19beaa1f04fad09b3ad697bee0cd848 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Tue, 21 Jul 2020 16:01:33 +0200
Subject: [PATCH] [web] Fix scientific notation.

---
 .../benchmarks/heatconduction/heatconduction-dirichlet.pandoc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/content/docs/benchmarks/heatconduction/heatconduction-dirichlet.pandoc b/web/content/docs/benchmarks/heatconduction/heatconduction-dirichlet.pandoc
index 19d67fc8425..5d1d8bf17f8 100644
--- a/web/content/docs/benchmarks/heatconduction/heatconduction-dirichlet.pandoc
+++ b/web/content/docs/benchmarks/heatconduction/heatconduction-dirichlet.pandoc
@@ -31,7 +31,7 @@ where $T$ could be temperature, the subscripts $D$ and $N$ denote the Dirichlet-
 
 ## Problem specification and analytical solution
 
-We solve the Parabolic equation on a line domain $[60\times 1]$ with $\lambda = 3.2$ and $\rho C_\textrm{p} = 2.5e10^6$ w.r.t. the specific boundary conditions:
+We solve the Parabolic equation on a line domain $[60\times 1]$ with $\lambda = 3.2$ and $\rho C_\textrm{p} = 2.5 \times 10^6$ w.r.t. the specific boundary conditions:
 
 $$
 \eqalign{
-- 
GitLab