Skip to content

Commit ddf7208

Browse files
authored
include scripts
1 parent 4f0a08d commit ddf7208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SpatialGraphs.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module SpatialGraphs
22

33
using LightGraphs, SimpleWeightedGraphs, ArchGDAL
44

5+
include("structs.jl")
6+
include("graph_interface.jl")
57
## Types and Structs
68
export AbstractSpatialGraph, AbstractSpatialWeightedGraph, RasterGraph,
79
RasterDiGraph, WeightedRasterGraph, WeightedRasterDiGraph

0 commit comments

Comments
 (0)