added cell simulator

This commit is contained in:
James McClure
2022-02-24 21:43:18 -05:00
parent 896e6ee27b
commit dd9da41d4b
2 changed files with 1 additions and 2 deletions

View File

@@ -89,7 +89,6 @@ int main(int argc, char **argv)
PoissonSolver.Create();
PoissonSolver.Initialize(Study.time_conv_max);
int timestep=0;
while (timestep < Study.timestepMax){