Mercurial > repos > public > sbplib_julia
changeset 959:e9752c1e92f8 feature/variable_derivatives
Fix conflict from merge
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 14 Mar 2022 09:46:22 +0100 |
parents | 8b0ff2fddc32 |
children | e79debd10f7d |
files | src/LazyTensors/lazy_tensor_operations.jl |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r 8b0ff2fddc32 -r e9752c1e92f8 src/LazyTensors/lazy_tensor_operations.jl --- a/src/LazyTensors/lazy_tensor_operations.jl Mon Mar 14 09:08:23 2022 +0100 +++ b/src/LazyTensors/lazy_tensor_operations.jl Mon Mar 14 09:46:22 2022 +0100 @@ -1,3 +1,5 @@ +using Sbplib.RegionIndices + """ LazyTensorMappingApplication{T,R,D} <: LazyArray{T,R}