whitespace
This commit is contained in:
@ -486,10 +486,9 @@ void ReaderNative::read_atoms(int n, int nfield, double **fields)
|
|||||||
|
|
||||||
iatom_chunk++;
|
iatom_chunk++;
|
||||||
|
|
||||||
// hit the end of current chunk
|
// hit the end of current chunk
|
||||||
if (iatom_chunk == natom_chunk)
|
if (iatom_chunk == natom_chunk) {
|
||||||
{
|
iatom_chunk = 0;
|
||||||
iatom_chunk = 0;
|
|
||||||
ichunk++;
|
ichunk++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user