Skip to content
Snippets Groups Projects
  1. Jan 20, 2012
  2. Jan 19, 2012
  3. Jan 18, 2012
  4. 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
    • Emilie Marchandise's avatar
      repaired gLevelset DistGeom · d10fac45
      Emilie Marchandise authored
      d10fac45
    • Emilie Marchandise's avatar
      oups · a681ee80
      Emilie Marchandise authored
      a681ee80
    • Emilie Marchandise's avatar
      No commit message · b00349f4
      Emilie Marchandise authored
      No commit message
      b00349f4
    • Emilie Marchandise's avatar
      fixed bug in dist geom levelset · 67d771be
      Emilie Marchandise authored
      67d771be
  5. Jan 16, 2012
  6. Jan 15, 2012
  7. Jan 14, 2012
Loading