We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5605cc2 commit aa35414Copy full SHA for aa35414
ConvDO/boundaries.py
@@ -55,7 +55,7 @@ def __add__(self, other):
55
else:
56
try:
57
# Dirichlet+number=Dirichlet
58
- return DirichletBoundary(self.boundary_value*other)
+ return DirichletBoundary(self.boundary_value+other)
59
except TypeError:
60
return NotImplemented
61
0 commit comments