Skip to content
Snippets Groups Projects
  1. Sep 08, 2011
  2. Aug 11, 2011
    • Oliver Sander's avatar
      Add a mechanism for the transition from FieldVector::size as an enum member · 8d981b1f
      Oliver Sander authored
      to FieldVector::size() as a method.
      
      With this patch applied FieldVector::size remains an enum, hence all your
      code compiles as before.  However you get a compiler warning explaining
      the issue and suggesting to configure with --enable-fieldvector-size-is-method.
      If you do so, then FieldVector::size becomes a method, and you may have
      to go out and adjust your code.  The configure flag is transitional and
      will be removed after dune 2.2 is out.
      
      Remember that there is no smoother way to do the transition, as you can't
      have FieldVector::size to be both an enum value and a method at the same
      time.
      
      This fixes FlySpray issue 819.
      
      
      [[Imported from SVN: r6486]]
      8d981b1f
  3. Mar 07, 2011
  4. Mar 04, 2011
  5. Mar 03, 2011
  6. Mar 01, 2011
  7. Jan 13, 2011
  8. Nov 26, 2010
  9. Oct 13, 2010
  10. Oct 12, 2010
  11. Oct 11, 2010
  12. Oct 06, 2010
  13. Sep 08, 2010
  14. Aug 25, 2010
  15. Mar 12, 2010
  16. Feb 01, 2010
  17. Jan 25, 2010
  18. Oct 15, 2009
  19. Oct 13, 2009
  20. Sep 24, 2009
  21. May 10, 2009
    • Martin Nolte's avatar
      add copy constructor to FieldVector · 396f08d1
      Martin Nolte authored
      This seems to fix the warning about the use of an uninitialized variable
      when using FieldVector< T, 0 >.
      
      I thought Oli already implemented this, though.
      
      [[Imported from SVN: r5515]]
      396f08d1
  22. Nov 15, 2008
  23. Nov 13, 2008
Loading