silence more compiler warnings
This commit is contained in:
@ -308,7 +308,7 @@ void ComputeOrientOrderAtom::compute_peratom()
|
||||
// if not nnn neighbors, order parameter = 0;
|
||||
|
||||
if ((ncount == 0) || (ncount < nnn)) {
|
||||
for (int jj = 0; jj < ncol; jj++)
|
||||
for (jj = 0; jj < ncol; jj++)
|
||||
qn[jj] = 0.0;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user