aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/RelativeCellPosition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Utils/RelativeCellPosition.cpp')
-rw-r--r--Source/Utils/RelativeCellPosition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Utils/RelativeCellPosition.cpp b/Source/Utils/RelativeCellPosition.cpp
index 55e933af0..1a108b54b 100644
--- a/Source/Utils/RelativeCellPosition.cpp
+++ b/Source/Utils/RelativeCellPosition.cpp
@@ -19,7 +19,7 @@ utils::getRelativeCellPosition(amrex::MultiFab const& mf)
// amrex::CellIndex::CELL means: 0.5 from lower corner for that index/direction
// amrex::CellIndex::NODE means: at corner for that index/direction
- // WarpX::do_nodal means: all indices/directions on CellIndex::NODE
+ // WarpX::grid_type==GridType::Collocated means: all indices/directions on CellIndex::NODE
for (int d = 0; d < AMREX_SPACEDIM; d++)
{
if (idx_type.cellCentered(d))