apply clang-format
This commit is contained in:
@ -145,9 +145,8 @@ class Domain : protected Pointers {
|
||||
int ownatom(int, double *, imageint *, int);
|
||||
|
||||
void define_general_triclinic(double *, double *, double *, double *);
|
||||
void general_to_restricted_rotation(double *, double *, double *,
|
||||
double [3][3],
|
||||
double *, double *, double *);
|
||||
void general_to_restricted_rotation(double *, double *, double *, double[3][3], double *,
|
||||
double *, double *);
|
||||
void general_to_restricted_coords(double *);
|
||||
void restricted_to_general_coords(double *);
|
||||
void restricted_to_general_coords(double *, double *);
|
||||
|
||||
@ -61,10 +61,10 @@ class FixIndent : public Fix {
|
||||
// methods for conical indenter
|
||||
|
||||
bool PointInsideCone(int, double *, double, double, double, double, double *);
|
||||
void DistanceExteriorPoint(int, double *, double, double, double, double,
|
||||
double &, double &, double &);
|
||||
void DistanceInteriorPoint(int, double *, double, double, double, double,
|
||||
double &, double &, double &);
|
||||
void DistanceExteriorPoint(int, double *, double, double, double, double, double &, double &,
|
||||
double &);
|
||||
void DistanceInteriorPoint(int, double *, double, double, double, double, double &, double &,
|
||||
double &);
|
||||
void point_on_line_segment(double *, double *, double *, double *);
|
||||
double closest(double *, double *, double *, double);
|
||||
};
|
||||
|
||||
@ -44,7 +44,6 @@ class RegPlane : public Region {
|
||||
char *xstr, *ystr, *zstr;
|
||||
|
||||
void variable_check();
|
||||
|
||||
};
|
||||
|
||||
} // namespace LAMMPS_NS
|
||||
|
||||
@ -409,7 +409,8 @@ This functions adds the following case to :cpp:func:`utils::bounds() <LAMMPS_NS:
|
||||
*
|
||||
* This function has the same arguments as expand_type() but returns an integer value */
|
||||
|
||||
int expand_type_int(const char *file, int line, const std::string &str, int mode, LAMMPS *lmp, bool verify = false);
|
||||
int expand_type_int(const char *file, int line, const std::string &str, int mode, LAMMPS *lmp,
|
||||
bool verify = false);
|
||||
|
||||
/*! Check grid reference for valid Compute or Fix which produces per-grid data
|
||||
*
|
||||
|
||||
@ -144,8 +144,8 @@ class Variable : protected Pointers {
|
||||
int math_function(char *, char *, Tree **, Tree **, int &, double *, int &, int);
|
||||
int group_function(char *, char *, Tree **, Tree **, int &, double *, int &, int);
|
||||
Region *region_function(char *, int);
|
||||
int special_function(const std::string &, char *, Tree **, Tree **, int &, double *, int &,
|
||||
int, char *, int &, char *&);
|
||||
int special_function(const std::string &, char *, Tree **, Tree **, int &, double *, int &, int,
|
||||
char *, int &, char *&);
|
||||
int feature_function(char *, char *, Tree **, Tree **, int &, double *, int &, int);
|
||||
void peratom2global(int, char *, double *, int, tagint, Tree **, Tree **, int &, double *, int &);
|
||||
void custom2global(int *, double *, int, tagint, Tree **, Tree **, int &, double *, int &);
|
||||
|
||||
Reference in New Issue
Block a user