Skip to content

Commit 4c71f57

Browse files
Fix typo
1 parent afae004 commit 4c71f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/helpers/spectral_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def get_Neumann_BC_row(self, x):
595595
elif x == 1:
596596
return nn
597597
else:
598-
raise NotImplementedError(f'Don\'t know how to generate Dirichlet BC\'s at {x=}!')
598+
raise NotImplementedError(f'Don\'t know how to generate Neumann BC\'s at {x=}!')
599599

600600
def get_Dirichlet_recombination_matrix(self):
601601
'''

0 commit comments

Comments
 (0)