Skip to content

Commit

Permalink
[L3-4] Correct typo ("from t to Dt" -> "from t to t + Dt")
Browse files Browse the repository at this point in the history
  • Loading branch information
mesnardo committed Aug 21, 2018
1 parent 7ccc492 commit d3eabf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lessons/03_wave/03_04_MUSCL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We need to solve many Riemann problems from $t$ to $\\Delta t$, one on each cell boundary (illustrated in Figure 4). The numerical flux on $x_{i+1/2}$ is \n",
"We need to solve many Riemann problems from $t$ to $t + \\Delta t$, one on each cell boundary (illustrated in Figure 4). The numerical flux on $x_{i+1/2}$ is \n",
"\n",
"$$\n",
"\\begin{equation}\n",
Expand Down Expand Up @@ -403,7 +403,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "f4ec175f2b7c499497c9b5cefabecb08",
"model_id": "d0d018258ddc4f79a3a9abe4723b036d",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -756,7 +756,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "5f23981899844e98bdb82a9098bedc04",
"model_id": "c8640c7841fb47dca806328629a71239",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit d3eabf0

Please sign in to comment.