view grid.jl @ 118:4c0c02a80cd4 cell_based_test

Change uview to view. It seems the compiler is now able to remove the allocation
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 12 Feb 2019 13:15:16 +0100
parents 614b56a017b9
children cb9a789338a1
line wrap: on
line source

module Grid

# TODO: Where is this used?
abstract type BoundaryId end

include("AbstractGrid.jl")
include("EquidistantGrid.jl")

end