Skip to content

Commit

Permalink
Fix deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Mar 29, 2023
1 parent 2c24786 commit 4fb3b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import Base: push!
@deprecate vertices(ip::Interpolation) vertexdof_indices(ip) false
@deprecate faces(ip::Interpolation) facedof_indices(ip) false
@deprecate edges(ip::Interpolation) edgedof_indices(ip) false
@deprecate Ferrite.nfields(dh) num_fields false
@deprecate nfields(dh::AbstractDofHandler) num_fields(dh) false

0 comments on commit 4fb3b0f

Please sign in to comment.