You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an error occurs in the lammps library (e.g. using lammps.py etc), the process immediately exists (without an exception). The current Lammps library (written in c++) just prints out an error message and returns a non-zero exit status (i.e. exit(1) ) when an internal error occurs.
If an error occurs in the lammps library (e.g. using lammps.py etc), the process immediately exists (without an exception). The current Lammps library (written in c++) just prints out an error message and returns a non-zero exit status (i.e. exit(1) ) when an internal error occurs.