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