-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
This error occurs in the _ser build of PyMFEM within the coefficient_common.i file
In lines 67 and 69, there is a typo, where agrs is used rather than args resulting in python error when a sumcoefficient is used.
%pythonappend SumCoefficient::SumCoefficient %{
if len(args) > 0 and isinstance(agrs[0], Coefficient):
self.linkA = args[0]
if len(args) > 1 and isinstance(agrs[1], Coefficient):
self.linkB = args[0]
Metadata
Metadata
Assignees
Labels
No labels