From 23e2e84c5ab1243ae3da3f99f21731e75dda51d0 Mon Sep 17 00:00:00 2001 From: Laurent Plagne Date: Sun, 14 Nov 2021 11:12:38 +0100 Subject: [PATCH] typo --- src/interpolation_fe.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interpolation_fe.jl b/src/interpolation_fe.jl index e1d70768..14942f0d 100644 --- a/src/interpolation_fe.jl +++ b/src/interpolation_fe.jl @@ -14,7 +14,7 @@ # interpolation problem is to find $g_h \in V_2$ such that # # ```math -# dof_k^{V_2}(g_h) = dof_k^{V_2}(f_h),\quad \forall k \in +# dof_k^{V_2}(g_h) = dof_k^{V_1}(f_h),\quad \forall k \in # \{1,\dots,N_{dof}^{V_2}\} # ```