I have an adaptive mesh data structure I'm iterating on for some finite element code, but in the IJulia notebook whenever I try to re-include the file with
include("mesh.jl")
it will tell me about a conflict
"invalid redefinition of constant Mesh"
So far the only solution I have is to restart the notebook, which isn't
ideal since changes are happening frequently. Is there a faster way
to accomplish this?
