Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    b67069ff
    · b67069ff
    Christophe Geuzaine authored
    my last commit also fixed several problems in For/EndFor loops:
    
    - the body of the loop was executed at least once, even if the test was
      always false (e.g. For (1:-1:1) )
    - the body could be executed one extra time when using optional
      step values
    - the for loops didn't work with negative step values
    b67069ff
    History
    Christophe Geuzaine authored
    my last commit also fixed several problems in For/EndFor loops:
    
    - the body of the loop was executed at least once, even if the test was
      always false (e.g. For (1:-1:1) )
    - the body could be executed one extra time when using optional
      step values
    - the for loops didn't work with negative step values