Skip to content
Snippets Groups Projects
  1. Jul 25, 2018
  2. Jun 01, 2018
  3. May 11, 2018
  4. Apr 27, 2018
  5. Nov 06, 2017
  6. Jan 09, 2017
  7. Sep 23, 2016
  8. Sep 16, 2016
  9. Aug 31, 2016
  10. Aug 24, 2016
    • Richard Berger's avatar
      Implemented optional C++ exceptions in Error class · e5c37bc7
      Richard Berger authored
      These can be activated using the -DLAMMPS_EXCEPTIONS compiler flag.
      It has no effect for regular execution. However, while using
      it as a library, any issued command will capture the exception
      and save its error message. This can be queried using the
      lammps_has_error() and lammps_get_last_error_message() methods.
      
      The Python wrapper checks these in order to rethrow these errors
      as Python exceptions. See issue #146.
      
      (cherry picked from commit 6c154bb0b67a13d38968bc42d31013b97f87db75)
      e5c37bc7
  11. Oct 30, 2015
  12. Sep 11, 2015
  13. Jul 23, 2013
  14. Jun 06, 2012
  15. May 30, 2012
  16. Jan 28, 2012
  17. Jan 03, 2012
  18. Dec 16, 2011
  19. Dec 13, 2011
  20. Dec 08, 2011
  21. Sep 23, 2011
  22. Aug 18, 2011
  23. Feb 04, 2011
  24. Sep 09, 2010
  25. Oct 03, 2007
  26. Jan 30, 2007
  27. Sep 27, 2006
Loading