-
Notifications
You must be signed in to change notification settings - Fork 6
Description
`When I tested the testAnalyticsGroundedSource.jl, I encountered the following error.
julia> include("testAnalyticsGroundedSource.jl")
ERROR: LoadError: MethodError: no method matching getMaxwellTimeParam(::JOcTree.OcTreeMeshFV{Float64
,Int64,Int64}, ::SparseMatrixCSC{Float64,Int64}, ::SparseMatrixCSC{Float64,Int64}, ::Array{Float64,1
}, ::Array{Float64,1}, ::Array{Float64,1}, ::Symbol)
Closest candidates are:
getMaxwellTimeParam(::jInv.Mesh.AbstractMesh, ::AbstractArray{S<:Real,N} where N, ::AbstractArray{
S<:Real,N} where N, ::Array{S<:Real,1}, ::S<:Real, ::Array{S<:Real,1}, ::Array{S<:Real,1}, ::Symbol;
storageLevel, sensitivityMethod, timeIntegrationMethod, EMsolverType, DCsolverType, modUnits, verbo
sity, cgTol) where S<:Real at C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellT
ime\src\MaxwellTimeParam.jl:200
while loading C:\Users\luk\AppData\Local\JuliaPro-0.6.4.1\pkgs-0.6.4.1\v0.6\MaxwellTime\test\testAna
lyticsGroundedSource.jl, in expression starting on line 56
I tried to solve this error, but it didn't work. Should I solve it like that?`