diff --git a/src/grid2d.h b/src/grid2d.h index bb1bfb25e1..fd6b5efd1e 100644 --- a/src/grid2d.h +++ b/src/grid2d.h @@ -67,7 +67,7 @@ protected: int stencil_grid_lo,stencil_grid_hi; // grid cells accessed beyond owned cell double shift_grid; // location of grid point within grid cell // only affects which proc owns grid cell - double shift_atom_lo,shift_atom_hi;; // max shift applied to atoms + double shift_atom_lo,shift_atom_hi; // max shift applied to atoms // when mapped to grid cell by caller // can be different in lo/hi directions // only affects extent of ghost cells diff --git a/src/grid3d.h b/src/grid3d.h index 97fcf5992a..c15d5ac7f2 100644 --- a/src/grid3d.h +++ b/src/grid3d.h @@ -69,7 +69,7 @@ class Grid3d : protected Pointers { int stencil_grid_lo,stencil_grid_hi; // grid cells accessed beyond owned cell double shift_grid; // location of grid point within grid cell // only affects which proc owns grid cell - double shift_atom_lo,shift_atom_hi;; // max shift applied to atoms + double shift_atom_lo,shift_atom_hi; // max shift applied to atoms // when mapped to grid cell by caller // can be different in lo/hi directions // only affects extent of ghost cells