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