-
- Downloads
First pass at cleaning up lists in the .geo parser: - we now keep track of the variable type ("list of floats" or "single float") - the brackets [] after the variable id are now optional (aa={1,2} == aa[]={1,2}) when creating a new list - the old syntax is kept to enable forcing the type to "list of floats" when creating a single-entry list - on single floats, += performs the usual arithmetic operation; on lists, += appends to the list (idem for -=) WARNING! this is a possibly dangerous commit: please test your .geo files and your scripts and signal any weird behaviour
Showing
- Fltk/visibilityWindow.cpp 33 additions, 33 deletionsFltk/visibilityWindow.cpp
- Geo/GModelIO_Geo.cpp 14 additions, 14 deletionsGeo/GModelIO_Geo.cpp
- Parser/Gmsh.l 2 additions, 1 deletionParser/Gmsh.l
- Parser/Gmsh.tab.cpp 3395 additions, 3329 deletionsParser/Gmsh.tab.cpp
- Parser/Gmsh.tab.hpp 106 additions, 105 deletionsParser/Gmsh.tab.hpp
- Parser/Gmsh.y 536 additions, 465 deletionsParser/Gmsh.y
- Parser/Gmsh.yy.cpp 501 additions, 495 deletionsParser/Gmsh.yy.cpp
- Parser/Parser.h 8 additions, 1 deletionParser/Parser.h
- doc/texinfo/gmsh.texi 54 additions, 42 deletionsdoc/texinfo/gmsh.texi
Loading
Please register or sign in to comment