This commit is contained in:
Axel Kohlmeyer
2025-02-12 21:47:11 -05:00
parent 63d8915562
commit ea2eb930c5

View File

@ -26,6 +26,7 @@
namespace LAMMPS_NS {
class TextFileReader {
private:
std::string filetype;
bool closefp;
int bufsize;