fix swc stuff try 2

This commit is contained in:
James McClure
2022-08-27 16:06:30 -04:00
parent fc4af2d712
commit 9229de2875
2 changed files with 8 additions and 16 deletions

View File

@@ -133,7 +133,7 @@ int main(int argc, char **argv)
IonModel.RunMembrane(IonModel.FluidVelocityDummy,PoissonSolver.ElectricField,PoissonSolver.Psi); //solve for ion transport with membrane
//comm.barrier();
if (rank == 0) printf(" Membrane step %i \n",timestep);
//if (rank == 0) printf(" Membrane step %i \n",timestep);
fflush(stdout);