small updates for docs and comments

This commit is contained in:
Axel Kohlmeyer
2021-12-12 18:11:33 -05:00
parent 7db29112d8
commit 94d5c75fdf
2 changed files with 3 additions and 4 deletions

View File

@ -31,7 +31,7 @@ Reader::Reader(LAMMPS *lmp) : Pointers(lmp)
/* ----------------------------------------------------------------------
try to open given file
generic version for ASCII files that may be compressed or native binary dumps
generic version for ASCII files with optional compression or for native binary dumps
------------------------------------------------------------------------- */
void Reader::open_file(const std::string &file)