Update src/reader_native.cpp

Co-authored-by: Richard Berger <richard.berger@temple.edu>
This commit is contained in:
Lixin Sun
2021-12-13 12:22:39 -08:00
committed by GitHub
parent 94d5c75fdf
commit bb6d581ef8

View File

@ -38,6 +38,8 @@ ReaderNative::ReaderNative(LAMMPS *lmp) : Reader(lmp)
fieldindex = nullptr;
maxbuf = 0;
databuf = nullptr;
magic_string = nullptr;
unit_style = nullptr;
}
/* ---------------------------------------------------------------------- */