Skip to content
Snippets Groups Projects
  1. Sep 16, 2016
  2. Jul 29, 2016
    • Giovanni Bussi's avatar
      Fixed include order · 836d4ade
      Giovanni Bussi authored
      Given header file.h, it is good practice to have a file file.cpp
      that includes it as first header.
      
      I just fix the order of includes here. There are still several
      headers which do not have a corresponding cpp file, and also
      a few that are not included anywhere (which is obviosuly an error).
      
      I will fix them in a later commit.
      836d4ade
  3. May 02, 2016
  4. Apr 26, 2016
  5. Mar 02, 2016
    • Giovanni Bussi's avatar
      cppheck · 417f97b8
      Giovanni Bussi authored
      I cleaned up some of the (innocuous) warnings
      417f97b8
  6. Feb 29, 2016
  7. Jan 26, 2016
  8. Jan 22, 2016
    • Gareth Tribello's avatar
      Fixes for willard chandler surfaces · ccf192f2
      Gareth Tribello authored
      The original implementation I did of this was numerically unstable because
      a minimisation rather than a root finding algorithm was being used.  In this
      new implementation I have also changed it so that you can specify an upper
      and lower bound in your search for a surface
      ccf192f2
  9. Jan 08, 2016
  10. Dec 14, 2015
  11. Dec 06, 2015
  12. May 26, 2015
  13. May 21, 2015
  14. Apr 09, 2015
  15. Mar 18, 2015
  16. Sep 24, 2014
  17. Aug 27, 2014
  18. Jul 18, 2014
  19. Jun 25, 2014
  20. Jun 10, 2014
  21. May 20, 2014
  22. Oct 30, 2013
    • Giovanni Bussi's avatar
      Fix · f9fb696e
      Giovanni Bussi authored
      The fix to #39 was incorrect since adding an int to a string
      does not print it.
      
      I also removed the redundant check that index is positive (it is unsigned)
      f9fb696e
  23. Oct 25, 2013
  24. Oct 09, 2013
  25. Aug 08, 2013
  26. Aug 04, 2013
  27. Jul 23, 2013
  28. Apr 17, 2013
  29. Mar 13, 2013
  30. Jan 25, 2013
Loading