diff options
Diffstat (limited to 'Source/WarpXEvolve.cpp')
-rw-r--r-- | Source/WarpXEvolve.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpXEvolve.cpp b/Source/WarpXEvolve.cpp index 76e5f52e6..98ff18983 100644 --- a/Source/WarpXEvolve.cpp +++ b/Source/WarpXEvolve.cpp @@ -396,6 +396,6 @@ WarpX::MoveWindow () } } - // Redistribure (note - this removes particles that are outside of the box) + // Redistribute (note - this removes particles that are outside of the box) mypc->Redistribute(false); } |