Skip to content
Snippets Groups Projects
  1. Apr 17, 2023
  2. Mar 27, 2023
  3. Mar 22, 2023
  4. Mar 16, 2023
  5. Mar 15, 2023
  6. Mar 12, 2023
  7. Mar 11, 2023
  8. Mar 10, 2023
  9. Feb 08, 2023
  10. Jan 31, 2023
  11. Jan 07, 2023
  12. Dec 28, 2022
  13. Dec 21, 2022
  14. Oct 12, 2022
  15. Oct 11, 2022
  16. Oct 10, 2022
  17. Oct 05, 2022
  18. Aug 30, 2022
  19. Aug 22, 2022
  20. Aug 19, 2022
  21. Aug 11, 2022
    • Ansgar Burchardt's avatar
      fix build failure without IPopt · e776e187
      Ansgar Burchardt authored
      Verified
      e776e187
    • Ansgar Burchardt's avatar
      fix build failure with GCC 12 · 57737833
      Ansgar Burchardt authored
      This fixed the following error when building with GCC 12.1.0-8 (Debian):
      
      ```
      /src/dune-gfe/dune/gfe/rotation.hh:225:42: error: invalid declarator before 'axis'
        225 |     Rotation<T,3>(Dune::FieldVector<T,3> axis, T angle)
            |                                          ^~~~
      /src/dune-gfe/dune/gfe/rotation.hh:225:41: error: expected ')' before 'axis'
        225 |     Rotation<T,3>(Dune::FieldVector<T,3> axis, T angle)
            |                  ~                      ^~~~~
            |                                         )
      ```
      Verified
      57737833
  22. Jul 12, 2022
Loading