You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using ConstructionBase: ConstructionBase
function ConstructionBase.constructorof(::Type{<:RectilinearGrid{FT, TX, TY, TZ}}) where {FT, TX, TY, TZ}
return RectilinearGrid{TX, TY, TZ}
end
For example
RectilinearGrid
has an inner constructor of the formRectilinearGrid{TX, TY, TZ}(args...)
.This error comes from
include
inghttps://github.com/CliMA/Oceananigans.jl/blob/glw/arch-dep-clock/test/test_reactant.jl
which can be done by cloning Oceananigans, navigating to
test/
and typingbtw also requires #810 so if that isn't merged yet, need to
dev
or add theReactant
branch explicitly.cc @avik-pal
error: https://gist.github.com/glwagner/cba29b2dcaee57e1cc7f5d428386a65d
The text was updated successfully, but these errors were encountered: