Skip to content

Commit cfbfbc5

Browse files
committed
fix
1 parent dcc1d89 commit cfbfbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/assimilating_point_data/assimilating_point_data.py.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Finally, we store our point observations in a :class:`~.Function` in :math:`\ope
202202
u_obs = Function(P0DG)
203203
u_obs.dat.data[:] = u_obs_vals
204204

205-
Next, we write down our misfit functional and assemble. ::
205+
Next, we write down our misfit functional :math:`J` and assemble. ::
206206

207207
alpha = Constant(0.02)
208208

0 commit comments

Comments
 (0)