Closed touste closed 5 years ago
This can be avoided by adding the "i" flag to the regexp string (line 175 of parse_mesh.jl):
Perfect, please make a pull request. You can do such a minor change in the web browser, just find the spot and click the pen icon.
Actually I just realized that this had already been fixed in the repo, however it still pulls 0.2.2 when I install JuliaFEM.
If the inp file contains lowercase elset such as:
it triggers an error on the
regex_match
function.This can be avoided by adding the "i" flag to the regexp string (line 175 of parse_mesh.jl):