Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
    • Théotime Grohens's avatar
      Add asserts to Fuzzy::add_point() · 7dc94eec
      Théotime Grohens authored
      This commit adds asserts to ensure that the preconditions on
      the points_ list are met when calling the function, namely:
      - the list has at least two elements
      - the first and last element are at abscissas X_MIN and X_MAX
      
      Moreover, this commit moves the (p != points_.begin()) check
      out of the if clause, and into an assert as well.
      
      This ensures that if a bug happens here again, we will catch
      it instead of sweeping it under the rug.
      7dc94eec
  2. Jan 23, 2020
  3. Oct 16, 2019
  4. Oct 04, 2019
  5. Jun 20, 2019
  6. Aug 18, 2017
  7. Sep 01, 2016
  8. Aug 30, 2016
  9. Nov 25, 2015
  10. Oct 30, 2015
  11. Oct 27, 2015
    • Vincent Liard's avatar
      uniformize headers · c4cac25a
      Vincent Liard authored
      Took aevol_run.cpp's header as reference header and set it for all Aevol source files.
      c4cac25a
  12. Oct 22, 2015
  13. Aug 06, 2015
  14. Aug 04, 2015
  15. Jul 31, 2015
  16. Jul 28, 2015
  17. Jul 17, 2015
  18. Jun 17, 2015
  19. May 27, 2015
  20. Apr 17, 2015
  21. Feb 12, 2015
  22. Feb 11, 2015
  23. Feb 10, 2015
  24. Feb 03, 2015
Loading