Mercurial > repos > public > sbplib_julia
comparison src/Diffinitive.jl @ 1820:bddcae938ded feature/jet_aqua
Some clean up
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 18 Oct 2024 21:41:55 +0200 |
parents | 77f1b027d134 |
children | 516eaabf1169 |
comparison
equal
deleted
inserted
replaced
1819:e89e28fa9637 | 1820:bddcae938ded |
---|---|
9 export LazyTensors | 9 export LazyTensors |
10 export Grids | 10 export Grids |
11 export SbpOperators | 11 export SbpOperators |
12 | 12 |
13 | 13 |
14 | |
15 # Aqua.jl fixes | 14 # Aqua.jl fixes |
16 using StaticArrays | 15 using StaticArrays |
17 using .LazyTensors | 16 using .LazyTensors |
18 Base.:+(a::StaticArray, b::LazyArray) = a +̃ b | 17 Base.:+(a::StaticArray, b::LazyArray) = a +̃ b |
19 Base.:+(a::LazyArray, b::StaticArray) = a +̃ b | 18 Base.:+(a::LazyArray, b::StaticArray) = a +̃ b |