Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | 3714a391545a |
children | 863385aae454 |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
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 |