Update src/reader_native.cpp
Co-authored-by: Richard Berger <richard.berger@temple.edu>
This commit is contained in:
@ -38,6 +38,8 @@ ReaderNative::ReaderNative(LAMMPS *lmp) : Reader(lmp)
|
|||||||
fieldindex = nullptr;
|
fieldindex = nullptr;
|
||||||
maxbuf = 0;
|
maxbuf = 0;
|
||||||
databuf = nullptr;
|
databuf = nullptr;
|
||||||
|
magic_string = nullptr;
|
||||||
|
unit_style = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user