apply clang-format

This commit is contained in:
Axel Kohlmeyer
2023-06-25 05:47:21 -04:00
parent fab01c7d5f
commit bfa39a37ff
2 changed files with 33 additions and 33 deletions

View File

@ -23,8 +23,8 @@ class Grid3d : protected Pointers {
enum { KSPACE = 0, PAIR = 1, FIX = 2 }; // calling classes enum { KSPACE = 0, PAIR = 1, FIX = 2 }; // calling classes
Grid3d(class LAMMPS *, MPI_Comm, int, int, int); Grid3d(class LAMMPS *, MPI_Comm, int, int, int);
Grid3d(class LAMMPS *, MPI_Comm, int, int, int, Grid3d(class LAMMPS *, MPI_Comm, int, int, int, int, int, int, int, int, int, int, int, int, int,
int, int, int, int, int, int, int, int, int, int, int, int); int, int);
~Grid3d(); ~Grid3d();
void set_distance(double); void set_distance(double);
@ -41,8 +41,8 @@ class Grid3d : protected Pointers {
void get_bounds_owned(int &, int &, int &, int &, int &, int &); void get_bounds_owned(int &, int &, int &, int &, int &, int &);
void get_bounds_ghost(int &, int &, int &, int &, int &, int &); void get_bounds_ghost(int &, int &, int &, int &, int &, int &);
void setup_grid(int &, int &, int &, int &, int &, int &, void setup_grid(int &, int &, int &, int &, int &, int &, int &, int &, int &, int &, int &,
int &, int &, int &, int &, int &, int &); int &);
void setup_comm(int &, int &); void setup_comm(int &, int &);
int ghost_adjacent(); int ghost_adjacent();