We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6e837 commit b18e9ebCopy full SHA for b18e9eb
Project.toml
@@ -1,7 +1,7 @@
1
name = "BasisFunctions"
2
uuid = "4343a256-5453-507d-8aad-01a9d7189916"
3
authors = ["Daan Huybrechs <daan.huybrechs@kuleuven.be>"]
4
-version = "0.7.4"
+version = "0.7.5"
5
6
[deps]
7
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
src/BasisFunctions.jl
@@ -95,7 +95,8 @@ import DomainIntegrals:
95
using DomainIntegrals:
96
ProductWeight,
97
AbstractJacobiWeight,
98
- UltrasphericalWeight
+ UltrasphericalWeight,
99
+ islebesguemeasure
100
export integral
101
102
@reexport using GridArrays
0 commit comments