Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/ScaLBL.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ extern "C" void ScaLBL_D3Q19_AAodd_MRT(int *neighborList, double *dist,
* @param Np - size of local sub-domain (derived from Domain structure)
*/
extern "C" void ScaLBL_D3Q19_AAeven_Color(
int *Map, double *dist, double *Aq, double *Bq, double *Den, double *Phi,
int *Map, double *dist, double *Aq, double *Bq, double *Den, double *Phi, unsigned int *NeighborSolid,
double *Vel, double rhoA, double rhoB, double tauA, double tauB,
double alpha, double beta, double Fx, double Fy, double Fz, int strideY,
int strideZ, int start, int finish, int Np);
Expand Down Expand Up @@ -660,7 +660,7 @@ extern "C" void ScaLBL_D3Q19_AAeven_Color(
*/
extern "C" void ScaLBL_D3Q19_AAodd_Color(
int *NeighborList, int *Map, double *dist, double *Aq, double *Bq,
double *Den, double *Phi, double *Vel, double rhoA, double rhoB,
double *Den, double *Phi, unsigned int *NeighborSolid, double *Vel, double rhoA, double rhoB,
double tauA, double tauB, double alpha, double beta, double Fx, double Fy,
double Fz, int strideY, int strideZ, int start, int finish, int Np);

Expand Down
Loading
Loading