Skip to content
Snippets Groups Projects
  1. Feb 21, 2019
  2. Apr 27, 2018
  3. Mar 21, 2018
  4. Oct 26, 2017
  5. Oct 04, 2017
  6. Jul 21, 2017
  7. Aug 31, 2016
  8. 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
  9. Oct 30, 2015
  10. Sep 03, 2015
  11. Aug 29, 2015
  12. Aug 22, 2015
  13. Aug 21, 2015
  14. Jan 30, 2014
  15. Jun 06, 2012
  16. Dec 01, 2011
  17. Jan 30, 2007
  18. Sep 27, 2006
Loading