From 2ca2203a3c89e99a4a82a5a2021b2234fa02bc70 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Tue, 16 Jun 2015 17:36:26 -0400 Subject: [PATCH] updates to ScaLBL.h --- cpu/ScaLBL.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpu/ScaLBL.h b/cpu/ScaLBL.h index f6b817fe..7befa7f2 100644 --- a/cpu/ScaLBL.h +++ b/cpu/ScaLBL.h @@ -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);