Skip to content
Snippets Groups Projects
  1. May 15, 2013
  2. Apr 17, 2013
  3. Apr 08, 2013
  4. Apr 06, 2013
  5. Apr 05, 2013
  6. Mar 18, 2013
  7. Mar 13, 2013
  8. Mar 07, 2013
  9. Feb 02, 2013
  10. Jan 21, 2013
  11. Jan 17, 2013
  12. Jan 01, 2013
  13. Dec 16, 2012
  14. Dec 11, 2012
  15. Nov 12, 2012
  16. Nov 06, 2012
  17. Oct 29, 2012
  18. Oct 27, 2012
  19. Oct 18, 2012
  20. Oct 01, 2012
  21. Sep 29, 2012
  22. Sep 19, 2012
  23. Aug 31, 2012
  24. Aug 30, 2012
  25. Jun 11, 2012
  26. May 07, 2012
  27. Apr 13, 2012
  28. Feb 17, 2012
  29. Feb 04, 2012
  30. Feb 03, 2012
  31. Jan 31, 2012
  32. Jan 27, 2012
  33. Jan 26, 2012
  34. Jan 21, 2012
  35. Jan 18, 2012
  36. Jan 17, 2012
    • Christophe Geuzaine's avatar
      · 72df80a4
      Christophe Geuzaine authored
      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
      
      72df80a4
Loading