aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpXEvolve.cpp
diff options
context:
space:
mode:
authorGravatar atmyers <atmyers2@gmail.com> 2017-01-22 11:23:29 -0800
committerGravatar atmyers <atmyers2@gmail.com> 2017-01-22 11:23:29 -0800
commit75691dcfa0eec0488567cdeb14d85113c2401586 (patch)
tree9eddd9f892b81c7c75c407b4264d18f7ac95eb92 /Source/WarpXEvolve.cpp
parentf717fec86e8dae31660890499ff4b1a518a5024b (diff)
downloadWarpX-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.cpp2
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);
}