diff options
author | 2017-01-22 11:23:29 -0800 | |
---|---|---|
committer | 2017-01-22 11:23:29 -0800 | |
commit | 75691dcfa0eec0488567cdeb14d85113c2401586 (patch) | |
tree | 9eddd9f892b81c7c75c407b4264d18f7ac95eb92 /Source/WarpXEvolve.cpp | |
parent | f717fec86e8dae31660890499ff4b1a518a5024b (diff) | |
download | WarpX-75691dcfa0eec0488567cdeb14d85113c2401586.tar.gz WarpX-75691dcfa0eec0488567cdeb14d85113c2401586.tar.zst WarpX-75691dcfa0eec0488567cdeb14d85113c2401586.zip |
Fix typo in comment.
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); } |