Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1729:3c788144be42
Merge rename_module
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sun, 08 Sep 2024 17:11:56 -0700 |
parents | 471a948cd2b2 |
children | 863385aae454 |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1729:3c788144be42 |
---|---|
1 module Grids | 1 module Grids |
2 | 2 |
3 using Sbplib.LazyTensors | 3 using Diffinitive.LazyTensors |
4 using StaticArrays | 4 using StaticArrays |
5 | 5 |
6 # Grid | 6 # Grid |
7 export Grid | 7 export Grid |
8 export coordinate_size | 8 export coordinate_size |