Skip to content

Commit f347534

Browse files
committed
fix import type 2
1 parent 02e7cc5 commit f347534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/poisson_2d_I.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"from utils import H1BoundaryProjector2D\n",
134134
"from psydac.linalg.basic import IdentityOperator\n",
135135
"\n",
136-
"P_0 = H1BoundaryProjector2D_2(V, V_h.vector_space)\n",
136+
"P_0 = H1BoundaryProjector2D(V, V_h.vector_space)\n",
137137
"\n",
138138
"I_0 = IdentityOperator(V_h.vector_space)\n",
139139
"P_Gamma = I_0 - P_0"

0 commit comments

Comments
 (0)