minor fix
This commit is contained in:
@@ -8,7 +8,7 @@ files and each file can only depend on the file included before it.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
include("type.jl")
|
include("type.jl")
|
||||||
using .types # bring model into this module namespace (this module is a parent module)
|
using .type # bring model into this module namespace (this module is a parent module)
|
||||||
|
|
||||||
include("snnUtils.jl")
|
include("snnUtils.jl")
|
||||||
using .snn_utils
|
using .snn_utils
|
||||||
|
|||||||
Reference in New Issue
Block a user