Remove extra semicolons

This commit is contained in:
Richard Berger
2023-06-24 20:26:08 -06:00
parent a38e0fb47b
commit fab01c7d5f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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