updates to ScaLBL.h

This commit is contained in:
James E McClure 2015-06-16 17:36:26 -04:00
parent 3f687e650c
commit 2ca2203a3c

View File

@ -10,8 +10,7 @@ extern "C" void MRT(char *ID, double *f_even, double *f_odd, double rlxA, double
extern "C" void InitD3Q19(char *ID, double *f_even, double *f_odd, int Nx, int Ny, int Nz);
extern "C" void ComputeVelocityD3Q19(char *ID, double *disteven, double *distodd, double *vel,
int Nx, int Ny, int Nz);
extern "C" void ComputeVelocityD3Q19(char *ID, double *disteven, double *distodd, double *vel, int Nx, int Ny, int Nz);
extern "C" void ComputePressureD3Q19(char *ID, double *disteven, double *distodd, double *Pressure,
int Nx, int Ny, int Nz);