Removed warning messages from cpu/D3Q7.cpp based on PGI compiler on Eos

This commit is contained in:
James McClure 2014-08-09 13:30:22 -04:00
parent 52fb0d58ab
commit 64a2107cf5

View File

@ -85,8 +85,7 @@ extern "C" void SwapD3Q7(char *ID, double *disteven, double *distodd, int Nx, in
{ {
int i,j,k,n,nn,N; int i,j,k,n,nn,N;
// distributions // distributions
double f1,f2,f3,f4,f5,f6,f7,f8,f9; double f1,f2,f3,f4,f5,f6;
double f10,f11,f12,f13,f14,f15,f16,f17,f18;
N = Nx*Ny*Nz; N = Nx*Ny*Nz;