Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    6b48e08f
    · 6b48e08f
    Christophe Geuzaine authored
    Arghhhhhh! Fixed very nasty out-of-bounds bug in 2D mesh algo...
    
    It led to seemingly random Windows slowdowns/crashes: we were passing
    random numbers to curve interpolation, and straight line interpol does
    "while(not in bounds) i--" which would take forever to get/ back into
    reasonnable interval
    6b48e08f
    History
    Christophe Geuzaine authored
    Arghhhhhh! Fixed very nasty out-of-bounds bug in 2D mesh algo...
    
    It led to seemingly random Windows slowdowns/crashes: we were passing
    random numbers to curve interpolation, and straight line interpol does
    "while(not in bounds) i--" which would take forever to get/ back into
    reasonnable interval