Skip to content

Commit

Permalink
compat entries for Term, UnicodePlots and fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chmerdon committed Jan 12, 2024
1 parent 9e6c5bc commit e3065e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
DiffResults = "1"
DocStringExtensions = "0.8,0.9"
ExtendableGrids = "1"
ExtendableSparse = "1.2"
ExtendableSparse = "^1.2"
ForwardDiff = "^0.10.35"
Term = "2"
UnicodePlots = "^3.6"
julia = "^1.6"
2 changes: 1 addition & 1 deletion src/quadrature.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# there are some hard-coded ones for the lowest-order rules (that might be extended later)
# and also generic functions that generate rules of arbitrary order
#
# integrate! allows to intgrate cell-wise (order face-wise etc. depending on the AssemblyType)
# integrate! allows to integrate cell-wise (order face-wise etc. depending on the AssemblyType)
# integrate does the same but only returns the full integral and is more memory-friendly

"""
Expand Down

0 comments on commit e3065e8

Please sign in to comment.