-
- Downloads
add patch version in API version: it's not strictly necessary (we don't break...
add patch version in API version: it's not strictly necessary (we don't break the API between patch releases), but it makes things simpler. rationale: with non-breaking API changes (e.g. adding a new function) one had to use gmsh/option/getNumber("General.Version") to check the Gmsh version; using the same numbering for the API and for Gmsh means one can simply examine the API version. Fixes #997
Showing
- api/GenApi.py 62 additions, 53 deletionsapi/GenApi.py
- api/gen.py 4 additions, 1 deletionapi/gen.py
- api/gmsh.h 3 additions, 2 deletionsapi/gmsh.h
- api/gmsh.h_cwrap 1 addition, 1 deletionapi/gmsh.h_cwrap
- api/gmsh.jl 3 additions, 2 deletionsapi/gmsh.jl
- api/gmsh.py 2 additions, 1 deletionapi/gmsh.py
- api/gmshc.h 3 additions, 2 deletionsapi/gmshc.h
Loading
Please register or sign in to comment