Added the boxinfo argument

This commit is contained in:
Aidan Thompson
2019-07-08 17:25:23 -06:00
parent 65e281d661
commit 74414afdea
6 changed files with 42 additions and 40 deletions

View File

@ -117,7 +117,7 @@ void ReaderXYZ::skip()
only called by proc 0
------------------------------------------------------------------------- */
bigint ReaderXYZ::read_header(double /*box*/[3][3], int &triclinic,
bigint ReaderXYZ::read_header(double /*box*/[3][3], int &boxinfo, int &/*triclinic*/,
int fieldinfo, int nfield,
int *fieldtype, char **/*fieldlabel*/,
int scaleflag, int wrapflag, int &fieldflag,
@ -128,7 +128,7 @@ bigint ReaderXYZ::read_header(double /*box*/[3][3], int &triclinic,
// signal that we have no box info at all
triclinic = -1;
boxinfo = 0;
// if no field info requested, just return