Removed warning messages from cpu/D3Q7.cpp based on PGI compiler on Eos
This commit is contained in:
parent
52fb0d58ab
commit
64a2107cf5
@ -85,8 +85,7 @@ extern "C" void SwapD3Q7(char *ID, double *disteven, double *distodd, int Nx, in
|
||||
{
|
||||
int i,j,k,n,nn,N;
|
||||
// distributions
|
||||
double f1,f2,f3,f4,f5,f6,f7,f8,f9;
|
||||
double f10,f11,f12,f13,f14,f15,f16,f17,f18;
|
||||
double f1,f2,f3,f4,f5,f6;
|
||||
|
||||
N = Nx*Ny*Nz;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user