apply clang-format
This commit is contained in:
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user