We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e3b6b commit 042df1dCopy full SHA for 042df1d
1 file changed
src/io.jl
@@ -284,11 +284,11 @@ function simplexgrid(file::String, ::Type{Val{:ele}}; kwargs...)
284
end
285
npointboundarymarkers = parse(Ti, gettoken(tks_node))
286
if npointboundarymarkers > 0
287
- @warn "ingnoring point boundary markers"
+ @warn "ignoring point boundary markers"
288
289
npointattributes = parse(Ti, gettoken(tks_node))
290
if npointattributes > 0
291
- @warn "ingnoring point attributes"
+ @warn "ignoring point attributes"
292
293
coord = Array{Float64, 2}(undef, dim, npoints)
294
for ipoint in 1:npoints
0 commit comments