Updated D3Q19 UnpackDist() routine so that values are not unpacked into the solid
This commit is contained in:
@@ -53,7 +53,7 @@ __global__ void dvc_UnpackDist(int q, int Cqx, int Cqy, int Cqz, int *list, int
|
||||
// idx = count;
|
||||
// }
|
||||
// list[idx] = nn;
|
||||
dist[q*N+nn] = recvbuf[start+idx];
|
||||
if (dist(q*N+nn) > 0.0) dist[q*N+nn] = recvbuf[start+idx];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user