view grid.jl @ 86:34fd86e9d0b9 patch_based_test

Change benchmarkTest from function to script since @benchmark does not work within functions
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 25 Jan 2019 10:10:30 +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