Mercurial > repos > public > sbplib_julia
view test/Grids/curvilinear_grid_test.jl @ 1427:26e168924cf1 feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 23 Aug 2023 15:51:32 +0200 |
parents | 9c689a627244 |
children | 9fc3c1af33e5 |
line wrap: on
line source
using Sbplib.Grids using Test @testset "CurvilinearGrid" begin @test CurvilinearGrid isa Any end