Commit 72b0841b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge branch 'doc-updates' of github.com:akohlmey/lammps into doc-updates

parents 1f38e1a7 bfc478c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -89,7 +89,8 @@ LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator)

  suffix = suffix2 = NULL;
  suffix_enable = 0;
  exename = arg[0];
  if (arg) exename = arg[0];
  else exename = NULL;
  packargs = NULL;
  num_package = 0;
  char *rfile = NULL;