Skip to content

Commit a94a644

Browse files
authored
Update FEniCS.jl
1 parent f62834e commit a94a644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FEniCS.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ macro fenicsclass(name::Symbol, base1::Symbol=:fenicsobject)
3131
$(name)(pyobject::PyObject) = $impl(pyobject)
3232
end)
3333
end
34+
export fenicsclass
3435

3536
str(obj::fenicsobject) = fenicspycall(obj, :__str__)
3637
repr(obj::fenicsobject) = fenicspycall(obj, :__repr__)

0 commit comments

Comments
 (0)