update comment

This commit is contained in:
Axel Kohlmeyer
2024-08-12 23:52:41 -04:00
parent 4ee6910d98
commit 17ea8d6381

View File

@ -438,7 +438,7 @@ LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator) :
restartfile = arg[iarg+1];
inflag = -1; // skip inflag check
iarg += 2;
// delimit args for the write_data command
// delimit args for the info command
wfirst = iarg;
while (iarg < narg && arg[iarg][0] != '-') iarg++;
wlast = iarg;