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