diff --git a/tests/TestColorSquareTube.cpp b/tests/TestColorSquareTube.cpp index 4150eba0..39d16e59 100644 --- a/tests/TestColorSquareTube.cpp +++ b/tests/TestColorSquareTube.cpp @@ -322,9 +322,6 @@ int main(int argc, char **argv) if (rank==0) printf ("Initializing distributions \n"); // Initialize the phase field and variables ScaLBL_PhaseField_Init(dvcMap, Phi, Den, Aq, Bq, 0, ScaLBL_Comm.last_interior, Np); - - if (rank==0) printf ("Initializing phase field \n"); - ScaLBL_PhaseField_Init(dvcMap, Phi, Den, Aq, Bq, Np); if (Dm.kproc==0){ ScaLBL_SetSlice_z(Phi,1.0,Nx,Ny,Nz,0); ScaLBL_SetSlice_z(Phi,1.0,Nx,Ny,Nz,1);