Mercurial > repos > public > sbplib_julia
view test/Grids/curvilinear_grid_test.jl @ 1426:9c689a627244 feature/grids/curvilinear
Add src and test file for curvilinear grid type
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 27 Jun 2023 09:36:32 +0200 |
parents | |
children | 9fc3c1af33e5 |
line wrap: on
line source
using Sbplib.Grids using Test @testset "CurvilinearGrid" begin @test CurvilinearGrid isa Any end