diff --git a/src/ASPHERE/compute_erotate_asphere.h b/src/ASPHERE/compute_erotate_asphere.h index 016b11b1cb..998c1d43c7 100644 --- a/src/ASPHERE/compute_erotate_asphere.h +++ b/src/ASPHERE/compute_erotate_asphere.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(erotate/asphere,ComputeERotateAsphere) +ComputeStyle(erotate/asphere,ComputeERotateAsphere); // clang-format on #else diff --git a/src/ASPHERE/compute_temp_asphere.h b/src/ASPHERE/compute_temp_asphere.h index f2277483d7..3365cf9562 100644 --- a/src/ASPHERE/compute_temp_asphere.h +++ b/src/ASPHERE/compute_temp_asphere.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/asphere,ComputeTempAsphere) +ComputeStyle(temp/asphere,ComputeTempAsphere); // clang-format on #else diff --git a/src/ASPHERE/fix_nph_asphere.h b/src/ASPHERE/fix_nph_asphere.h index c6796da3a4..5591181cf1 100644 --- a/src/ASPHERE/fix_nph_asphere.h +++ b/src/ASPHERE/fix_nph_asphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph/asphere,FixNPHAsphere) +FixStyle(nph/asphere,FixNPHAsphere); // clang-format on #else diff --git a/src/ASPHERE/fix_npt_asphere.h b/src/ASPHERE/fix_npt_asphere.h index 0d05602c5c..ea1cecd3c5 100644 --- a/src/ASPHERE/fix_npt_asphere.h +++ b/src/ASPHERE/fix_npt_asphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/asphere,FixNPTAsphere) +FixStyle(npt/asphere,FixNPTAsphere); // clang-format on #else diff --git a/src/ASPHERE/fix_nve_asphere.h b/src/ASPHERE/fix_nve_asphere.h index 073ad9c154..1b53f61999 100644 --- a/src/ASPHERE/fix_nve_asphere.h +++ b/src/ASPHERE/fix_nve_asphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/asphere,FixNVEAsphere) +FixStyle(nve/asphere,FixNVEAsphere); // clang-format on #else diff --git a/src/ASPHERE/fix_nve_asphere_noforce.h b/src/ASPHERE/fix_nve_asphere_noforce.h index 2183e8701d..3d65740725 100644 --- a/src/ASPHERE/fix_nve_asphere_noforce.h +++ b/src/ASPHERE/fix_nve_asphere_noforce.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/asphere/noforce,FixNVEAsphereNoforce) +FixStyle(nve/asphere/noforce,FixNVEAsphereNoforce); // clang-format on #else diff --git a/src/ASPHERE/fix_nve_line.h b/src/ASPHERE/fix_nve_line.h index 35ab56c350..215d91947b 100644 --- a/src/ASPHERE/fix_nve_line.h +++ b/src/ASPHERE/fix_nve_line.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/line,FixNVELine) +FixStyle(nve/line,FixNVELine); // clang-format on #else diff --git a/src/ASPHERE/fix_nve_tri.h b/src/ASPHERE/fix_nve_tri.h index f62d7cc827..24e7243029 100644 --- a/src/ASPHERE/fix_nve_tri.h +++ b/src/ASPHERE/fix_nve_tri.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/tri,FixNVETri) +FixStyle(nve/tri,FixNVETri); // clang-format on #else diff --git a/src/ASPHERE/fix_nvt_asphere.h b/src/ASPHERE/fix_nvt_asphere.h index d04fea9902..4f315932a2 100644 --- a/src/ASPHERE/fix_nvt_asphere.h +++ b/src/ASPHERE/fix_nvt_asphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/asphere,FixNVTAsphere) +FixStyle(nvt/asphere,FixNVTAsphere); // clang-format on #else diff --git a/src/ASPHERE/pair_gayberne.h b/src/ASPHERE/pair_gayberne.h index c8e68ac8ec..00329d38f1 100644 --- a/src/ASPHERE/pair_gayberne.h +++ b/src/ASPHERE/pair_gayberne.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gayberne,PairGayBerne) +PairStyle(gayberne,PairGayBerne); // clang-format on #else diff --git a/src/ASPHERE/pair_line_lj.h b/src/ASPHERE/pair_line_lj.h index 4e488fb76f..1e22a95434 100644 --- a/src/ASPHERE/pair_line_lj.h +++ b/src/ASPHERE/pair_line_lj.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(line/lj,PairLineLJ) +PairStyle(line/lj,PairLineLJ); // clang-format on #else diff --git a/src/ASPHERE/pair_resquared.h b/src/ASPHERE/pair_resquared.h index c2fbbec3c9..f0c0319628 100644 --- a/src/ASPHERE/pair_resquared.h +++ b/src/ASPHERE/pair_resquared.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(resquared,PairRESquared) +PairStyle(resquared,PairRESquared); // clang-format on #else diff --git a/src/ASPHERE/pair_tri_lj.h b/src/ASPHERE/pair_tri_lj.h index 0684b86aab..1246ae6b18 100644 --- a/src/ASPHERE/pair_tri_lj.h +++ b/src/ASPHERE/pair_tri_lj.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tri/lj,PairTriLJ) +PairStyle(tri/lj,PairTriLJ); // clang-format on #else diff --git a/src/BODY/body_nparticle.h b/src/BODY/body_nparticle.h index c8cf53c5d2..822b920c74 100644 --- a/src/BODY/body_nparticle.h +++ b/src/BODY/body_nparticle.h @@ -13,7 +13,7 @@ #ifdef BODY_CLASS // clang-format off -BodyStyle(nparticle,BodyNparticle) +BodyStyle(nparticle,BodyNparticle); // clang-format on #else diff --git a/src/BODY/body_rounded_polygon.h b/src/BODY/body_rounded_polygon.h index bb042e3809..d10135f641 100644 --- a/src/BODY/body_rounded_polygon.h +++ b/src/BODY/body_rounded_polygon.h @@ -13,7 +13,7 @@ #ifdef BODY_CLASS // clang-format off -BodyStyle(rounded/polygon,BodyRoundedPolygon) +BodyStyle(rounded/polygon,BodyRoundedPolygon); // clang-format on #else diff --git a/src/BODY/body_rounded_polyhedron.h b/src/BODY/body_rounded_polyhedron.h index 429fe3b6c9..f2c5a770fb 100644 --- a/src/BODY/body_rounded_polyhedron.h +++ b/src/BODY/body_rounded_polyhedron.h @@ -13,7 +13,7 @@ #ifdef BODY_CLASS // clang-format off -BodyStyle(rounded/polyhedron,BodyRoundedPolyhedron) +BodyStyle(rounded/polyhedron,BodyRoundedPolyhedron); // clang-format on #else diff --git a/src/BODY/compute_body_local.h b/src/BODY/compute_body_local.h index 01beea44f1..72dddb4b80 100644 --- a/src/BODY/compute_body_local.h +++ b/src/BODY/compute_body_local.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(body/local,ComputeBodyLocal) +ComputeStyle(body/local,ComputeBodyLocal); // clang-format on #else diff --git a/src/BODY/compute_temp_body.h b/src/BODY/compute_temp_body.h index c7201e1f7b..0847eb33f5 100644 --- a/src/BODY/compute_temp_body.h +++ b/src/BODY/compute_temp_body.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/body,ComputeTempBody) +ComputeStyle(temp/body,ComputeTempBody); // clang-format on #else diff --git a/src/BODY/fix_nph_body.h b/src/BODY/fix_nph_body.h index be3ce8f23d..ead72561e9 100644 --- a/src/BODY/fix_nph_body.h +++ b/src/BODY/fix_nph_body.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph/body,FixNPHBody) +FixStyle(nph/body,FixNPHBody); // clang-format on #else diff --git a/src/BODY/fix_npt_body.h b/src/BODY/fix_npt_body.h index f0a96a8784..665362b291 100644 --- a/src/BODY/fix_npt_body.h +++ b/src/BODY/fix_npt_body.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/body,FixNPTBody) +FixStyle(npt/body,FixNPTBody); // clang-format on #else diff --git a/src/BODY/fix_nve_body.h b/src/BODY/fix_nve_body.h index 2e0aca2c63..b28f2cd399 100644 --- a/src/BODY/fix_nve_body.h +++ b/src/BODY/fix_nve_body.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/body,FixNVEBody) +FixStyle(nve/body,FixNVEBody); // clang-format on #else diff --git a/src/BODY/fix_nvt_body.h b/src/BODY/fix_nvt_body.h index 7f457ce773..ab45cf8fad 100644 --- a/src/BODY/fix_nvt_body.h +++ b/src/BODY/fix_nvt_body.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/body,FixNVTBody) +FixStyle(nvt/body,FixNVTBody); // clang-format on #else diff --git a/src/BODY/fix_wall_body_polygon.h b/src/BODY/fix_wall_body_polygon.h index dc66065ee6..0cb3e05e21 100644 --- a/src/BODY/fix_wall_body_polygon.h +++ b/src/BODY/fix_wall_body_polygon.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/body/polygon,FixWallBodyPolygon) +FixStyle(wall/body/polygon,FixWallBodyPolygon); // clang-format on #else diff --git a/src/BODY/fix_wall_body_polyhedron.h b/src/BODY/fix_wall_body_polyhedron.h index 5621c639e1..193f333511 100644 --- a/src/BODY/fix_wall_body_polyhedron.h +++ b/src/BODY/fix_wall_body_polyhedron.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/body/polyhedron,FixWallBodyPolyhedron) +FixStyle(wall/body/polyhedron,FixWallBodyPolyhedron); // clang-format on #else diff --git a/src/BODY/pair_body_nparticle.h b/src/BODY/pair_body_nparticle.h index 9040bd6077..b228553ab7 100644 --- a/src/BODY/pair_body_nparticle.h +++ b/src/BODY/pair_body_nparticle.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(body/nparticle,PairBodyNparticle) +PairStyle(body/nparticle,PairBodyNparticle); // clang-format on #else diff --git a/src/BODY/pair_body_rounded_polygon.h b/src/BODY/pair_body_rounded_polygon.h index 9afc8225ab..8bda39982b 100644 --- a/src/BODY/pair_body_rounded_polygon.h +++ b/src/BODY/pair_body_rounded_polygon.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(body/rounded/polygon,PairBodyRoundedPolygon) +PairStyle(body/rounded/polygon,PairBodyRoundedPolygon); // clang-format on #else diff --git a/src/BODY/pair_body_rounded_polyhedron.h b/src/BODY/pair_body_rounded_polyhedron.h index dd0297db43..58a3c5e7f9 100644 --- a/src/BODY/pair_body_rounded_polyhedron.h +++ b/src/BODY/pair_body_rounded_polyhedron.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(body/rounded/polyhedron,PairBodyRoundedPolyhedron) +PairStyle(body/rounded/polyhedron,PairBodyRoundedPolyhedron); // clang-format on #else diff --git a/src/CLASS2/angle_class2.h b/src/CLASS2/angle_class2.h index b3c3851000..94f997f32d 100644 --- a/src/CLASS2/angle_class2.h +++ b/src/CLASS2/angle_class2.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(class2,AngleClass2) +AngleStyle(class2,AngleClass2); // clang-format on #else diff --git a/src/CLASS2/bond_class2.h b/src/CLASS2/bond_class2.h index 35ded59f2a..a39d2adcf7 100644 --- a/src/CLASS2/bond_class2.h +++ b/src/CLASS2/bond_class2.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(class2,BondClass2) +BondStyle(class2,BondClass2); // clang-format on #else diff --git a/src/CLASS2/dihedral_class2.h b/src/CLASS2/dihedral_class2.h index 58b34a65a3..edfe37b4b9 100644 --- a/src/CLASS2/dihedral_class2.h +++ b/src/CLASS2/dihedral_class2.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(class2,DihedralClass2) +DihedralStyle(class2,DihedralClass2); // clang-format on #else diff --git a/src/CLASS2/improper_class2.h b/src/CLASS2/improper_class2.h index 94dd9f525a..30242e6b16 100644 --- a/src/CLASS2/improper_class2.h +++ b/src/CLASS2/improper_class2.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(class2,ImproperClass2) +ImproperStyle(class2,ImproperClass2); // clang-format on #else diff --git a/src/CLASS2/pair_lj_class2.h b/src/CLASS2/pair_lj_class2.h index af224638f0..585a82e17d 100644 --- a/src/CLASS2/pair_lj_class2.h +++ b/src/CLASS2/pair_lj_class2.h @@ -11,7 +11,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2,PairLJClass2) +PairStyle(lj/class2,PairLJClass2); // clang-format on #else diff --git a/src/CLASS2/pair_lj_class2_coul_cut.h b/src/CLASS2/pair_lj_class2_coul_cut.h index 7badf39cd6..06452260f0 100644 --- a/src/CLASS2/pair_lj_class2_coul_cut.h +++ b/src/CLASS2/pair_lj_class2_coul_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/cut,PairLJClass2CoulCut) +PairStyle(lj/class2/coul/cut,PairLJClass2CoulCut); // clang-format on #else diff --git a/src/CLASS2/pair_lj_class2_coul_long.h b/src/CLASS2/pair_lj_class2_coul_long.h index 1f9da21e58..30291ce7a4 100644 --- a/src/CLASS2/pair_lj_class2_coul_long.h +++ b/src/CLASS2/pair_lj_class2_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/long,PairLJClass2CoulLong) +PairStyle(lj/class2/coul/long,PairLJClass2CoulLong); // clang-format on #else diff --git a/src/COLLOID/fix_wall_colloid.h b/src/COLLOID/fix_wall_colloid.h index de8362ba0b..b35b96995e 100644 --- a/src/COLLOID/fix_wall_colloid.h +++ b/src/COLLOID/fix_wall_colloid.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/colloid,FixWallColloid) +FixStyle(wall/colloid,FixWallColloid); // clang-format on #else diff --git a/src/COLLOID/pair_brownian.h b/src/COLLOID/pair_brownian.h index 95b2b3a3c8..eb08ce5412 100644 --- a/src/COLLOID/pair_brownian.h +++ b/src/COLLOID/pair_brownian.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(brownian,PairBrownian) +PairStyle(brownian,PairBrownian); // clang-format on #else diff --git a/src/COLLOID/pair_brownian_poly.h b/src/COLLOID/pair_brownian_poly.h index c0f3f724fc..a52d394b55 100644 --- a/src/COLLOID/pair_brownian_poly.h +++ b/src/COLLOID/pair_brownian_poly.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(brownian/poly,PairBrownianPoly) +PairStyle(brownian/poly,PairBrownianPoly); // clang-format on #else diff --git a/src/COLLOID/pair_colloid.h b/src/COLLOID/pair_colloid.h index 8a955cc953..75ac2c4165 100644 --- a/src/COLLOID/pair_colloid.h +++ b/src/COLLOID/pair_colloid.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(colloid,PairColloid) +PairStyle(colloid,PairColloid); // clang-format on #else diff --git a/src/COLLOID/pair_lubricate.h b/src/COLLOID/pair_lubricate.h index f6cadbe4c8..5e83808889 100644 --- a/src/COLLOID/pair_lubricate.h +++ b/src/COLLOID/pair_lubricate.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lubricate,PairLubricate) +PairStyle(lubricate,PairLubricate); // clang-format on #else diff --git a/src/COLLOID/pair_lubricateU.h b/src/COLLOID/pair_lubricateU.h index 7f393ab258..ee9e9465b8 100644 --- a/src/COLLOID/pair_lubricateU.h +++ b/src/COLLOID/pair_lubricateU.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lubricateU,PairLubricateU) +PairStyle(lubricateU,PairLubricateU); // clang-format on #else diff --git a/src/COLLOID/pair_lubricateU_poly.h b/src/COLLOID/pair_lubricateU_poly.h index 505c063879..9f18708c9b 100644 --- a/src/COLLOID/pair_lubricateU_poly.h +++ b/src/COLLOID/pair_lubricateU_poly.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lubricateU/poly,PairLubricateUPoly) +PairStyle(lubricateU/poly,PairLubricateUPoly); // clang-format on #else diff --git a/src/COLLOID/pair_lubricate_poly.h b/src/COLLOID/pair_lubricate_poly.h index dc3d03aa2f..b76f28a557 100644 --- a/src/COLLOID/pair_lubricate_poly.h +++ b/src/COLLOID/pair_lubricate_poly.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lubricate/poly,PairLubricatePoly) +PairStyle(lubricate/poly,PairLubricatePoly); // clang-format on #else diff --git a/src/COLLOID/pair_yukawa_colloid.h b/src/COLLOID/pair_yukawa_colloid.h index 0423ad2318..7e379c07d9 100644 --- a/src/COLLOID/pair_yukawa_colloid.h +++ b/src/COLLOID/pair_yukawa_colloid.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(yukawa/colloid,PairYukawaColloid) +PairStyle(yukawa/colloid,PairYukawaColloid); // clang-format on #else diff --git a/src/COMPRESS/dump_atom_gz.h b/src/COMPRESS/dump_atom_gz.h index fcd091118b..4a255dba13 100644 --- a/src/COMPRESS/dump_atom_gz.h +++ b/src/COMPRESS/dump_atom_gz.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(atom/gz,DumpAtomGZ) +DumpStyle(atom/gz,DumpAtomGZ); // clang-format on #else diff --git a/src/COMPRESS/dump_atom_zstd.h b/src/COMPRESS/dump_atom_zstd.h index ab2b4ba7ce..827fefce36 100644 --- a/src/COMPRESS/dump_atom_zstd.h +++ b/src/COMPRESS/dump_atom_zstd.h @@ -19,7 +19,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(atom/zstd,DumpAtomZstd) +DumpStyle(atom/zstd,DumpAtomZstd); // clang-format on #else diff --git a/src/COMPRESS/dump_cfg_gz.h b/src/COMPRESS/dump_cfg_gz.h index 3b3abfe400..2c4ef3bffa 100644 --- a/src/COMPRESS/dump_cfg_gz.h +++ b/src/COMPRESS/dump_cfg_gz.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(cfg/gz,DumpCFGGZ) +DumpStyle(cfg/gz,DumpCFGGZ); // clang-format on #else diff --git a/src/COMPRESS/dump_cfg_zstd.h b/src/COMPRESS/dump_cfg_zstd.h index 93caff2023..3c56c321d2 100644 --- a/src/COMPRESS/dump_cfg_zstd.h +++ b/src/COMPRESS/dump_cfg_zstd.h @@ -18,7 +18,7 @@ #ifdef LAMMPS_ZSTD #ifdef DUMP_CLASS // clang-format off -DumpStyle(cfg/zstd,DumpCFGZstd) +DumpStyle(cfg/zstd,DumpCFGZstd); // clang-format on #else diff --git a/src/COMPRESS/dump_custom_gz.h b/src/COMPRESS/dump_custom_gz.h index e02a5c2be9..9c172df09a 100644 --- a/src/COMPRESS/dump_custom_gz.h +++ b/src/COMPRESS/dump_custom_gz.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(custom/gz,DumpCustomGZ) +DumpStyle(custom/gz,DumpCustomGZ); // clang-format on #else diff --git a/src/COMPRESS/dump_custom_zstd.h b/src/COMPRESS/dump_custom_zstd.h index 7ff21f708b..053bf52935 100644 --- a/src/COMPRESS/dump_custom_zstd.h +++ b/src/COMPRESS/dump_custom_zstd.h @@ -19,7 +19,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(custom/zstd,DumpCustomZstd) +DumpStyle(custom/zstd,DumpCustomZstd); // clang-format on #else diff --git a/src/COMPRESS/dump_local_gz.h b/src/COMPRESS/dump_local_gz.h index 6a28cc6fe0..f5d29f0d3f 100644 --- a/src/COMPRESS/dump_local_gz.h +++ b/src/COMPRESS/dump_local_gz.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(local/gz,DumpLocalGZ) +DumpStyle(local/gz,DumpLocalGZ); // clang-format on #else diff --git a/src/COMPRESS/dump_local_zstd.h b/src/COMPRESS/dump_local_zstd.h index 4cbb4c0275..6aaca15495 100644 --- a/src/COMPRESS/dump_local_zstd.h +++ b/src/COMPRESS/dump_local_zstd.h @@ -19,7 +19,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(local/zstd,DumpLocalZstd) +DumpStyle(local/zstd,DumpLocalZstd); // clang-format on #else diff --git a/src/COMPRESS/dump_xyz_gz.h b/src/COMPRESS/dump_xyz_gz.h index d293b667c4..5588ad3d10 100644 --- a/src/COMPRESS/dump_xyz_gz.h +++ b/src/COMPRESS/dump_xyz_gz.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(xyz/gz,DumpXYZGZ) +DumpStyle(xyz/gz,DumpXYZGZ); // clang-format on #else diff --git a/src/COMPRESS/dump_xyz_zstd.h b/src/COMPRESS/dump_xyz_zstd.h index 898c0b1d32..e5db9e763d 100644 --- a/src/COMPRESS/dump_xyz_zstd.h +++ b/src/COMPRESS/dump_xyz_zstd.h @@ -19,7 +19,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(xyz/zstd,DumpXYZZstd) +DumpStyle(xyz/zstd,DumpXYZZstd); // clang-format on #else diff --git a/src/CORESHELL/compute_temp_cs.h b/src/CORESHELL/compute_temp_cs.h index 57b6dfe7fd..47da61a79b 100644 --- a/src/CORESHELL/compute_temp_cs.h +++ b/src/CORESHELL/compute_temp_cs.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/cs,ComputeTempCS) +ComputeStyle(temp/cs,ComputeTempCS); // clang-format on #else diff --git a/src/CORESHELL/pair_born_coul_dsf_cs.h b/src/CORESHELL/pair_born_coul_dsf_cs.h index 8438b1c299..2666445d44 100644 --- a/src/CORESHELL/pair_born_coul_dsf_cs.h +++ b/src/CORESHELL/pair_born_coul_dsf_cs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/dsf/cs,PairBornCoulDSFCS) +PairStyle(born/coul/dsf/cs,PairBornCoulDSFCS); // clang-format on #else diff --git a/src/CORESHELL/pair_born_coul_long_cs.h b/src/CORESHELL/pair_born_coul_long_cs.h index 8543cbba12..f239c11d15 100644 --- a/src/CORESHELL/pair_born_coul_long_cs.h +++ b/src/CORESHELL/pair_born_coul_long_cs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/long/cs,PairBornCoulLongCS) +PairStyle(born/coul/long/cs,PairBornCoulLongCS); // clang-format on #else diff --git a/src/CORESHELL/pair_born_coul_wolf_cs.h b/src/CORESHELL/pair_born_coul_wolf_cs.h index f09792b39a..72bc3d2037 100644 --- a/src/CORESHELL/pair_born_coul_wolf_cs.h +++ b/src/CORESHELL/pair_born_coul_wolf_cs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/wolf/cs,PairBornCoulWolfCS) +PairStyle(born/coul/wolf/cs,PairBornCoulWolfCS); // clang-format on #else diff --git a/src/CORESHELL/pair_buck_coul_long_cs.h b/src/CORESHELL/pair_buck_coul_long_cs.h index 6ace9fc654..49a4bbc2f8 100644 --- a/src/CORESHELL/pair_buck_coul_long_cs.h +++ b/src/CORESHELL/pair_buck_coul_long_cs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/long/cs,PairBuckCoulLongCS) +PairStyle(buck/coul/long/cs,PairBuckCoulLongCS); // clang-format on #else diff --git a/src/CORESHELL/pair_coul_long_cs.h b/src/CORESHELL/pair_coul_long_cs.h index b67c2d2ee8..8a58936e2b 100644 --- a/src/CORESHELL/pair_coul_long_cs.h +++ b/src/CORESHELL/pair_coul_long_cs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/long/cs,PairCoulLongCS) +PairStyle(coul/long/cs,PairCoulLongCS); // clang-format on #else diff --git a/src/CORESHELL/pair_coul_wolf_cs.h b/src/CORESHELL/pair_coul_wolf_cs.h index d44113ecf6..2049ff4b64 100644 --- a/src/CORESHELL/pair_coul_wolf_cs.h +++ b/src/CORESHELL/pair_coul_wolf_cs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/wolf/cs,PairCoulWolfCS) +PairStyle(coul/wolf/cs,PairCoulWolfCS); // clang-format on #else diff --git a/src/CORESHELL/pair_lj_class2_coul_long_cs.h b/src/CORESHELL/pair_lj_class2_coul_long_cs.h index 806804b220..0152d8e724 100644 --- a/src/CORESHELL/pair_lj_class2_coul_long_cs.h +++ b/src/CORESHELL/pair_lj_class2_coul_long_cs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/long/cs,PairLJClass2CoulLongCS) +PairStyle(lj/class2/coul/long/cs,PairLJClass2CoulLongCS); // clang-format on #else diff --git a/src/CORESHELL/pair_lj_cut_coul_long_cs.h b/src/CORESHELL/pair_lj_cut_coul_long_cs.h index efbba74105..f0dc27b8a1 100644 --- a/src/CORESHELL/pair_lj_cut_coul_long_cs.h +++ b/src/CORESHELL/pair_lj_cut_coul_long_cs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long/cs,PairLJCutCoulLongCS) +PairStyle(lj/cut/coul/long/cs,PairLJCutCoulLongCS); // clang-format on #else diff --git a/src/DIPOLE/atom_vec_dipole.h b/src/DIPOLE/atom_vec_dipole.h index d3a43cc68e..b238343f6d 100644 --- a/src/DIPOLE/atom_vec_dipole.h +++ b/src/DIPOLE/atom_vec_dipole.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(dipole,AtomVecDipole) +AtomStyle(dipole,AtomVecDipole); // clang-format on #else diff --git a/src/DIPOLE/pair_lj_cut_dipole_cut.h b/src/DIPOLE/pair_lj_cut_dipole_cut.h index 3c07d173af..b73d36dfc5 100644 --- a/src/DIPOLE/pair_lj_cut_dipole_cut.h +++ b/src/DIPOLE/pair_lj_cut_dipole_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/dipole/cut,PairLJCutDipoleCut) +PairStyle(lj/cut/dipole/cut,PairLJCutDipoleCut); // clang-format on #else diff --git a/src/DIPOLE/pair_lj_cut_dipole_long.h b/src/DIPOLE/pair_lj_cut_dipole_long.h index 4639748a89..1aa2d9215b 100644 --- a/src/DIPOLE/pair_lj_cut_dipole_long.h +++ b/src/DIPOLE/pair_lj_cut_dipole_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/dipole/long,PairLJCutDipoleLong) +PairStyle(lj/cut/dipole/long,PairLJCutDipoleLong); // clang-format on #else diff --git a/src/DIPOLE/pair_lj_long_dipole_long.h b/src/DIPOLE/pair_lj_long_dipole_long.h index ccdc081fd9..b39eabdd6c 100644 --- a/src/DIPOLE/pair_lj_long_dipole_long.h +++ b/src/DIPOLE/pair_lj_long_dipole_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/long/dipole/long,PairLJLongDipoleLong) +PairStyle(lj/long/dipole/long,PairLJLongDipoleLong); // clang-format on #else diff --git a/src/GPU/fix_gpu.h b/src/GPU/fix_gpu.h index d7bfa587d6..804eb3fba7 100644 --- a/src/GPU/fix_gpu.h +++ b/src/GPU/fix_gpu.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(GPU,FixGPU) +FixStyle(GPU,FixGPU); // clang-format on #else diff --git a/src/GPU/fix_npt_gpu.h b/src/GPU/fix_npt_gpu.h index 4c6398d442..0b28b5d14c 100644 --- a/src/GPU/fix_npt_gpu.h +++ b/src/GPU/fix_npt_gpu.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/gpu,FixNPTGPU) +FixStyle(npt/gpu,FixNPTGPU); // clang-format on #else diff --git a/src/GPU/fix_nve_asphere_gpu.h b/src/GPU/fix_nve_asphere_gpu.h index aa9beaf03b..ba37dd7673 100644 --- a/src/GPU/fix_nve_asphere_gpu.h +++ b/src/GPU/fix_nve_asphere_gpu.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/asphere/gpu,FixNVEAsphereGPU) +FixStyle(nve/asphere/gpu,FixNVEAsphereGPU); // clang-format on #else diff --git a/src/GPU/fix_nve_gpu.h b/src/GPU/fix_nve_gpu.h index a5c142bd02..3ed88d87a4 100644 --- a/src/GPU/fix_nve_gpu.h +++ b/src/GPU/fix_nve_gpu.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/gpu,FixNVEGPU) +FixStyle(nve/gpu,FixNVEGPU); // clang-format on #else diff --git a/src/GPU/fix_nvt_gpu.h b/src/GPU/fix_nvt_gpu.h index 598497336f..af1a45e116 100644 --- a/src/GPU/fix_nvt_gpu.h +++ b/src/GPU/fix_nvt_gpu.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/gpu,FixNVTGPU) +FixStyle(nvt/gpu,FixNVTGPU); // clang-format on #else diff --git a/src/GPU/pair_beck_gpu.h b/src/GPU/pair_beck_gpu.h index fa6e81a556..4c4d172387 100644 --- a/src/GPU/pair_beck_gpu.h +++ b/src/GPU/pair_beck_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(beck/gpu,PairBeckGPU) +PairStyle(beck/gpu,PairBeckGPU); // clang-format on #else diff --git a/src/GPU/pair_born_coul_long_cs_gpu.h b/src/GPU/pair_born_coul_long_cs_gpu.h index f403fbe5c4..5c197691db 100644 --- a/src/GPU/pair_born_coul_long_cs_gpu.h +++ b/src/GPU/pair_born_coul_long_cs_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/long/cs/gpu,PairBornCoulLongCSGPU) +PairStyle(born/coul/long/cs/gpu,PairBornCoulLongCSGPU); // clang-format on #else diff --git a/src/GPU/pair_born_coul_long_gpu.h b/src/GPU/pair_born_coul_long_gpu.h index 46f100b776..010677011d 100644 --- a/src/GPU/pair_born_coul_long_gpu.h +++ b/src/GPU/pair_born_coul_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/long/gpu,PairBornCoulLongGPU) +PairStyle(born/coul/long/gpu,PairBornCoulLongGPU); // clang-format on #else diff --git a/src/GPU/pair_born_coul_wolf_cs_gpu.h b/src/GPU/pair_born_coul_wolf_cs_gpu.h index ab252c82c3..27bc387f99 100644 --- a/src/GPU/pair_born_coul_wolf_cs_gpu.h +++ b/src/GPU/pair_born_coul_wolf_cs_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/wolf/cs/gpu,PairBornCoulWolfCSGPU) +PairStyle(born/coul/wolf/cs/gpu,PairBornCoulWolfCSGPU); // clang-format on #else diff --git a/src/GPU/pair_born_coul_wolf_gpu.h b/src/GPU/pair_born_coul_wolf_gpu.h index 0365fb1d44..ab0580e8a3 100644 --- a/src/GPU/pair_born_coul_wolf_gpu.h +++ b/src/GPU/pair_born_coul_wolf_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/wolf/gpu,PairBornCoulWolfGPU) +PairStyle(born/coul/wolf/gpu,PairBornCoulWolfGPU); // clang-format on #else diff --git a/src/GPU/pair_born_gpu.h b/src/GPU/pair_born_gpu.h index 048fe8e1aa..27a21a3159 100644 --- a/src/GPU/pair_born_gpu.h +++ b/src/GPU/pair_born_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/gpu,PairBornGPU) +PairStyle(born/gpu,PairBornGPU); // clang-format on #else diff --git a/src/GPU/pair_buck_coul_cut_gpu.h b/src/GPU/pair_buck_coul_cut_gpu.h index 094835dd6c..2fae4d4e3d 100644 --- a/src/GPU/pair_buck_coul_cut_gpu.h +++ b/src/GPU/pair_buck_coul_cut_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/cut/gpu,PairBuckCoulCutGPU) +PairStyle(buck/coul/cut/gpu,PairBuckCoulCutGPU); // clang-format on #else diff --git a/src/GPU/pair_buck_coul_long_gpu.h b/src/GPU/pair_buck_coul_long_gpu.h index 32bc0f57f8..8809d07497 100644 --- a/src/GPU/pair_buck_coul_long_gpu.h +++ b/src/GPU/pair_buck_coul_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/long/gpu,PairBuckCoulLongGPU) +PairStyle(buck/coul/long/gpu,PairBuckCoulLongGPU); // clang-format on #else diff --git a/src/GPU/pair_buck_gpu.h b/src/GPU/pair_buck_gpu.h index 1718863a3d..79cd545987 100644 --- a/src/GPU/pair_buck_gpu.h +++ b/src/GPU/pair_buck_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/gpu,PairBuckGPU) +PairStyle(buck/gpu,PairBuckGPU); // clang-format on #else diff --git a/src/GPU/pair_colloid_gpu.h b/src/GPU/pair_colloid_gpu.h index c5acfd0bd7..7bcdbaa6b9 100644 --- a/src/GPU/pair_colloid_gpu.h +++ b/src/GPU/pair_colloid_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(colloid/gpu,PairColloidGPU) +PairStyle(colloid/gpu,PairColloidGPU); // clang-format on #else diff --git a/src/GPU/pair_coul_cut_gpu.h b/src/GPU/pair_coul_cut_gpu.h index 20a16d00f2..b50814b897 100644 --- a/src/GPU/pair_coul_cut_gpu.h +++ b/src/GPU/pair_coul_cut_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/cut/gpu,PairCoulCutGPU) +PairStyle(coul/cut/gpu,PairCoulCutGPU); // clang-format on #else diff --git a/src/GPU/pair_coul_debye_gpu.h b/src/GPU/pair_coul_debye_gpu.h index e54bc659b2..70c48a5f62 100644 --- a/src/GPU/pair_coul_debye_gpu.h +++ b/src/GPU/pair_coul_debye_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/debye/gpu,PairCoulDebyeGPU) +PairStyle(coul/debye/gpu,PairCoulDebyeGPU); // clang-format on #else diff --git a/src/GPU/pair_coul_dsf_gpu.h b/src/GPU/pair_coul_dsf_gpu.h index 9de9f0be55..629f9c3c39 100644 --- a/src/GPU/pair_coul_dsf_gpu.h +++ b/src/GPU/pair_coul_dsf_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/dsf/gpu,PairCoulDSFGPU) +PairStyle(coul/dsf/gpu,PairCoulDSFGPU); // clang-format on #else diff --git a/src/GPU/pair_coul_long_cs_gpu.h b/src/GPU/pair_coul_long_cs_gpu.h index e3b261bbd9..500ef5e44b 100644 --- a/src/GPU/pair_coul_long_cs_gpu.h +++ b/src/GPU/pair_coul_long_cs_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/long/cs/gpu,PairCoulLongCSGPU) +PairStyle(coul/long/cs/gpu,PairCoulLongCSGPU); // clang-format on #else diff --git a/src/GPU/pair_coul_long_gpu.h b/src/GPU/pair_coul_long_gpu.h index 5da1ed4012..3089d15db6 100644 --- a/src/GPU/pair_coul_long_gpu.h +++ b/src/GPU/pair_coul_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/long/gpu,PairCoulLongGPU) +PairStyle(coul/long/gpu,PairCoulLongGPU); // clang-format on #else diff --git a/src/GPU/pair_dpd_gpu.h b/src/GPU/pair_dpd_gpu.h index 3dea2e5153..be19d5a06d 100644 --- a/src/GPU/pair_dpd_gpu.h +++ b/src/GPU/pair_dpd_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/gpu,PairDPDGPU) +PairStyle(dpd/gpu,PairDPDGPU); // clang-format on #else diff --git a/src/GPU/pair_dpd_tstat_gpu.h b/src/GPU/pair_dpd_tstat_gpu.h index 689087a8d1..cbca8d1828 100644 --- a/src/GPU/pair_dpd_tstat_gpu.h +++ b/src/GPU/pair_dpd_tstat_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/tstat/gpu,PairDPDTstatGPU) +PairStyle(dpd/tstat/gpu,PairDPDTstatGPU); // clang-format on #else diff --git a/src/GPU/pair_eam_alloy_gpu.h b/src/GPU/pair_eam_alloy_gpu.h index 5f02d87c76..1f5c905157 100644 --- a/src/GPU/pair_eam_alloy_gpu.h +++ b/src/GPU/pair_eam_alloy_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/alloy/gpu,PairEAMAlloyGPU) +PairStyle(eam/alloy/gpu,PairEAMAlloyGPU); // clang-format on #else diff --git a/src/GPU/pair_eam_fs_gpu.h b/src/GPU/pair_eam_fs_gpu.h index e4141b793a..eadd283139 100644 --- a/src/GPU/pair_eam_fs_gpu.h +++ b/src/GPU/pair_eam_fs_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/fs/gpu,PairEAMFSGPU) +PairStyle(eam/fs/gpu,PairEAMFSGPU); // clang-format on #else diff --git a/src/GPU/pair_eam_gpu.h b/src/GPU/pair_eam_gpu.h index 8dc5d8b3a9..91476440a2 100644 --- a/src/GPU/pair_eam_gpu.h +++ b/src/GPU/pair_eam_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/gpu,PairEAMGPU) +PairStyle(eam/gpu,PairEAMGPU); // clang-format on #else diff --git a/src/GPU/pair_gauss_gpu.h b/src/GPU/pair_gauss_gpu.h index 56b42dd995..fa4fbb642d 100644 --- a/src/GPU/pair_gauss_gpu.h +++ b/src/GPU/pair_gauss_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gauss/gpu,PairGaussGPU) +PairStyle(gauss/gpu,PairGaussGPU); // clang-format on #else diff --git a/src/GPU/pair_gayberne_gpu.h b/src/GPU/pair_gayberne_gpu.h index 8c90d36964..c8aba590a4 100644 --- a/src/GPU/pair_gayberne_gpu.h +++ b/src/GPU/pair_gayberne_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gayberne/gpu,PairGayBerneGPU) +PairStyle(gayberne/gpu,PairGayBerneGPU); // clang-format on #else diff --git a/src/GPU/pair_lj96_cut_gpu.h b/src/GPU/pair_lj96_cut_gpu.h index 6e1d5b92ec..6acc333e2e 100644 --- a/src/GPU/pair_lj96_cut_gpu.h +++ b/src/GPU/pair_lj96_cut_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj96/cut/gpu,PairLJ96CutGPU) +PairStyle(lj96/cut/gpu,PairLJ96CutGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_charmm_coul_charmm_gpu.h b/src/GPU/pair_lj_charmm_coul_charmm_gpu.h index b0115ec746..8746d3e9e6 100644 --- a/src/GPU/pair_lj_charmm_coul_charmm_gpu.h +++ b/src/GPU/pair_lj_charmm_coul_charmm_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/charmm/gpu,PairLJCharmmCoulCharmmGPU) +PairStyle(lj/charmm/coul/charmm/gpu,PairLJCharmmCoulCharmmGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_charmm_coul_long_gpu.h b/src/GPU/pair_lj_charmm_coul_long_gpu.h index 03e92ffd52..7531273553 100644 --- a/src/GPU/pair_lj_charmm_coul_long_gpu.h +++ b/src/GPU/pair_lj_charmm_coul_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/long/gpu,PairLJCharmmCoulLongGPU) +PairStyle(lj/charmm/coul/long/gpu,PairLJCharmmCoulLongGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_class2_coul_long_gpu.h b/src/GPU/pair_lj_class2_coul_long_gpu.h index 2a5e9d86e8..ac89c1c431 100644 --- a/src/GPU/pair_lj_class2_coul_long_gpu.h +++ b/src/GPU/pair_lj_class2_coul_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/long/gpu,PairLJClass2CoulLongGPU) +PairStyle(lj/class2/coul/long/gpu,PairLJClass2CoulLongGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_class2_gpu.h b/src/GPU/pair_lj_class2_gpu.h index 7af392104e..3a73d2916c 100644 --- a/src/GPU/pair_lj_class2_gpu.h +++ b/src/GPU/pair_lj_class2_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/gpu,PairLJClass2GPU) +PairStyle(lj/class2/gpu,PairLJClass2GPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cubic_gpu.h b/src/GPU/pair_lj_cubic_gpu.h index bc308fafc6..4fca08f677 100644 --- a/src/GPU/pair_lj_cubic_gpu.h +++ b/src/GPU/pair_lj_cubic_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cubic/gpu,PairLJCubicGPU) +PairStyle(lj/cubic/gpu,PairLJCubicGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_coul_cut_gpu.h b/src/GPU/pair_lj_cut_coul_cut_gpu.h index 3216880518..71fda8a9ed 100644 --- a/src/GPU/pair_lj_cut_coul_cut_gpu.h +++ b/src/GPU/pair_lj_cut_coul_cut_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/cut/gpu,PairLJCutCoulCutGPU) +PairStyle(lj/cut/coul/cut/gpu,PairLJCutCoulCutGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_coul_debye_gpu.h b/src/GPU/pair_lj_cut_coul_debye_gpu.h index 5daef3aa78..e048cbe16d 100644 --- a/src/GPU/pair_lj_cut_coul_debye_gpu.h +++ b/src/GPU/pair_lj_cut_coul_debye_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/debye/gpu,PairLJCutCoulDebyeGPU) +PairStyle(lj/cut/coul/debye/gpu,PairLJCutCoulDebyeGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_coul_dsf_gpu.h b/src/GPU/pair_lj_cut_coul_dsf_gpu.h index 5cfc98d3a8..49fa37cd46 100644 --- a/src/GPU/pair_lj_cut_coul_dsf_gpu.h +++ b/src/GPU/pair_lj_cut_coul_dsf_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/dsf/gpu,PairLJCutCoulDSFGPU) +PairStyle(lj/cut/coul/dsf/gpu,PairLJCutCoulDSFGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_coul_long_gpu.h b/src/GPU/pair_lj_cut_coul_long_gpu.h index f4df9b4759..46ad42967e 100644 --- a/src/GPU/pair_lj_cut_coul_long_gpu.h +++ b/src/GPU/pair_lj_cut_coul_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long/gpu,PairLJCutCoulLongGPU) +PairStyle(lj/cut/coul/long/gpu,PairLJCutCoulLongGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_coul_msm_gpu.h b/src/GPU/pair_lj_cut_coul_msm_gpu.h index cf26d3502b..0869ab47b5 100644 --- a/src/GPU/pair_lj_cut_coul_msm_gpu.h +++ b/src/GPU/pair_lj_cut_coul_msm_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/msm/gpu,PairLJCutCoulMSMGPU) +PairStyle(lj/cut/coul/msm/gpu,PairLJCutCoulMSMGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_dipole_cut_gpu.h b/src/GPU/pair_lj_cut_dipole_cut_gpu.h index cce1f109ba..ef0f69a4ee 100644 --- a/src/GPU/pair_lj_cut_dipole_cut_gpu.h +++ b/src/GPU/pair_lj_cut_dipole_cut_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/dipole/cut/gpu,PairLJCutDipoleCutGPU) +PairStyle(lj/cut/dipole/cut/gpu,PairLJCutDipoleCutGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_dipole_long_gpu.h b/src/GPU/pair_lj_cut_dipole_long_gpu.h index aa7bd83ed8..f2b280ab35 100644 --- a/src/GPU/pair_lj_cut_dipole_long_gpu.h +++ b/src/GPU/pair_lj_cut_dipole_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/dipole/long/gpu,PairLJCutDipoleLongGPU) +PairStyle(lj/cut/dipole/long/gpu,PairLJCutDipoleLongGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_gpu.h b/src/GPU/pair_lj_cut_gpu.h index b4cfa07db2..57ac0a3721 100644 --- a/src/GPU/pair_lj_cut_gpu.h +++ b/src/GPU/pair_lj_cut_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/gpu,PairLJCutGPU) +PairStyle(lj/cut/gpu,PairLJCutGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_cut_tip4p_long_gpu.h b/src/GPU/pair_lj_cut_tip4p_long_gpu.h index 3624dc449a..b7d9ce2bb1 100644 --- a/src/GPU/pair_lj_cut_tip4p_long_gpu.h +++ b/src/GPU/pair_lj_cut_tip4p_long_gpu.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/tip4p/long/gpu,PairLJCutTIP4PLongGPU) +PairStyle(lj/cut/tip4p/long/gpu,PairLJCutTIP4PLongGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_expand_coul_long_gpu.h b/src/GPU/pair_lj_expand_coul_long_gpu.h index 29578a2ad6..11d8e5a974 100644 --- a/src/GPU/pair_lj_expand_coul_long_gpu.h +++ b/src/GPU/pair_lj_expand_coul_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/expand/coul/long/gpu,PairLJExpandCoulLongGPU) +PairStyle(lj/expand/coul/long/gpu,PairLJExpandCoulLongGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_expand_gpu.h b/src/GPU/pair_lj_expand_gpu.h index ea54108b6a..8bfa59cf2b 100644 --- a/src/GPU/pair_lj_expand_gpu.h +++ b/src/GPU/pair_lj_expand_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/expand/gpu,PairLJExpandGPU) +PairStyle(lj/expand/gpu,PairLJExpandGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_gromacs_gpu.h b/src/GPU/pair_lj_gromacs_gpu.h index 9779aae14d..f5a487059c 100644 --- a/src/GPU/pair_lj_gromacs_gpu.h +++ b/src/GPU/pair_lj_gromacs_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/gromacs/gpu,PairLJGromacsGPU) +PairStyle(lj/gromacs/gpu,PairLJGromacsGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_sdk_coul_long_gpu.h b/src/GPU/pair_lj_sdk_coul_long_gpu.h index 5d28bbbb3f..7027449535 100644 --- a/src/GPU/pair_lj_sdk_coul_long_gpu.h +++ b/src/GPU/pair_lj_sdk_coul_long_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk/coul/long/gpu,PairLJSDKCoulLongGPU) +PairStyle(lj/sdk/coul/long/gpu,PairLJSDKCoulLongGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_sdk_gpu.h b/src/GPU/pair_lj_sdk_gpu.h index b26d188abd..c654cb59fa 100644 --- a/src/GPU/pair_lj_sdk_gpu.h +++ b/src/GPU/pair_lj_sdk_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk/gpu,PairLJSDKGPU) +PairStyle(lj/sdk/gpu,PairLJSDKGPU); // clang-format on #else diff --git a/src/GPU/pair_lj_sf_dipole_sf_gpu.h b/src/GPU/pair_lj_sf_dipole_sf_gpu.h index a6fd5f0d69..e710ef8b95 100644 --- a/src/GPU/pair_lj_sf_dipole_sf_gpu.h +++ b/src/GPU/pair_lj_sf_dipole_sf_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sf/dipole/sf/gpu,PairLJSFDipoleSFGPU) +PairStyle(lj/sf/dipole/sf/gpu,PairLJSFDipoleSFGPU); // clang-format on #else diff --git a/src/GPU/pair_mie_cut_gpu.h b/src/GPU/pair_mie_cut_gpu.h index a9ffbc76ef..efe85c3538 100644 --- a/src/GPU/pair_mie_cut_gpu.h +++ b/src/GPU/pair_mie_cut_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(mie/cut/gpu,PairMIECutGPU) +PairStyle(mie/cut/gpu,PairMIECutGPU); // clang-format on #else diff --git a/src/GPU/pair_morse_gpu.h b/src/GPU/pair_morse_gpu.h index 5fc2739b09..ad14ea49bf 100644 --- a/src/GPU/pair_morse_gpu.h +++ b/src/GPU/pair_morse_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(morse/gpu,PairMorseGPU) +PairStyle(morse/gpu,PairMorseGPU); // clang-format on #else diff --git a/src/GPU/pair_resquared_gpu.h b/src/GPU/pair_resquared_gpu.h index c6c634ff22..033432fae5 100644 --- a/src/GPU/pair_resquared_gpu.h +++ b/src/GPU/pair_resquared_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(resquared/gpu,PairRESquaredGPU) +PairStyle(resquared/gpu,PairRESquaredGPU); // clang-format on #else diff --git a/src/GPU/pair_soft_gpu.h b/src/GPU/pair_soft_gpu.h index 7519b8fecc..23d9b8e384 100644 --- a/src/GPU/pair_soft_gpu.h +++ b/src/GPU/pair_soft_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(soft/gpu,PairSoftGPU) +PairStyle(soft/gpu,PairSoftGPU); // clang-format on #else diff --git a/src/GPU/pair_sw_gpu.h b/src/GPU/pair_sw_gpu.h index 02afd6729e..842dfbf690 100644 --- a/src/GPU/pair_sw_gpu.h +++ b/src/GPU/pair_sw_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sw/gpu,PairSWGPU) +PairStyle(sw/gpu,PairSWGPU); // clang-format on #else diff --git a/src/GPU/pair_table_gpu.h b/src/GPU/pair_table_gpu.h index ef13209ba0..dbc033669f 100644 --- a/src/GPU/pair_table_gpu.h +++ b/src/GPU/pair_table_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(table/gpu,PairTableGPU) +PairStyle(table/gpu,PairTableGPU); // clang-format on #else diff --git a/src/GPU/pair_tersoff_gpu.h b/src/GPU/pair_tersoff_gpu.h index 5790b649e4..143d24ad55 100644 --- a/src/GPU/pair_tersoff_gpu.h +++ b/src/GPU/pair_tersoff_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/gpu,PairTersoffGPU) +PairStyle(tersoff/gpu,PairTersoffGPU); // clang-format on #else diff --git a/src/GPU/pair_tersoff_mod_gpu.h b/src/GPU/pair_tersoff_mod_gpu.h index ff10d03876..989e2a1d6f 100644 --- a/src/GPU/pair_tersoff_mod_gpu.h +++ b/src/GPU/pair_tersoff_mod_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/mod/gpu,PairTersoffMODGPU) +PairStyle(tersoff/mod/gpu,PairTersoffMODGPU); // clang-format on #else diff --git a/src/GPU/pair_tersoff_zbl_gpu.h b/src/GPU/pair_tersoff_zbl_gpu.h index 893653c8cb..05a2d5dad4 100644 --- a/src/GPU/pair_tersoff_zbl_gpu.h +++ b/src/GPU/pair_tersoff_zbl_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/zbl/gpu,PairTersoffZBLGPU) +PairStyle(tersoff/zbl/gpu,PairTersoffZBLGPU); // clang-format on #else diff --git a/src/GPU/pair_ufm_gpu.h b/src/GPU/pair_ufm_gpu.h index a0098b5398..77e3aaa576 100644 --- a/src/GPU/pair_ufm_gpu.h +++ b/src/GPU/pair_ufm_gpu.h @@ -19,7 +19,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(ufm/gpu,PairUFMGPU) +PairStyle(ufm/gpu,PairUFMGPU); // clang-format on #else diff --git a/src/GPU/pair_vashishta_gpu.h b/src/GPU/pair_vashishta_gpu.h index e4d8b17581..e26e4211a6 100644 --- a/src/GPU/pair_vashishta_gpu.h +++ b/src/GPU/pair_vashishta_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(vashishta/gpu,PairVashishtaGPU) +PairStyle(vashishta/gpu,PairVashishtaGPU); // clang-format on #else diff --git a/src/GPU/pair_yukawa_colloid_gpu.h b/src/GPU/pair_yukawa_colloid_gpu.h index a2b21377dd..5f9c8b8c53 100644 --- a/src/GPU/pair_yukawa_colloid_gpu.h +++ b/src/GPU/pair_yukawa_colloid_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(yukawa/colloid/gpu,PairYukawaColloidGPU) +PairStyle(yukawa/colloid/gpu,PairYukawaColloidGPU); // clang-format on #else diff --git a/src/GPU/pair_yukawa_gpu.h b/src/GPU/pair_yukawa_gpu.h index ee38b57c33..dfe3822384 100644 --- a/src/GPU/pair_yukawa_gpu.h +++ b/src/GPU/pair_yukawa_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(yukawa/gpu,PairYukawaGPU) +PairStyle(yukawa/gpu,PairYukawaGPU); // clang-format on #else diff --git a/src/GPU/pair_zbl_gpu.h b/src/GPU/pair_zbl_gpu.h index ddecda4625..492abf9d37 100644 --- a/src/GPU/pair_zbl_gpu.h +++ b/src/GPU/pair_zbl_gpu.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(zbl/gpu,PairZBLGPU) +PairStyle(zbl/gpu,PairZBLGPU); // clang-format on #else diff --git a/src/GPU/pppm_gpu.h b/src/GPU/pppm_gpu.h index 690d03a650..1fd4145830 100644 --- a/src/GPU/pppm_gpu.h +++ b/src/GPU/pppm_gpu.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/gpu,PPPMGPU) +KSpaceStyle(pppm/gpu,PPPMGPU); // clang-format on #else diff --git a/src/GRANULAR/fix_freeze.h b/src/GRANULAR/fix_freeze.h index 0ec0a601f5..cf84fc9e62 100644 --- a/src/GRANULAR/fix_freeze.h +++ b/src/GRANULAR/fix_freeze.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(freeze,FixFreeze) +FixStyle(freeze,FixFreeze); // clang-format on #else diff --git a/src/GRANULAR/fix_pour.h b/src/GRANULAR/fix_pour.h index 534e6031ca..e56599a3f6 100644 --- a/src/GRANULAR/fix_pour.h +++ b/src/GRANULAR/fix_pour.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(pour,FixPour) +FixStyle(pour,FixPour); // clang-format on #else diff --git a/src/GRANULAR/fix_wall_gran.h b/src/GRANULAR/fix_wall_gran.h index 29fdbbe7ca..6cc95a72e1 100644 --- a/src/GRANULAR/fix_wall_gran.h +++ b/src/GRANULAR/fix_wall_gran.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/gran,FixWallGran) +FixStyle(wall/gran,FixWallGran); // clang-format on #else diff --git a/src/GRANULAR/fix_wall_gran_region.h b/src/GRANULAR/fix_wall_gran_region.h index 012efefee6..55bf6a95ea 100644 --- a/src/GRANULAR/fix_wall_gran_region.h +++ b/src/GRANULAR/fix_wall_gran_region.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/gran/region,FixWallGranRegion) +FixStyle(wall/gran/region,FixWallGranRegion); // clang-format on #else diff --git a/src/GRANULAR/pair_gran_hertz_history.h b/src/GRANULAR/pair_gran_hertz_history.h index d5ba742aaa..71624ded80 100644 --- a/src/GRANULAR/pair_gran_hertz_history.h +++ b/src/GRANULAR/pair_gran_hertz_history.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gran/hertz/history,PairGranHertzHistory) +PairStyle(gran/hertz/history,PairGranHertzHistory); // clang-format on #else diff --git a/src/GRANULAR/pair_gran_hooke.h b/src/GRANULAR/pair_gran_hooke.h index 64ee046bb6..c418a1ffa5 100644 --- a/src/GRANULAR/pair_gran_hooke.h +++ b/src/GRANULAR/pair_gran_hooke.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gran/hooke,PairGranHooke) +PairStyle(gran/hooke,PairGranHooke); // clang-format on #else diff --git a/src/GRANULAR/pair_gran_hooke_history.h b/src/GRANULAR/pair_gran_hooke_history.h index 9eda3bc03e..e2601e4134 100644 --- a/src/GRANULAR/pair_gran_hooke_history.h +++ b/src/GRANULAR/pair_gran_hooke_history.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gran/hooke/history,PairGranHookeHistory) +PairStyle(gran/hooke/history,PairGranHookeHistory); // clang-format on #else diff --git a/src/GRANULAR/pair_granular.h b/src/GRANULAR/pair_granular.h index e7dd30177e..255e6df2c5 100644 --- a/src/GRANULAR/pair_granular.h +++ b/src/GRANULAR/pair_granular.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(granular,PairGranular) +PairStyle(granular,PairGranular); // clang-format on #else diff --git a/src/KIM/fix_store_kim.h b/src/KIM/fix_store_kim.h index 3e707e4ee1..b35e7f13ad 100644 --- a/src/KIM/fix_store_kim.h +++ b/src/KIM/fix_store_kim.h @@ -57,7 +57,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(STORE/KIM,FixStoreKIM) +FixStyle(STORE/KIM,FixStoreKIM); // clang-format on #else diff --git a/src/KIM/kim_command.h b/src/KIM/kim_command.h index 33cb2d4478..f0e5960dab 100644 --- a/src/KIM/kim_command.h +++ b/src/KIM/kim_command.h @@ -55,7 +55,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(kim,KimCommand) +CommandStyle(kim,KimCommand); // clang-format on #else diff --git a/src/KIM/pair_kim.h b/src/KIM/pair_kim.h index c6f0e9de19..ae6d0ea3bb 100644 --- a/src/KIM/pair_kim.h +++ b/src/KIM/pair_kim.h @@ -55,7 +55,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(kim,PairKIM) +PairStyle(kim,PairKIM); // clang-format on #else diff --git a/src/KOKKOS/angle_charmm_kokkos.h b/src/KOKKOS/angle_charmm_kokkos.h index 6157a4001a..1276d69a76 100644 --- a/src/KOKKOS/angle_charmm_kokkos.h +++ b/src/KOKKOS/angle_charmm_kokkos.h @@ -13,9 +13,9 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(charmm/kk,AngleCharmmKokkos) -AngleStyle(charmm/kk/device,AngleCharmmKokkos) -AngleStyle(charmm/kk/host,AngleCharmmKokkos) +AngleStyle(charmm/kk,AngleCharmmKokkos); +AngleStyle(charmm/kk/device,AngleCharmmKokkos); +AngleStyle(charmm/kk/host,AngleCharmmKokkos); // clang-format on #else diff --git a/src/KOKKOS/angle_class2_kokkos.h b/src/KOKKOS/angle_class2_kokkos.h index 9749631b7a..a61af5a428 100644 --- a/src/KOKKOS/angle_class2_kokkos.h +++ b/src/KOKKOS/angle_class2_kokkos.h @@ -13,9 +13,9 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(class2/kk,AngleClass2Kokkos) -AngleStyle(class2/kk/device,AngleClass2Kokkos) -AngleStyle(class2/kk/host,AngleClass2Kokkos) +AngleStyle(class2/kk,AngleClass2Kokkos); +AngleStyle(class2/kk/device,AngleClass2Kokkos); +AngleStyle(class2/kk/host,AngleClass2Kokkos); // clang-format on #else diff --git a/src/KOKKOS/angle_cosine_kokkos.h b/src/KOKKOS/angle_cosine_kokkos.h index 1f6f965c60..e8f6d76dc0 100644 --- a/src/KOKKOS/angle_cosine_kokkos.h +++ b/src/KOKKOS/angle_cosine_kokkos.h @@ -13,9 +13,9 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/kk,AngleCosineKokkos) -AngleStyle(cosine/kk/device,AngleCosineKokkos) -AngleStyle(cosine/kk/host,AngleCosineKokkos) +AngleStyle(cosine/kk,AngleCosineKokkos); +AngleStyle(cosine/kk/device,AngleCosineKokkos); +AngleStyle(cosine/kk/host,AngleCosineKokkos); // clang-format on #else diff --git a/src/KOKKOS/angle_harmonic_kokkos.h b/src/KOKKOS/angle_harmonic_kokkos.h index b8f7f3cc3f..424ebf97ce 100644 --- a/src/KOKKOS/angle_harmonic_kokkos.h +++ b/src/KOKKOS/angle_harmonic_kokkos.h @@ -13,9 +13,9 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(harmonic/kk,AngleHarmonicKokkos) -AngleStyle(harmonic/kk/device,AngleHarmonicKokkos) -AngleStyle(harmonic/kk/host,AngleHarmonicKokkos) +AngleStyle(harmonic/kk,AngleHarmonicKokkos); +AngleStyle(harmonic/kk/device,AngleHarmonicKokkos); +AngleStyle(harmonic/kk/host,AngleHarmonicKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_angle_kokkos.h b/src/KOKKOS/atom_vec_angle_kokkos.h index 0539ac401b..33d48f1d9a 100644 --- a/src/KOKKOS/atom_vec_angle_kokkos.h +++ b/src/KOKKOS/atom_vec_angle_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(angle/kk,AtomVecAngleKokkos) -AtomStyle(angle/kk/device,AtomVecAngleKokkos) -AtomStyle(angle/kk/host,AtomVecAngleKokkos) +AtomStyle(angle/kk,AtomVecAngleKokkos); +AtomStyle(angle/kk/device,AtomVecAngleKokkos); +AtomStyle(angle/kk/host,AtomVecAngleKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_atomic_kokkos.h b/src/KOKKOS/atom_vec_atomic_kokkos.h index c3b6981c9b..c46aaac96a 100644 --- a/src/KOKKOS/atom_vec_atomic_kokkos.h +++ b/src/KOKKOS/atom_vec_atomic_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(atomic/kk,AtomVecAtomicKokkos) -AtomStyle(atomic/kk/device,AtomVecAtomicKokkos) -AtomStyle(atomic/kk/host,AtomVecAtomicKokkos) +AtomStyle(atomic/kk,AtomVecAtomicKokkos); +AtomStyle(atomic/kk/device,AtomVecAtomicKokkos); +AtomStyle(atomic/kk/host,AtomVecAtomicKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_bond_kokkos.h b/src/KOKKOS/atom_vec_bond_kokkos.h index d9bf0b84f7..38fbf95147 100644 --- a/src/KOKKOS/atom_vec_bond_kokkos.h +++ b/src/KOKKOS/atom_vec_bond_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(bond/kk,AtomVecBondKokkos) -AtomStyle(bond/kk/device,AtomVecBondKokkos) -AtomStyle(bond/kk/host,AtomVecBondKokkos) +AtomStyle(bond/kk,AtomVecBondKokkos); +AtomStyle(bond/kk/device,AtomVecBondKokkos); +AtomStyle(bond/kk/host,AtomVecBondKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_charge_kokkos.h b/src/KOKKOS/atom_vec_charge_kokkos.h index cfa3ced57c..be8334d909 100644 --- a/src/KOKKOS/atom_vec_charge_kokkos.h +++ b/src/KOKKOS/atom_vec_charge_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(charge/kk,AtomVecChargeKokkos) -AtomStyle(charge/kk/device,AtomVecChargeKokkos) -AtomStyle(charge/kk/host,AtomVecChargeKokkos) +AtomStyle(charge/kk,AtomVecChargeKokkos); +AtomStyle(charge/kk/device,AtomVecChargeKokkos); +AtomStyle(charge/kk/host,AtomVecChargeKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_dpd_kokkos.h b/src/KOKKOS/atom_vec_dpd_kokkos.h index 6643b1e2ec..d0acf8a654 100644 --- a/src/KOKKOS/atom_vec_dpd_kokkos.h +++ b/src/KOKKOS/atom_vec_dpd_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(dpd/kk,AtomVecDPDKokkos) -AtomStyle(dpd/kk/device,AtomVecDPDKokkos) -AtomStyle(dpd/kk/host,AtomVecDPDKokkos) +AtomStyle(dpd/kk,AtomVecDPDKokkos); +AtomStyle(dpd/kk/device,AtomVecDPDKokkos); +AtomStyle(dpd/kk/host,AtomVecDPDKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_full_kokkos.h b/src/KOKKOS/atom_vec_full_kokkos.h index e2b91d07d1..65a587a894 100644 --- a/src/KOKKOS/atom_vec_full_kokkos.h +++ b/src/KOKKOS/atom_vec_full_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(full/kk,AtomVecFullKokkos) -AtomStyle(full/kk/device,AtomVecFullKokkos) -AtomStyle(full/kk/host,AtomVecFullKokkos) +AtomStyle(full/kk,AtomVecFullKokkos); +AtomStyle(full/kk/device,AtomVecFullKokkos); +AtomStyle(full/kk/host,AtomVecFullKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_hybrid_kokkos.h b/src/KOKKOS/atom_vec_hybrid_kokkos.h index f44ba22a32..611bc13ee1 100644 --- a/src/KOKKOS/atom_vec_hybrid_kokkos.h +++ b/src/KOKKOS/atom_vec_hybrid_kokkos.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(hybrid/kk,AtomVecHybridKokkos) +AtomStyle(hybrid/kk,AtomVecHybridKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_molecular_kokkos.h b/src/KOKKOS/atom_vec_molecular_kokkos.h index f464377b8f..52506f11d5 100644 --- a/src/KOKKOS/atom_vec_molecular_kokkos.h +++ b/src/KOKKOS/atom_vec_molecular_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(molecular/kk,AtomVecMolecularKokkos) -AtomStyle(molecular/kk/device,AtomVecMolecularKokkos) -AtomStyle(molecular/kk/host,AtomVecMolecularKokkos) +AtomStyle(molecular/kk,AtomVecMolecularKokkos); +AtomStyle(molecular/kk/device,AtomVecMolecularKokkos); +AtomStyle(molecular/kk/host,AtomVecMolecularKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_sphere_kokkos.h b/src/KOKKOS/atom_vec_sphere_kokkos.h index 862490c3a6..6716cad63d 100644 --- a/src/KOKKOS/atom_vec_sphere_kokkos.h +++ b/src/KOKKOS/atom_vec_sphere_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(sphere/kk,AtomVecSphereKokkos) -AtomStyle(sphere/kk/device,AtomVecSphereKokkos) -AtomStyle(sphere/kk/host,AtomVecSphereKokkos) +AtomStyle(sphere/kk,AtomVecSphereKokkos); +AtomStyle(sphere/kk/device,AtomVecSphereKokkos); +AtomStyle(sphere/kk/host,AtomVecSphereKokkos); // clang-format on #else diff --git a/src/KOKKOS/atom_vec_spin_kokkos.h b/src/KOKKOS/atom_vec_spin_kokkos.h index 922a34e0ef..755471d1b9 100644 --- a/src/KOKKOS/atom_vec_spin_kokkos.h +++ b/src/KOKKOS/atom_vec_spin_kokkos.h @@ -13,9 +13,9 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(spin/kk,AtomVecSpinKokkos) -AtomStyle(spin/kk/device,AtomVecSpinKokkos) -AtomStyle(spin/kk/host,AtomVecSpinKokkos) +AtomStyle(spin/kk,AtomVecSpinKokkos); +AtomStyle(spin/kk/device,AtomVecSpinKokkos); +AtomStyle(spin/kk/host,AtomVecSpinKokkos); // clang-format on #else diff --git a/src/KOKKOS/bond_class2_kokkos.h b/src/KOKKOS/bond_class2_kokkos.h index c65d3a4ca7..2374680b42 100644 --- a/src/KOKKOS/bond_class2_kokkos.h +++ b/src/KOKKOS/bond_class2_kokkos.h @@ -13,9 +13,9 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(class2/kk,BondClass2Kokkos) -BondStyle(class2/kk/device,BondClass2Kokkos) -BondStyle(class2/kk/host,BondClass2Kokkos) +BondStyle(class2/kk,BondClass2Kokkos); +BondStyle(class2/kk/device,BondClass2Kokkos); +BondStyle(class2/kk/host,BondClass2Kokkos); // clang-format on #else diff --git a/src/KOKKOS/bond_fene_kokkos.h b/src/KOKKOS/bond_fene_kokkos.h index c828c5da89..2d606474f9 100644 --- a/src/KOKKOS/bond_fene_kokkos.h +++ b/src/KOKKOS/bond_fene_kokkos.h @@ -13,9 +13,9 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(fene/kk,BondFENEKokkos) -BondStyle(fene/kk/device,BondFENEKokkos) -BondStyle(fene/kk/host,BondFENEKokkos) +BondStyle(fene/kk,BondFENEKokkos); +BondStyle(fene/kk/device,BondFENEKokkos); +BondStyle(fene/kk/host,BondFENEKokkos); // clang-format on #else diff --git a/src/KOKKOS/bond_harmonic_kokkos.h b/src/KOKKOS/bond_harmonic_kokkos.h index 5809e20b37..ce436aaa06 100644 --- a/src/KOKKOS/bond_harmonic_kokkos.h +++ b/src/KOKKOS/bond_harmonic_kokkos.h @@ -13,9 +13,9 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(harmonic/kk,BondHarmonicKokkos) -BondStyle(harmonic/kk/device,BondHarmonicKokkos) -BondStyle(harmonic/kk/host,BondHarmonicKokkos) +BondStyle(harmonic/kk,BondHarmonicKokkos); +BondStyle(harmonic/kk/device,BondHarmonicKokkos); +BondStyle(harmonic/kk/host,BondHarmonicKokkos); // clang-format on #else diff --git a/src/KOKKOS/compute_coord_atom_kokkos.h b/src/KOKKOS/compute_coord_atom_kokkos.h index ba94a88cd0..3fcd5cb1f4 100644 --- a/src/KOKKOS/compute_coord_atom_kokkos.h +++ b/src/KOKKOS/compute_coord_atom_kokkos.h @@ -13,9 +13,9 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(coord/atom/kk,ComputeCoordAtomKokkos) -ComputeStyle(coord/atom/kk/device,ComputeCoordAtomKokkos) -ComputeStyle(coord/atom/kk/host,ComputeCoordAtomKokkos) +ComputeStyle(coord/atom/kk,ComputeCoordAtomKokkos); +ComputeStyle(coord/atom/kk/device,ComputeCoordAtomKokkos); +ComputeStyle(coord/atom/kk/host,ComputeCoordAtomKokkos); // clang-format on #else diff --git a/src/KOKKOS/compute_orientorder_atom_kokkos.h b/src/KOKKOS/compute_orientorder_atom_kokkos.h index a9c356e24a..d55f7dc264 100644 --- a/src/KOKKOS/compute_orientorder_atom_kokkos.h +++ b/src/KOKKOS/compute_orientorder_atom_kokkos.h @@ -13,9 +13,9 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(orientorder/atom/kk,ComputeOrientOrderAtomKokkos) -ComputeStyle(orientorder/atom/kk/device,ComputeOrientOrderAtomKokkos) -ComputeStyle(orientorder/atom/kk/host,ComputeOrientOrderAtomKokkos) +ComputeStyle(orientorder/atom/kk,ComputeOrientOrderAtomKokkos); +ComputeStyle(orientorder/atom/kk/device,ComputeOrientOrderAtomKokkos); +ComputeStyle(orientorder/atom/kk/host,ComputeOrientOrderAtomKokkos); // clang-format on #else diff --git a/src/KOKKOS/compute_temp_kokkos.h b/src/KOKKOS/compute_temp_kokkos.h index 63bc259a28..4016bfadfd 100644 --- a/src/KOKKOS/compute_temp_kokkos.h +++ b/src/KOKKOS/compute_temp_kokkos.h @@ -13,9 +13,9 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/kk,ComputeTempKokkos) -ComputeStyle(temp/kk/device,ComputeTempKokkos) -ComputeStyle(temp/kk/host,ComputeTempKokkos) +ComputeStyle(temp/kk,ComputeTempKokkos); +ComputeStyle(temp/kk/device,ComputeTempKokkos); +ComputeStyle(temp/kk/host,ComputeTempKokkos); // clang-format on #else diff --git a/src/KOKKOS/dihedral_charmm_kokkos.h b/src/KOKKOS/dihedral_charmm_kokkos.h index 0676668a8c..5e26ce08fd 100644 --- a/src/KOKKOS/dihedral_charmm_kokkos.h +++ b/src/KOKKOS/dihedral_charmm_kokkos.h @@ -13,9 +13,9 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(charmm/kk,DihedralCharmmKokkos) -DihedralStyle(charmm/kk/device,DihedralCharmmKokkos) -DihedralStyle(charmm/kk/host,DihedralCharmmKokkos) +DihedralStyle(charmm/kk,DihedralCharmmKokkos); +DihedralStyle(charmm/kk/device,DihedralCharmmKokkos); +DihedralStyle(charmm/kk/host,DihedralCharmmKokkos); // clang-format on #else diff --git a/src/KOKKOS/dihedral_class2_kokkos.h b/src/KOKKOS/dihedral_class2_kokkos.h index 1303ca79dd..e6410dbe09 100644 --- a/src/KOKKOS/dihedral_class2_kokkos.h +++ b/src/KOKKOS/dihedral_class2_kokkos.h @@ -13,9 +13,9 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(class2/kk,DihedralClass2Kokkos) -DihedralStyle(class2/kk/device,DihedralClass2Kokkos) -DihedralStyle(class2/kk/host,DihedralClass2Kokkos) +DihedralStyle(class2/kk,DihedralClass2Kokkos); +DihedralStyle(class2/kk/device,DihedralClass2Kokkos); +DihedralStyle(class2/kk/host,DihedralClass2Kokkos); // clang-format on #else diff --git a/src/KOKKOS/dihedral_harmonic_kokkos.h b/src/KOKKOS/dihedral_harmonic_kokkos.h index fadefe02b4..26d5d8f91a 100644 --- a/src/KOKKOS/dihedral_harmonic_kokkos.h +++ b/src/KOKKOS/dihedral_harmonic_kokkos.h @@ -13,9 +13,9 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(harmonic/kk,DihedralHarmonicKokkos) -DihedralStyle(harmonic/kk/device,DihedralHarmonicKokkos) -DihedralStyle(harmonic/kk/host,DihedralHarmonicKokkos) +DihedralStyle(harmonic/kk,DihedralHarmonicKokkos); +DihedralStyle(harmonic/kk/device,DihedralHarmonicKokkos); +DihedralStyle(harmonic/kk/host,DihedralHarmonicKokkos); // clang-format on #else diff --git a/src/KOKKOS/dihedral_opls_kokkos.h b/src/KOKKOS/dihedral_opls_kokkos.h index a43fb5dcc0..dd5579a678 100644 --- a/src/KOKKOS/dihedral_opls_kokkos.h +++ b/src/KOKKOS/dihedral_opls_kokkos.h @@ -13,9 +13,9 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(opls/kk,DihedralOPLSKokkos) -DihedralStyle(opls/kk/device,DihedralOPLSKokkos) -DihedralStyle(opls/kk/host,DihedralOPLSKokkos) +DihedralStyle(opls/kk,DihedralOPLSKokkos); +DihedralStyle(opls/kk/device,DihedralOPLSKokkos); +DihedralStyle(opls/kk/host,DihedralOPLSKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_deform_kokkos.h b/src/KOKKOS/fix_deform_kokkos.h index 3e187953fa..3d30813b76 100644 --- a/src/KOKKOS/fix_deform_kokkos.h +++ b/src/KOKKOS/fix_deform_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(deform/kk,FixDeformKokkos) -FixStyle(deform/kk/device,FixDeformKokkos) -FixStyle(deform/kk/host,FixDeformKokkos) +FixStyle(deform/kk,FixDeformKokkos); +FixStyle(deform/kk/device,FixDeformKokkos); +FixStyle(deform/kk/host,FixDeformKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_dpd_energy_kokkos.h b/src/KOKKOS/fix_dpd_energy_kokkos.h index 25f2b8d381..d209bf3592 100644 --- a/src/KOKKOS/fix_dpd_energy_kokkos.h +++ b/src/KOKKOS/fix_dpd_energy_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(dpd/energy/kk,FixDPDenergyKokkos) -FixStyle(dpd/energy/kk/device,FixDPDenergyKokkos) -FixStyle(dpd/energy/kk/host,FixDPDenergyKokkos) +FixStyle(dpd/energy/kk,FixDPDenergyKokkos); +FixStyle(dpd/energy/kk/device,FixDPDenergyKokkos); +FixStyle(dpd/energy/kk/host,FixDPDenergyKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_enforce2d_kokkos.h b/src/KOKKOS/fix_enforce2d_kokkos.h index 12a8233ee3..a89cc57e84 100644 --- a/src/KOKKOS/fix_enforce2d_kokkos.h +++ b/src/KOKKOS/fix_enforce2d_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(enforce2d/kk,FixEnforce2DKokkos) -FixStyle(enforce2d/kk/device,FixEnforce2DKokkos) -FixStyle(enforce2d/kk/host,FixEnforce2DKokkos) +FixStyle(enforce2d/kk,FixEnforce2DKokkos); +FixStyle(enforce2d/kk/device,FixEnforce2DKokkos); +FixStyle(enforce2d/kk/host,FixEnforce2DKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_eos_table_rx_kokkos.h b/src/KOKKOS/fix_eos_table_rx_kokkos.h index 8269a60451..97c0c4b252 100644 --- a/src/KOKKOS/fix_eos_table_rx_kokkos.h +++ b/src/KOKKOS/fix_eos_table_rx_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(eos/table/rx/kk,FixEOStableRXKokkos) -FixStyle(eos/table/rx/kk/device,FixEOStableRXKokkos) -FixStyle(eos/table/rx/kk/host,FixEOStableRXKokkos) +FixStyle(eos/table/rx/kk,FixEOStableRXKokkos); +FixStyle(eos/table/rx/kk/device,FixEOStableRXKokkos); +FixStyle(eos/table/rx/kk/host,FixEOStableRXKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_freeze_kokkos.h b/src/KOKKOS/fix_freeze_kokkos.h index 675477ae1a..03ccbdc634 100644 --- a/src/KOKKOS/fix_freeze_kokkos.h +++ b/src/KOKKOS/fix_freeze_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(freeze/kk,FixFreezeKokkos) -FixStyle(freeze/kk/device,FixFreezeKokkos) -FixStyle(freeze/kk/host,FixFreezeKokkos) +FixStyle(freeze/kk,FixFreezeKokkos); +FixStyle(freeze/kk/device,FixFreezeKokkos); +FixStyle(freeze/kk/host,FixFreezeKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_gravity_kokkos.h b/src/KOKKOS/fix_gravity_kokkos.h index 1a22e84018..b7f9508aa3 100644 --- a/src/KOKKOS/fix_gravity_kokkos.h +++ b/src/KOKKOS/fix_gravity_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(gravity/kk,FixGravityKokkos) -FixStyle(gravity/kk/device,FixGravityKokkos) -FixStyle(gravity/kk/host,FixGravityKokkos) +FixStyle(gravity/kk,FixGravityKokkos); +FixStyle(gravity/kk/device,FixGravityKokkos); +FixStyle(gravity/kk/host,FixGravityKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_langevin_kokkos.h b/src/KOKKOS/fix_langevin_kokkos.h index b05ecd87da..61ead51b6c 100644 --- a/src/KOKKOS/fix_langevin_kokkos.h +++ b/src/KOKKOS/fix_langevin_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(langevin/kk,FixLangevinKokkos) -FixStyle(langevin/kk/device,FixLangevinKokkos) -FixStyle(langevin/kk/host,FixLangevinKokkos) +FixStyle(langevin/kk,FixLangevinKokkos); +FixStyle(langevin/kk/device,FixLangevinKokkos); +FixStyle(langevin/kk/host,FixLangevinKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_minimize_kokkos.h b/src/KOKKOS/fix_minimize_kokkos.h index 9b2e6db6ce..b8412d4b0e 100644 --- a/src/KOKKOS/fix_minimize_kokkos.h +++ b/src/KOKKOS/fix_minimize_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(MINIMIZE/kk,FixMinimizeKokkos) -FixStyle(MINIMIZE/kk/device,FixMinimizeKokkos) -FixStyle(MINIMIZE/kk/host,FixMinimizeKokkos) +FixStyle(MINIMIZE/kk,FixMinimizeKokkos); +FixStyle(MINIMIZE/kk/device,FixMinimizeKokkos); +FixStyle(MINIMIZE/kk/host,FixMinimizeKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_momentum_kokkos.h b/src/KOKKOS/fix_momentum_kokkos.h index b97695bdf3..5e96ef7235 100644 --- a/src/KOKKOS/fix_momentum_kokkos.h +++ b/src/KOKKOS/fix_momentum_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(momentum/kk,FixMomentumKokkos) -FixStyle(momentum/kk/device,FixMomentumKokkos) -FixStyle(momentum/kk/host,FixMomentumKokkos) +FixStyle(momentum/kk,FixMomentumKokkos); +FixStyle(momentum/kk/device,FixMomentumKokkos); +FixStyle(momentum/kk/host,FixMomentumKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_neigh_history_kokkos.h b/src/KOKKOS/fix_neigh_history_kokkos.h index 2461a2c353..63ba997aa3 100644 --- a/src/KOKKOS/fix_neigh_history_kokkos.h +++ b/src/KOKKOS/fix_neigh_history_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(NEIGH_HISTORY/KK,FixNeighHistoryKokkos) -FixStyle(NEIGH_HISTORY/KK/DEVICE,FixNeighHistoryKokkos) -FixStyle(NEIGH_HISTORY/KK/HOST,FixNeighHistoryKokkos) +FixStyle(NEIGH_HISTORY/KK,FixNeighHistoryKokkos); +FixStyle(NEIGH_HISTORY/KK/DEVICE,FixNeighHistoryKokkos); +FixStyle(NEIGH_HISTORY/KK/HOST,FixNeighHistoryKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_nph_kokkos.h b/src/KOKKOS/fix_nph_kokkos.h index 9b70ee03e4..09e5240472 100644 --- a/src/KOKKOS/fix_nph_kokkos.h +++ b/src/KOKKOS/fix_nph_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph/kk,FixNPHKokkos) -FixStyle(nph/kk/device,FixNPHKokkos) -FixStyle(nph/kk/host,FixNPHKokkos) +FixStyle(nph/kk,FixNPHKokkos); +FixStyle(nph/kk/device,FixNPHKokkos); +FixStyle(nph/kk/host,FixNPHKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_npt_kokkos.h b/src/KOKKOS/fix_npt_kokkos.h index 79e9b52853..30e0c17e66 100644 --- a/src/KOKKOS/fix_npt_kokkos.h +++ b/src/KOKKOS/fix_npt_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/kk,FixNPTKokkos) -FixStyle(npt/kk/device,FixNPTKokkos) -FixStyle(npt/kk/host,FixNPTKokkos) +FixStyle(npt/kk,FixNPTKokkos); +FixStyle(npt/kk/device,FixNPTKokkos); +FixStyle(npt/kk/host,FixNPTKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_nve_kokkos.h b/src/KOKKOS/fix_nve_kokkos.h index f12979dfbc..ea8c54324b 100644 --- a/src/KOKKOS/fix_nve_kokkos.h +++ b/src/KOKKOS/fix_nve_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/kk,FixNVEKokkos) -FixStyle(nve/kk/device,FixNVEKokkos) -FixStyle(nve/kk/host,FixNVEKokkos) +FixStyle(nve/kk,FixNVEKokkos); +FixStyle(nve/kk/device,FixNVEKokkos); +FixStyle(nve/kk/host,FixNVEKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_nve_sphere_kokkos.h b/src/KOKKOS/fix_nve_sphere_kokkos.h index 4f896e449e..88edc2a586 100644 --- a/src/KOKKOS/fix_nve_sphere_kokkos.h +++ b/src/KOKKOS/fix_nve_sphere_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/sphere/kk,FixNVESphereKokkos) -FixStyle(nve/sphere/kk/device,FixNVESphereKokkos) -FixStyle(nve/sphere/kk/host,FixNVESphereKokkos) +FixStyle(nve/sphere/kk,FixNVESphereKokkos); +FixStyle(nve/sphere/kk/device,FixNVESphereKokkos); +FixStyle(nve/sphere/kk/host,FixNVESphereKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_nvt_kokkos.h b/src/KOKKOS/fix_nvt_kokkos.h index 85f0a26bc3..0db4f65b46 100644 --- a/src/KOKKOS/fix_nvt_kokkos.h +++ b/src/KOKKOS/fix_nvt_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/kk,FixNVTKokkos) -FixStyle(nvt/kk/device,FixNVTKokkos) -FixStyle(nvt/kk/host,FixNVTKokkos) +FixStyle(nvt/kk,FixNVTKokkos); +FixStyle(nvt/kk/device,FixNVTKokkos); +FixStyle(nvt/kk/host,FixNVTKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_property_atom_kokkos.h b/src/KOKKOS/fix_property_atom_kokkos.h index c8900a8edd..4b10d4b4aa 100644 --- a/src/KOKKOS/fix_property_atom_kokkos.h +++ b/src/KOKKOS/fix_property_atom_kokkos.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(property/atom/kk,FixPropertyAtomKokkos) +FixStyle(property/atom/kk,FixPropertyAtomKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_qeq_reax_kokkos.h b/src/KOKKOS/fix_qeq_reax_kokkos.h index 94aa33516b..5fbac65d80 100644 --- a/src/KOKKOS/fix_qeq_reax_kokkos.h +++ b/src/KOKKOS/fix_qeq_reax_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/reax/kk,FixQEqReaxKokkos) -FixStyle(qeq/reax/kk/device,FixQEqReaxKokkos) -FixStyle(qeq/reax/kk/host,FixQEqReaxKokkos) +FixStyle(qeq/reax/kk,FixQEqReaxKokkos); +FixStyle(qeq/reax/kk/device,FixQEqReaxKokkos); +FixStyle(qeq/reax/kk/host,FixQEqReaxKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_reaxc_bonds_kokkos.h b/src/KOKKOS/fix_reaxc_bonds_kokkos.h index 9a07cc0eb7..31a7b6e714 100644 --- a/src/KOKKOS/fix_reaxc_bonds_kokkos.h +++ b/src/KOKKOS/fix_reaxc_bonds_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(reax/c/bonds/kk,FixReaxCBondsKokkos) -FixStyle(reax/c/bonds/kk/device,FixReaxCBondsKokkos) -FixStyle(reax/c/bonds/kk/host,FixReaxCBondsKokkos) +FixStyle(reax/c/bonds/kk,FixReaxCBondsKokkos); +FixStyle(reax/c/bonds/kk/device,FixReaxCBondsKokkos); +FixStyle(reax/c/bonds/kk/host,FixReaxCBondsKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_reaxc_species_kokkos.h b/src/KOKKOS/fix_reaxc_species_kokkos.h index e92d3f6f9c..eb9dd99187 100644 --- a/src/KOKKOS/fix_reaxc_species_kokkos.h +++ b/src/KOKKOS/fix_reaxc_species_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(reax/c/species/kk,FixReaxCSpeciesKokkos) -FixStyle(reax/c/species/kk/device,FixReaxCSpeciesKokkos) -FixStyle(reax/c/species/kk/host,FixReaxCSpeciesKokkos) +FixStyle(reax/c/species/kk,FixReaxCSpeciesKokkos); +FixStyle(reax/c/species/kk/device,FixReaxCSpeciesKokkos); +FixStyle(reax/c/species/kk/host,FixReaxCSpeciesKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_rx_kokkos.h b/src/KOKKOS/fix_rx_kokkos.h index f6e33f316f..1a4f74eda0 100644 --- a/src/KOKKOS/fix_rx_kokkos.h +++ b/src/KOKKOS/fix_rx_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rx/kk,FixRxKokkos) -FixStyle(rx/kk/device,FixRxKokkos) -FixStyle(rx/kk/host,FixRxKokkos) +FixStyle(rx/kk,FixRxKokkos); +FixStyle(rx/kk/device,FixRxKokkos); +FixStyle(rx/kk/host,FixRxKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_setforce_kokkos.h b/src/KOKKOS/fix_setforce_kokkos.h index 1e6fbf5e13..25ccc2bab9 100644 --- a/src/KOKKOS/fix_setforce_kokkos.h +++ b/src/KOKKOS/fix_setforce_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(setforce/kk,FixSetForceKokkos) -FixStyle(setforce/kk/device,FixSetForceKokkos) -FixStyle(setforce/kk/host,FixSetForceKokkos) +FixStyle(setforce/kk,FixSetForceKokkos); +FixStyle(setforce/kk/device,FixSetForceKokkos); +FixStyle(setforce/kk/host,FixSetForceKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_shake_kokkos.h b/src/KOKKOS/fix_shake_kokkos.h index 30c6e6974b..601e287252 100644 --- a/src/KOKKOS/fix_shake_kokkos.h +++ b/src/KOKKOS/fix_shake_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(shake/kk,FixShakeKokkos) -FixStyle(shake/kk/device,FixShakeKokkos) -FixStyle(shake/kk/host,FixShakeKokkos) +FixStyle(shake/kk,FixShakeKokkos); +FixStyle(shake/kk/device,FixShakeKokkos); +FixStyle(shake/kk/host,FixShakeKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_shardlow_kokkos.h b/src/KOKKOS/fix_shardlow_kokkos.h index f2d99d1d01..1f55d25b0e 100644 --- a/src/KOKKOS/fix_shardlow_kokkos.h +++ b/src/KOKKOS/fix_shardlow_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(shardlow/kk,FixShardlowKokkos) -FixStyle(shardlow/kk/device,FixShardlowKokkos) -FixStyle(shardlow/kk/host,FixShardlowKokkos) +FixStyle(shardlow/kk,FixShardlowKokkos); +FixStyle(shardlow/kk/device,FixShardlowKokkos); +FixStyle(shardlow/kk/host,FixShardlowKokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_wall_lj93_kokkos.h b/src/KOKKOS/fix_wall_lj93_kokkos.h index ce830ababf..21ce6db6f0 100644 --- a/src/KOKKOS/fix_wall_lj93_kokkos.h +++ b/src/KOKKOS/fix_wall_lj93_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/lj93/kk,FixWallLJ93Kokkos) -FixStyle(wall/lj93/kk/device,FixWallLJ93Kokkos) -FixStyle(wall/lj93/kk/host,FixWallLJ93Kokkos) +FixStyle(wall/lj93/kk,FixWallLJ93Kokkos); +FixStyle(wall/lj93/kk/device,FixWallLJ93Kokkos); +FixStyle(wall/lj93/kk/host,FixWallLJ93Kokkos); // clang-format on #else diff --git a/src/KOKKOS/fix_wall_reflect_kokkos.h b/src/KOKKOS/fix_wall_reflect_kokkos.h index d25fcd10d5..0733096047 100644 --- a/src/KOKKOS/fix_wall_reflect_kokkos.h +++ b/src/KOKKOS/fix_wall_reflect_kokkos.h @@ -13,9 +13,9 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/reflect/kk,FixWallReflectKokkos) -FixStyle(wall/reflect/kk/device,FixWallReflectKokkos) -FixStyle(wall/reflect/kk/host,FixWallReflectKokkos) +FixStyle(wall/reflect/kk,FixWallReflectKokkos); +FixStyle(wall/reflect/kk/device,FixWallReflectKokkos); +FixStyle(wall/reflect/kk/host,FixWallReflectKokkos); // clang-format on #else diff --git a/src/KOKKOS/improper_class2_kokkos.h b/src/KOKKOS/improper_class2_kokkos.h index 4f8686a1a6..3f57a3c5ac 100644 --- a/src/KOKKOS/improper_class2_kokkos.h +++ b/src/KOKKOS/improper_class2_kokkos.h @@ -13,9 +13,9 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(class2/kk,ImproperClass2Kokkos) -ImproperStyle(class2/kk/device,ImproperClass2Kokkos) -ImproperStyle(class2/kk/host,ImproperClass2Kokkos) +ImproperStyle(class2/kk,ImproperClass2Kokkos); +ImproperStyle(class2/kk/device,ImproperClass2Kokkos); +ImproperStyle(class2/kk/host,ImproperClass2Kokkos); // clang-format on #else diff --git a/src/KOKKOS/improper_harmonic_kokkos.h b/src/KOKKOS/improper_harmonic_kokkos.h index c2d037cae1..4f2ff10126 100644 --- a/src/KOKKOS/improper_harmonic_kokkos.h +++ b/src/KOKKOS/improper_harmonic_kokkos.h @@ -13,9 +13,9 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(harmonic/kk,ImproperHarmonicKokkos) -ImproperStyle(harmonic/kk/device,ImproperHarmonicKokkos) -ImproperStyle(harmonic/kk/host,ImproperHarmonicKokkos) +ImproperStyle(harmonic/kk,ImproperHarmonicKokkos); +ImproperStyle(harmonic/kk/device,ImproperHarmonicKokkos); +ImproperStyle(harmonic/kk/host,ImproperHarmonicKokkos); // clang-format on #else diff --git a/src/KOKKOS/min_cg_kokkos.h b/src/KOKKOS/min_cg_kokkos.h index 2b5fa16ee2..62cf16e3af 100644 --- a/src/KOKKOS/min_cg_kokkos.h +++ b/src/KOKKOS/min_cg_kokkos.h @@ -13,9 +13,9 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(cg/kk,MinCGKokkos) -MinimizeStyle(cg/kk/device,MinCGKokkos) -MinimizeStyle(cg/kk/host,MinCGKokkos) +MinimizeStyle(cg/kk,MinCGKokkos); +MinimizeStyle(cg/kk/device,MinCGKokkos); +MinimizeStyle(cg/kk/host,MinCGKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_buck_coul_cut_kokkos.h b/src/KOKKOS/pair_buck_coul_cut_kokkos.h index cdfab9ef36..893ad4beda 100644 --- a/src/KOKKOS/pair_buck_coul_cut_kokkos.h +++ b/src/KOKKOS/pair_buck_coul_cut_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/cut/kk,PairBuckCoulCutKokkos) -PairStyle(buck/coul/cut/kk/device,PairBuckCoulCutKokkos) -PairStyle(buck/coul/cut/kk/host,PairBuckCoulCutKokkos) +PairStyle(buck/coul/cut/kk,PairBuckCoulCutKokkos); +PairStyle(buck/coul/cut/kk/device,PairBuckCoulCutKokkos); +PairStyle(buck/coul/cut/kk/host,PairBuckCoulCutKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_buck_coul_long_kokkos.h b/src/KOKKOS/pair_buck_coul_long_kokkos.h index e125b1405f..44d3adf3b4 100644 --- a/src/KOKKOS/pair_buck_coul_long_kokkos.h +++ b/src/KOKKOS/pair_buck_coul_long_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/long/kk,PairBuckCoulLongKokkos) -PairStyle(buck/coul/long/kk/device,PairBuckCoulLongKokkos) -PairStyle(buck/coul/long/kk/host,PairBuckCoulLongKokkos) +PairStyle(buck/coul/long/kk,PairBuckCoulLongKokkos); +PairStyle(buck/coul/long/kk/device,PairBuckCoulLongKokkos); +PairStyle(buck/coul/long/kk/host,PairBuckCoulLongKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_buck_kokkos.h b/src/KOKKOS/pair_buck_kokkos.h index 1697ab4150..65878f9839 100644 --- a/src/KOKKOS/pair_buck_kokkos.h +++ b/src/KOKKOS/pair_buck_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/kk,PairBuckKokkos) -PairStyle(buck/kk/device,PairBuckKokkos) -PairStyle(buck/kk/host,PairBuckKokkos) +PairStyle(buck/kk,PairBuckKokkos); +PairStyle(buck/kk/device,PairBuckKokkos); +PairStyle(buck/kk/host,PairBuckKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_coul_cut_kokkos.h b/src/KOKKOS/pair_coul_cut_kokkos.h index ea5e57189b..3f268f472e 100644 --- a/src/KOKKOS/pair_coul_cut_kokkos.h +++ b/src/KOKKOS/pair_coul_cut_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/cut/kk,PairCoulCutKokkos) -PairStyle(coul/cut/kk/device,PairCoulCutKokkos) -PairStyle(coul/cut/kk/host,PairCoulCutKokkos) +PairStyle(coul/cut/kk,PairCoulCutKokkos); +PairStyle(coul/cut/kk/device,PairCoulCutKokkos); +PairStyle(coul/cut/kk/host,PairCoulCutKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_coul_debye_kokkos.h b/src/KOKKOS/pair_coul_debye_kokkos.h index b46f9c9bc7..0b91a09578 100644 --- a/src/KOKKOS/pair_coul_debye_kokkos.h +++ b/src/KOKKOS/pair_coul_debye_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/debye/kk,PairCoulDebyeKokkos) -PairStyle(coul/debye/kk/device,PairCoulDebyeKokkos) -PairStyle(coul/debye/kk/host,PairCoulDebyeKokkos) +PairStyle(coul/debye/kk,PairCoulDebyeKokkos); +PairStyle(coul/debye/kk/device,PairCoulDebyeKokkos); +PairStyle(coul/debye/kk/host,PairCoulDebyeKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_coul_dsf_kokkos.h b/src/KOKKOS/pair_coul_dsf_kokkos.h index 824eb5acbd..976bc8516c 100644 --- a/src/KOKKOS/pair_coul_dsf_kokkos.h +++ b/src/KOKKOS/pair_coul_dsf_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/dsf/kk,PairCoulDSFKokkos) -PairStyle(coul/dsf/kk/device,PairCoulDSFKokkos) -PairStyle(coul/dsf/kk/host,PairCoulDSFKokkos) +PairStyle(coul/dsf/kk,PairCoulDSFKokkos); +PairStyle(coul/dsf/kk/device,PairCoulDSFKokkos); +PairStyle(coul/dsf/kk/host,PairCoulDSFKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_coul_long_kokkos.h b/src/KOKKOS/pair_coul_long_kokkos.h index 9289639224..4d94885a01 100644 --- a/src/KOKKOS/pair_coul_long_kokkos.h +++ b/src/KOKKOS/pair_coul_long_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/long/kk,PairCoulLongKokkos) -PairStyle(coul/long/kk/device,PairCoulLongKokkos) -PairStyle(coul/long/kk/host,PairCoulLongKokkos) +PairStyle(coul/long/kk,PairCoulLongKokkos); +PairStyle(coul/long/kk/device,PairCoulLongKokkos); +PairStyle(coul/long/kk/host,PairCoulLongKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_coul_wolf_kokkos.h b/src/KOKKOS/pair_coul_wolf_kokkos.h index ec1736cda7..480129af02 100644 --- a/src/KOKKOS/pair_coul_wolf_kokkos.h +++ b/src/KOKKOS/pair_coul_wolf_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/wolf/kk,PairCoulWolfKokkos) -PairStyle(coul/wolf/kk/device,PairCoulWolfKokkos) -PairStyle(coul/wolf/kk/host,PairCoulWolfKokkos) +PairStyle(coul/wolf/kk,PairCoulWolfKokkos); +PairStyle(coul/wolf/kk/device,PairCoulWolfKokkos); +PairStyle(coul/wolf/kk/host,PairCoulWolfKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_dpd_fdt_energy_kokkos.h b/src/KOKKOS/pair_dpd_fdt_energy_kokkos.h index b84ef0ce85..a494322963 100644 --- a/src/KOKKOS/pair_dpd_fdt_energy_kokkos.h +++ b/src/KOKKOS/pair_dpd_fdt_energy_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/fdt/energy/kk,PairDPDfdtEnergyKokkos) -PairStyle(dpd/fdt/energy/kk/device,PairDPDfdtEnergyKokkos) -PairStyle(dpd/fdt/energy/kk/host,PairDPDfdtEnergyKokkos) +PairStyle(dpd/fdt/energy/kk,PairDPDfdtEnergyKokkos); +PairStyle(dpd/fdt/energy/kk/device,PairDPDfdtEnergyKokkos); +PairStyle(dpd/fdt/energy/kk/host,PairDPDfdtEnergyKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_eam_alloy_kokkos.h b/src/KOKKOS/pair_eam_alloy_kokkos.h index 6debac1a62..48b33501e2 100644 --- a/src/KOKKOS/pair_eam_alloy_kokkos.h +++ b/src/KOKKOS/pair_eam_alloy_kokkos.h @@ -14,9 +14,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/alloy/kk,PairEAMAlloyKokkos) -PairStyle(eam/alloy/kk/device,PairEAMAlloyKokkos) -PairStyle(eam/alloy/kk/host,PairEAMAlloyKokkos) +PairStyle(eam/alloy/kk,PairEAMAlloyKokkos); +PairStyle(eam/alloy/kk/device,PairEAMAlloyKokkos); +PairStyle(eam/alloy/kk/host,PairEAMAlloyKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_eam_fs_kokkos.h b/src/KOKKOS/pair_eam_fs_kokkos.h index 055499266f..6fc69a5c26 100644 --- a/src/KOKKOS/pair_eam_fs_kokkos.h +++ b/src/KOKKOS/pair_eam_fs_kokkos.h @@ -14,9 +14,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/fs/kk,PairEAMFSKokkos) -PairStyle(eam/fs/kk/device,PairEAMFSKokkos) -PairStyle(eam/fs/kk/host,PairEAMFSKokkos) +PairStyle(eam/fs/kk,PairEAMFSKokkos); +PairStyle(eam/fs/kk/device,PairEAMFSKokkos); +PairStyle(eam/fs/kk/host,PairEAMFSKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_eam_kokkos.h b/src/KOKKOS/pair_eam_kokkos.h index 381dcba194..8a1abd8755 100644 --- a/src/KOKKOS/pair_eam_kokkos.h +++ b/src/KOKKOS/pair_eam_kokkos.h @@ -14,9 +14,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/kk,PairEAMKokkos) -PairStyle(eam/kk/device,PairEAMKokkos) -PairStyle(eam/kk/host,PairEAMKokkos) +PairStyle(eam/kk,PairEAMKokkos); +PairStyle(eam/kk/device,PairEAMKokkos); +PairStyle(eam/kk/host,PairEAMKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_exp6_rx_kokkos.h b/src/KOKKOS/pair_exp6_rx_kokkos.h index c6b602afe3..920caef4ca 100644 --- a/src/KOKKOS/pair_exp6_rx_kokkos.h +++ b/src/KOKKOS/pair_exp6_rx_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(exp6/rx/kk,PairExp6rxKokkos) -PairStyle(exp6/rx/kk/device,PairExp6rxKokkos) -PairStyle(exp6/rx/kk/host,PairExp6rxKokkos) +PairStyle(exp6/rx/kk,PairExp6rxKokkos); +PairStyle(exp6/rx/kk/device,PairExp6rxKokkos); +PairStyle(exp6/rx/kk/host,PairExp6rxKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_gran_hooke_history_kokkos.h b/src/KOKKOS/pair_gran_hooke_history_kokkos.h index a889c05f20..351913d2ef 100644 --- a/src/KOKKOS/pair_gran_hooke_history_kokkos.h +++ b/src/KOKKOS/pair_gran_hooke_history_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gran/hooke/history/kk,PairGranHookeHistoryKokkos) -PairStyle(gran/hooke/history/kk/device,PairGranHookeHistoryKokkos) -PairStyle(gran/hooke/history/kk/host,PairGranHookeHistoryKokkos) +PairStyle(gran/hooke/history/kk,PairGranHookeHistoryKokkos); +PairStyle(gran/hooke/history/kk/device,PairGranHookeHistoryKokkos); +PairStyle(gran/hooke/history/kk/host,PairGranHookeHistoryKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_hybrid_kokkos.h b/src/KOKKOS/pair_hybrid_kokkos.h index 9cc1245787..baf141d4ca 100644 --- a/src/KOKKOS/pair_hybrid_kokkos.h +++ b/src/KOKKOS/pair_hybrid_kokkos.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hybrid/kk,PairHybridKokkos) +PairStyle(hybrid/kk,PairHybridKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_hybrid_overlay_kokkos.h b/src/KOKKOS/pair_hybrid_overlay_kokkos.h index 3f6fa135fc..423bd48ea1 100644 --- a/src/KOKKOS/pair_hybrid_overlay_kokkos.h +++ b/src/KOKKOS/pair_hybrid_overlay_kokkos.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hybrid/overlay/kk,PairHybridOverlayKokkos) +PairStyle(hybrid/overlay/kk,PairHybridOverlayKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.h b/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.h index 81d2792770..7122584b29 100644 --- a/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.h +++ b/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/charmm/implicit/kk,PairLJCharmmCoulCharmmImplicitKokkos) -PairStyle(lj/charmm/coul/charmm/implicit/kk/device,PairLJCharmmCoulCharmmImplicitKokkos) -PairStyle(lj/charmm/coul/charmm/implicit/kk/host,PairLJCharmmCoulCharmmImplicitKokkos) +PairStyle(lj/charmm/coul/charmm/implicit/kk,PairLJCharmmCoulCharmmImplicitKokkos); +PairStyle(lj/charmm/coul/charmm/implicit/kk/device,PairLJCharmmCoulCharmmImplicitKokkos); +PairStyle(lj/charmm/coul/charmm/implicit/kk/host,PairLJCharmmCoulCharmmImplicitKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.h b/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.h index 46813f6a76..f13a641b1b 100644 --- a/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.h +++ b/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/charmm/kk,PairLJCharmmCoulCharmmKokkos) -PairStyle(lj/charmm/coul/charmm/kk/device,PairLJCharmmCoulCharmmKokkos) -PairStyle(lj/charmm/coul/charmm/kk/host,PairLJCharmmCoulCharmmKokkos) +PairStyle(lj/charmm/coul/charmm/kk,PairLJCharmmCoulCharmmKokkos); +PairStyle(lj/charmm/coul/charmm/kk/device,PairLJCharmmCoulCharmmKokkos); +PairStyle(lj/charmm/coul/charmm/kk/host,PairLJCharmmCoulCharmmKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.h b/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.h index 1e8f05addc..089fcb9ebb 100644 --- a/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.h +++ b/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/long/kk,PairLJCharmmCoulLongKokkos) -PairStyle(lj/charmm/coul/long/kk/device,PairLJCharmmCoulLongKokkos) -PairStyle(lj/charmm/coul/long/kk/host,PairLJCharmmCoulLongKokkos) +PairStyle(lj/charmm/coul/long/kk,PairLJCharmmCoulLongKokkos); +PairStyle(lj/charmm/coul/long/kk/device,PairLJCharmmCoulLongKokkos); +PairStyle(lj/charmm/coul/long/kk/host,PairLJCharmmCoulLongKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.h b/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.h index f78c373b70..756fb5d896 100644 --- a/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.h +++ b/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/cut/kk,PairLJClass2CoulCutKokkos) -PairStyle(lj/class2/coul/cut/kk/device,PairLJClass2CoulCutKokkos) -PairStyle(lj/class2/coul/cut/kk/host,PairLJClass2CoulCutKokkos) +PairStyle(lj/class2/coul/cut/kk,PairLJClass2CoulCutKokkos); +PairStyle(lj/class2/coul/cut/kk/device,PairLJClass2CoulCutKokkos); +PairStyle(lj/class2/coul/cut/kk/host,PairLJClass2CoulCutKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_class2_coul_long_kokkos.h b/src/KOKKOS/pair_lj_class2_coul_long_kokkos.h index dec556fbe0..3a7b9f6066 100644 --- a/src/KOKKOS/pair_lj_class2_coul_long_kokkos.h +++ b/src/KOKKOS/pair_lj_class2_coul_long_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/long/kk,PairLJClass2CoulLongKokkos) -PairStyle(lj/class2/coul/long/kk/device,PairLJClass2CoulLongKokkos) -PairStyle(lj/class2/coul/long/kk/host,PairLJClass2CoulLongKokkos) +PairStyle(lj/class2/coul/long/kk,PairLJClass2CoulLongKokkos); +PairStyle(lj/class2/coul/long/kk/device,PairLJClass2CoulLongKokkos); +PairStyle(lj/class2/coul/long/kk/host,PairLJClass2CoulLongKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_class2_kokkos.h b/src/KOKKOS/pair_lj_class2_kokkos.h index 980a70a37a..cc7304a8ee 100644 --- a/src/KOKKOS/pair_lj_class2_kokkos.h +++ b/src/KOKKOS/pair_lj_class2_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/kk,PairLJClass2Kokkos) -PairStyle(lj/class2/kk/device,PairLJClass2Kokkos) -PairStyle(lj/class2/kk/host,PairLJClass2Kokkos) +PairStyle(lj/class2/kk,PairLJClass2Kokkos); +PairStyle(lj/class2/kk/device,PairLJClass2Kokkos); +PairStyle(lj/class2/kk/host,PairLJClass2Kokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.h b/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.h index 14b2b289c3..b6e16bb1a8 100644 --- a/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.h +++ b/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/cut/kk,PairLJCutCoulCutKokkos) -PairStyle(lj/cut/coul/cut/kk/device,PairLJCutCoulCutKokkos) -PairStyle(lj/cut/coul/cut/kk/host,PairLJCutCoulCutKokkos) +PairStyle(lj/cut/coul/cut/kk,PairLJCutCoulCutKokkos); +PairStyle(lj/cut/coul/cut/kk/device,PairLJCutCoulCutKokkos); +PairStyle(lj/cut/coul/cut/kk/host,PairLJCutCoulCutKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.h b/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.h index f7536b1fec..0f903d0474 100644 --- a/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.h +++ b/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/debye/kk,PairLJCutCoulDebyeKokkos) -PairStyle(lj/cut/coul/debye/kk/device,PairLJCutCoulDebyeKokkos) -PairStyle(lj/cut/coul/debye/kk/host,PairLJCutCoulDebyeKokkos) +PairStyle(lj/cut/coul/debye/kk,PairLJCutCoulDebyeKokkos); +PairStyle(lj/cut/coul/debye/kk/device,PairLJCutCoulDebyeKokkos); +PairStyle(lj/cut/coul/debye/kk/host,PairLJCutCoulDebyeKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.h b/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.h index c5051ae6de..71e8ed60df 100644 --- a/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.h +++ b/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/dsf/kk,PairLJCutCoulDSFKokkos) -PairStyle(lj/cut/coul/dsf/kk/device,PairLJCutCoulDSFKokkos) -PairStyle(lj/cut/coul/dsf/kk/host,PairLJCutCoulDSFKokkos) +PairStyle(lj/cut/coul/dsf/kk,PairLJCutCoulDSFKokkos); +PairStyle(lj/cut/coul/dsf/kk/device,PairLJCutCoulDSFKokkos); +PairStyle(lj/cut/coul/dsf/kk/host,PairLJCutCoulDSFKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_cut_coul_long_kokkos.h b/src/KOKKOS/pair_lj_cut_coul_long_kokkos.h index 399365e867..1cd6904770 100644 --- a/src/KOKKOS/pair_lj_cut_coul_long_kokkos.h +++ b/src/KOKKOS/pair_lj_cut_coul_long_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long/kk,PairLJCutCoulLongKokkos) -PairStyle(lj/cut/coul/long/kk/device,PairLJCutCoulLongKokkos) -PairStyle(lj/cut/coul/long/kk/host,PairLJCutCoulLongKokkos) +PairStyle(lj/cut/coul/long/kk,PairLJCutCoulLongKokkos); +PairStyle(lj/cut/coul/long/kk/device,PairLJCutCoulLongKokkos); +PairStyle(lj/cut/coul/long/kk/host,PairLJCutCoulLongKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_cut_kokkos.h b/src/KOKKOS/pair_lj_cut_kokkos.h index f27aeaf052..2ddeb48289 100644 --- a/src/KOKKOS/pair_lj_cut_kokkos.h +++ b/src/KOKKOS/pair_lj_cut_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/kk,PairLJCutKokkos) -PairStyle(lj/cut/kk/device,PairLJCutKokkos) -PairStyle(lj/cut/kk/host,PairLJCutKokkos) +PairStyle(lj/cut/kk,PairLJCutKokkos); +PairStyle(lj/cut/kk/device,PairLJCutKokkos); +PairStyle(lj/cut/kk/host,PairLJCutKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_expand_kokkos.h b/src/KOKKOS/pair_lj_expand_kokkos.h index bcc8c07230..fa3ec3908b 100644 --- a/src/KOKKOS/pair_lj_expand_kokkos.h +++ b/src/KOKKOS/pair_lj_expand_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/expand/kk,PairLJExpandKokkos) -PairStyle(lj/expand/kk/device,PairLJExpandKokkos) -PairStyle(lj/expand/kk/host,PairLJExpandKokkos) +PairStyle(lj/expand/kk,PairLJExpandKokkos); +PairStyle(lj/expand/kk/device,PairLJExpandKokkos); +PairStyle(lj/expand/kk/host,PairLJExpandKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.h b/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.h index cb3ae498dd..0c3cd86acf 100644 --- a/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.h +++ b/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/gromacs/coul/gromacs/kk,PairLJGromacsCoulGromacsKokkos) -PairStyle(lj/gromacs/coul/gromacs/kk/device,PairLJGromacsCoulGromacsKokkos) -PairStyle(lj/gromacs/coul/gromacs/kk/host,PairLJGromacsCoulGromacsKokkos) +PairStyle(lj/gromacs/coul/gromacs/kk,PairLJGromacsCoulGromacsKokkos); +PairStyle(lj/gromacs/coul/gromacs/kk/device,PairLJGromacsCoulGromacsKokkos); +PairStyle(lj/gromacs/coul/gromacs/kk/host,PairLJGromacsCoulGromacsKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_gromacs_kokkos.h b/src/KOKKOS/pair_lj_gromacs_kokkos.h index 40acb9b80b..a89362533f 100644 --- a/src/KOKKOS/pair_lj_gromacs_kokkos.h +++ b/src/KOKKOS/pair_lj_gromacs_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/gromacs/kk,PairLJGromacsKokkos) -PairStyle(lj/gromacs/kk/device,PairLJGromacsKokkos) -PairStyle(lj/gromacs/kk/host,PairLJGromacsKokkos) +PairStyle(lj/gromacs/kk,PairLJGromacsKokkos); +PairStyle(lj/gromacs/kk/device,PairLJGromacsKokkos); +PairStyle(lj/gromacs/kk/host,PairLJGromacsKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_lj_sdk_kokkos.h b/src/KOKKOS/pair_lj_sdk_kokkos.h index 42ac26c163..51c60cb796 100644 --- a/src/KOKKOS/pair_lj_sdk_kokkos.h +++ b/src/KOKKOS/pair_lj_sdk_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk/kk,PairLJSDKKokkos) -PairStyle(lj/sdk/kk/device,PairLJSDKKokkos) -PairStyle(lj/sdk/kk/host,PairLJSDKKokkos) +PairStyle(lj/sdk/kk,PairLJSDKKokkos); +PairStyle(lj/sdk/kk/device,PairLJSDKKokkos); +PairStyle(lj/sdk/kk/host,PairLJSDKKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_morse_kokkos.h b/src/KOKKOS/pair_morse_kokkos.h index abeb5aabae..b4e2a8d7a7 100644 --- a/src/KOKKOS/pair_morse_kokkos.h +++ b/src/KOKKOS/pair_morse_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(morse/kk,PairMorseKokkos) -PairStyle(morse/kk/device,PairMorseKokkos) -PairStyle(morse/kk/host,PairMorseKokkos) +PairStyle(morse/kk,PairMorseKokkos); +PairStyle(morse/kk/device,PairMorseKokkos); +PairStyle(morse/kk/host,PairMorseKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_multi_lucy_rx_kokkos.h b/src/KOKKOS/pair_multi_lucy_rx_kokkos.h index 389e260667..1db4d61c52 100644 --- a/src/KOKKOS/pair_multi_lucy_rx_kokkos.h +++ b/src/KOKKOS/pair_multi_lucy_rx_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(multi/lucy/rx/kk,PairMultiLucyRXKokkos) -PairStyle(multi/lucy/rx/kk/device,PairMultiLucyRXKokkos) -PairStyle(multi/lucy/rx/kk/host,PairMultiLucyRXKokkos) +PairStyle(multi/lucy/rx/kk,PairMultiLucyRXKokkos); +PairStyle(multi/lucy/rx/kk/device,PairMultiLucyRXKokkos); +PairStyle(multi/lucy/rx/kk/host,PairMultiLucyRXKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_reaxc_kokkos.h b/src/KOKKOS/pair_reaxc_kokkos.h index 802ffcd0fa..b7e99d914b 100644 --- a/src/KOKKOS/pair_reaxc_kokkos.h +++ b/src/KOKKOS/pair_reaxc_kokkos.h @@ -14,9 +14,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(reax/c/kk,PairReaxCKokkos) -PairStyle(reax/c/kk/device,PairReaxCKokkos) -PairStyle(reax/c/kk/host,PairReaxCKokkos) +PairStyle(reax/c/kk,PairReaxCKokkos); +PairStyle(reax/c/kk/device,PairReaxCKokkos); +PairStyle(reax/c/kk/host,PairReaxCKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_snap_kokkos.h b/src/KOKKOS/pair_snap_kokkos.h index 58429963a6..000b9fb38b 100644 --- a/src/KOKKOS/pair_snap_kokkos.h +++ b/src/KOKKOS/pair_snap_kokkos.h @@ -13,12 +13,12 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(snap/kk,PairSNAPKokkosDevice) -PairStyle(snap/kk/device,PairSNAPKokkosDevice) +PairStyle(snap/kk,PairSNAPKokkosDevice); +PairStyle(snap/kk/device,PairSNAPKokkosDevice); #ifdef LMP_KOKKOS_GPU -PairStyle(snap/kk/host,PairSNAPKokkosHost) +PairStyle(snap/kk/host,PairSNAPKokkosHost); #else -PairStyle(snap/kk/host,PairSNAPKokkosDevice) +PairStyle(snap/kk/host,PairSNAPKokkosDevice); #endif // clang-format on #else diff --git a/src/KOKKOS/pair_sw_kokkos.h b/src/KOKKOS/pair_sw_kokkos.h index ebe90e3276..fbe676a35a 100644 --- a/src/KOKKOS/pair_sw_kokkos.h +++ b/src/KOKKOS/pair_sw_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sw/kk,PairSWKokkos) -PairStyle(sw/kk/device,PairSWKokkos) -PairStyle(sw/kk/host,PairSWKokkos) +PairStyle(sw/kk,PairSWKokkos); +PairStyle(sw/kk/device,PairSWKokkos); +PairStyle(sw/kk/host,PairSWKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_table_kokkos.h b/src/KOKKOS/pair_table_kokkos.h index f84bbd3a13..d1cc7705b9 100644 --- a/src/KOKKOS/pair_table_kokkos.h +++ b/src/KOKKOS/pair_table_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(table/kk,PairTableKokkos) -PairStyle(table/kk/device,PairTableKokkos) -PairStyle(table/kk/host,PairTableKokkos) +PairStyle(table/kk,PairTableKokkos); +PairStyle(table/kk/device,PairTableKokkos); +PairStyle(table/kk/host,PairTableKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_table_rx_kokkos.h b/src/KOKKOS/pair_table_rx_kokkos.h index 8cc6ee4bdd..c1d79ab96a 100644 --- a/src/KOKKOS/pair_table_rx_kokkos.h +++ b/src/KOKKOS/pair_table_rx_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(table/rx/kk,PairTableRXKokkos) -PairStyle(table/rx/kk/device,PairTableRXKokkos) -PairStyle(table/rx/kk/host,PairTableRXKokkos) +PairStyle(table/rx/kk,PairTableRXKokkos); +PairStyle(table/rx/kk/device,PairTableRXKokkos); +PairStyle(table/rx/kk/host,PairTableRXKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_tersoff_kokkos.h b/src/KOKKOS/pair_tersoff_kokkos.h index e13acf289e..88cf8fcd04 100644 --- a/src/KOKKOS/pair_tersoff_kokkos.h +++ b/src/KOKKOS/pair_tersoff_kokkos.h @@ -14,9 +14,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/kk,PairTersoffKokkos) -PairStyle(tersoff/kk/device,PairTersoffKokkos) -PairStyle(tersoff/kk/host,PairTersoffKokkos) +PairStyle(tersoff/kk,PairTersoffKokkos); +PairStyle(tersoff/kk/device,PairTersoffKokkos); +PairStyle(tersoff/kk/host,PairTersoffKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_tersoff_mod_kokkos.h b/src/KOKKOS/pair_tersoff_mod_kokkos.h index dd6fc1ca41..f3a8d1c655 100644 --- a/src/KOKKOS/pair_tersoff_mod_kokkos.h +++ b/src/KOKKOS/pair_tersoff_mod_kokkos.h @@ -14,9 +14,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/mod/kk,PairTersoffMODKokkos) -PairStyle(tersoff/mod/kk/device,PairTersoffMODKokkos) -PairStyle(tersoff/mod/kk/host,PairTersoffMODKokkos) +PairStyle(tersoff/mod/kk,PairTersoffMODKokkos); +PairStyle(tersoff/mod/kk/device,PairTersoffMODKokkos); +PairStyle(tersoff/mod/kk/host,PairTersoffMODKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_tersoff_zbl_kokkos.h b/src/KOKKOS/pair_tersoff_zbl_kokkos.h index a9c97a088b..5b19e5f325 100644 --- a/src/KOKKOS/pair_tersoff_zbl_kokkos.h +++ b/src/KOKKOS/pair_tersoff_zbl_kokkos.h @@ -14,9 +14,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/zbl/kk,PairTersoffZBLKokkos) -PairStyle(tersoff/zbl/kk/device,PairTersoffZBLKokkos) -PairStyle(tersoff/zbl/kk/host,PairTersoffZBLKokkos) +PairStyle(tersoff/zbl/kk,PairTersoffZBLKokkos); +PairStyle(tersoff/zbl/kk/device,PairTersoffZBLKokkos); +PairStyle(tersoff/zbl/kk/host,PairTersoffZBLKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_vashishta_kokkos.h b/src/KOKKOS/pair_vashishta_kokkos.h index 7dfc709759..79ec7e5454 100644 --- a/src/KOKKOS/pair_vashishta_kokkos.h +++ b/src/KOKKOS/pair_vashishta_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(vashishta/kk,PairVashishtaKokkos) -PairStyle(vashishta/kk/device,PairVashishtaKokkos) -PairStyle(vashishta/kk/host,PairVashishtaKokkos) +PairStyle(vashishta/kk,PairVashishtaKokkos); +PairStyle(vashishta/kk/device,PairVashishtaKokkos); +PairStyle(vashishta/kk/host,PairVashishtaKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_yukawa_kokkos.h b/src/KOKKOS/pair_yukawa_kokkos.h index 7d6239a06a..52de7fa1d8 100644 --- a/src/KOKKOS/pair_yukawa_kokkos.h +++ b/src/KOKKOS/pair_yukawa_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(yukawa/kk,PairYukawaKokkos) -PairStyle(yukawa/kk/device,PairYukawaKokkos) -PairStyle(yukawa/kk/host,PairYukawaKokkos) +PairStyle(yukawa/kk,PairYukawaKokkos); +PairStyle(yukawa/kk/device,PairYukawaKokkos); +PairStyle(yukawa/kk/host,PairYukawaKokkos); // clang-format on #else diff --git a/src/KOKKOS/pair_zbl_kokkos.h b/src/KOKKOS/pair_zbl_kokkos.h index c900824c48..fa33e7db2a 100644 --- a/src/KOKKOS/pair_zbl_kokkos.h +++ b/src/KOKKOS/pair_zbl_kokkos.h @@ -13,9 +13,9 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(zbl/kk,PairZBLKokkos) -PairStyle(zbl/kk/device,PairZBLKokkos) -PairStyle(zbl/kk/host,PairZBLKokkos) +PairStyle(zbl/kk,PairZBLKokkos); +PairStyle(zbl/kk/device,PairZBLKokkos); +PairStyle(zbl/kk/host,PairZBLKokkos); // clang-format on #else diff --git a/src/KOKKOS/pppm_kokkos.h b/src/KOKKOS/pppm_kokkos.h index de079bb0e9..aa4f46235a 100644 --- a/src/KOKKOS/pppm_kokkos.h +++ b/src/KOKKOS/pppm_kokkos.h @@ -13,9 +13,9 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/kk,PPPMKokkos) -KSpaceStyle(pppm/kk/device,PPPMKokkos) -KSpaceStyle(pppm/kk/host,PPPMKokkos) +KSpaceStyle(pppm/kk,PPPMKokkos); +KSpaceStyle(pppm/kk/device,PPPMKokkos); +KSpaceStyle(pppm/kk/host,PPPMKokkos); // clang-format on #else diff --git a/src/KOKKOS/region_block_kokkos.h b/src/KOKKOS/region_block_kokkos.h index 24570b479d..1e5f6d063c 100644 --- a/src/KOKKOS/region_block_kokkos.h +++ b/src/KOKKOS/region_block_kokkos.h @@ -13,9 +13,9 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(block/kk,RegBlockKokkos) -RegionStyle(block/kk/device,RegBlockKokkos) -RegionStyle(block/kk/host,RegBlockKokkos) +RegionStyle(block/kk,RegBlockKokkos); +RegionStyle(block/kk/device,RegBlockKokkos); +RegionStyle(block/kk/host,RegBlockKokkos); // clang-format on #else diff --git a/src/KOKKOS/verlet_kokkos.h b/src/KOKKOS/verlet_kokkos.h index fe382ea594..e10d65f7d2 100644 --- a/src/KOKKOS/verlet_kokkos.h +++ b/src/KOKKOS/verlet_kokkos.h @@ -13,9 +13,9 @@ #ifdef INTEGRATE_CLASS // clang-format off -IntegrateStyle(verlet/kk,VerletKokkos) -IntegrateStyle(verlet/kk/device,VerletKokkos) -IntegrateStyle(verlet/kk/host,VerletKokkos) +IntegrateStyle(verlet/kk,VerletKokkos); +IntegrateStyle(verlet/kk/device,VerletKokkos); +IntegrateStyle(verlet/kk/host,VerletKokkos); // clang-format on #else diff --git a/src/KSPACE/ewald.h b/src/KSPACE/ewald.h index ec7c5fe474..86212eb084 100644 --- a/src/KSPACE/ewald.h +++ b/src/KSPACE/ewald.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(ewald,Ewald) +KSpaceStyle(ewald,Ewald); // clang-format on #else diff --git a/src/KSPACE/ewald_dipole.h b/src/KSPACE/ewald_dipole.h index abca5418f8..14b9870de1 100644 --- a/src/KSPACE/ewald_dipole.h +++ b/src/KSPACE/ewald_dipole.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(ewald/dipole,EwaldDipole) +KSpaceStyle(ewald/dipole,EwaldDipole); // clang-format on #else diff --git a/src/KSPACE/ewald_dipole_spin.h b/src/KSPACE/ewald_dipole_spin.h index 064b5f0153..34e673f11e 100644 --- a/src/KSPACE/ewald_dipole_spin.h +++ b/src/KSPACE/ewald_dipole_spin.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(ewald/dipole/spin,EwaldDipoleSpin) +KSpaceStyle(ewald/dipole/spin,EwaldDipoleSpin); // clang-format on #else diff --git a/src/KSPACE/ewald_disp.h b/src/KSPACE/ewald_disp.h index 355f8ccfc5..f932a98af1 100644 --- a/src/KSPACE/ewald_disp.h +++ b/src/KSPACE/ewald_disp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(ewald/disp,EwaldDisp) +KSpaceStyle(ewald/disp,EwaldDisp); // clang-format on #else diff --git a/src/KSPACE/fix_tune_kspace.h b/src/KSPACE/fix_tune_kspace.h index d3beac6d94..b5e8fe8237 100644 --- a/src/KSPACE/fix_tune_kspace.h +++ b/src/KSPACE/fix_tune_kspace.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(tune/kspace,FixTuneKspace) +FixStyle(tune/kspace,FixTuneKspace); // clang-format on #else diff --git a/src/KSPACE/msm.h b/src/KSPACE/msm.h index c87db4819d..7ef5171dea 100644 --- a/src/KSPACE/msm.h +++ b/src/KSPACE/msm.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(msm,MSM) +KSpaceStyle(msm,MSM); // clang-format on #else diff --git a/src/KSPACE/msm_cg.h b/src/KSPACE/msm_cg.h index 235535f0bb..5fbba79244 100644 --- a/src/KSPACE/msm_cg.h +++ b/src/KSPACE/msm_cg.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(msm/cg,MSMCG) +KSpaceStyle(msm/cg,MSMCG); // clang-format on #else diff --git a/src/KSPACE/pair_born_coul_long.h b/src/KSPACE/pair_born_coul_long.h index 6f93b29b8f..221ac69b56 100644 --- a/src/KSPACE/pair_born_coul_long.h +++ b/src/KSPACE/pair_born_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/long,PairBornCoulLong) +PairStyle(born/coul/long,PairBornCoulLong); // clang-format on #else diff --git a/src/KSPACE/pair_born_coul_msm.h b/src/KSPACE/pair_born_coul_msm.h index 18c83e0390..15ae294bd7 100644 --- a/src/KSPACE/pair_born_coul_msm.h +++ b/src/KSPACE/pair_born_coul_msm.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/msm,PairBornCoulMSM) +PairStyle(born/coul/msm,PairBornCoulMSM); // clang-format on #else diff --git a/src/KSPACE/pair_buck_coul_long.h b/src/KSPACE/pair_buck_coul_long.h index 69aa1f4ea2..82db847d48 100644 --- a/src/KSPACE/pair_buck_coul_long.h +++ b/src/KSPACE/pair_buck_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/long,PairBuckCoulLong) +PairStyle(buck/coul/long,PairBuckCoulLong); // clang-format on #else diff --git a/src/KSPACE/pair_buck_coul_msm.h b/src/KSPACE/pair_buck_coul_msm.h index 0c6eb3a4b0..b4c615419c 100644 --- a/src/KSPACE/pair_buck_coul_msm.h +++ b/src/KSPACE/pair_buck_coul_msm.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/msm,PairBuckCoulMSM) +PairStyle(buck/coul/msm,PairBuckCoulMSM); // clang-format on #else diff --git a/src/KSPACE/pair_buck_long_coul_long.h b/src/KSPACE/pair_buck_long_coul_long.h index c6a8f6279b..3b620a07ac 100644 --- a/src/KSPACE/pair_buck_long_coul_long.h +++ b/src/KSPACE/pair_buck_long_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/long/coul/long,PairBuckLongCoulLong) +PairStyle(buck/long/coul/long,PairBuckLongCoulLong); // clang-format on #else diff --git a/src/KSPACE/pair_coul_long.h b/src/KSPACE/pair_coul_long.h index 75e5be849d..2774309669 100644 --- a/src/KSPACE/pair_coul_long.h +++ b/src/KSPACE/pair_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/long,PairCoulLong) +PairStyle(coul/long,PairCoulLong); // clang-format on #else diff --git a/src/KSPACE/pair_coul_msm.h b/src/KSPACE/pair_coul_msm.h index a98f51b18f..ef52a90e4e 100644 --- a/src/KSPACE/pair_coul_msm.h +++ b/src/KSPACE/pair_coul_msm.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/msm,PairCoulMSM) +PairStyle(coul/msm,PairCoulMSM); // clang-format on #else diff --git a/src/KSPACE/pair_lj_charmm_coul_long.h b/src/KSPACE/pair_lj_charmm_coul_long.h index 0887cf3613..7bec7892ac 100644 --- a/src/KSPACE/pair_lj_charmm_coul_long.h +++ b/src/KSPACE/pair_lj_charmm_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/long,PairLJCharmmCoulLong) +PairStyle(lj/charmm/coul/long,PairLJCharmmCoulLong); // clang-format on #else diff --git a/src/KSPACE/pair_lj_charmm_coul_msm.h b/src/KSPACE/pair_lj_charmm_coul_msm.h index 15ad182def..1101e35fb6 100644 --- a/src/KSPACE/pair_lj_charmm_coul_msm.h +++ b/src/KSPACE/pair_lj_charmm_coul_msm.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/msm,PairLJCharmmCoulMSM) +PairStyle(lj/charmm/coul/msm,PairLJCharmmCoulMSM); // clang-format on #else diff --git a/src/KSPACE/pair_lj_charmmfsw_coul_long.h b/src/KSPACE/pair_lj_charmmfsw_coul_long.h index 23ab014d57..c67d374441 100644 --- a/src/KSPACE/pair_lj_charmmfsw_coul_long.h +++ b/src/KSPACE/pair_lj_charmmfsw_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmmfsw/coul/long,PairLJCharmmfswCoulLong) +PairStyle(lj/charmmfsw/coul/long,PairLJCharmmfswCoulLong); // clang-format on #else diff --git a/src/KSPACE/pair_lj_cut_coul_long.h b/src/KSPACE/pair_lj_cut_coul_long.h index b8fe098a4d..c6f71dea71 100644 --- a/src/KSPACE/pair_lj_cut_coul_long.h +++ b/src/KSPACE/pair_lj_cut_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long,PairLJCutCoulLong) +PairStyle(lj/cut/coul/long,PairLJCutCoulLong); // clang-format on #else diff --git a/src/KSPACE/pair_lj_cut_coul_msm.h b/src/KSPACE/pair_lj_cut_coul_msm.h index e3fb12a28b..b2dc1546f5 100644 --- a/src/KSPACE/pair_lj_cut_coul_msm.h +++ b/src/KSPACE/pair_lj_cut_coul_msm.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/msm,PairLJCutCoulMSM) +PairStyle(lj/cut/coul/msm,PairLJCutCoulMSM); // clang-format on #else diff --git a/src/KSPACE/pair_lj_cut_tip4p_long.h b/src/KSPACE/pair_lj_cut_tip4p_long.h index f6d96bf179..207134060f 100644 --- a/src/KSPACE/pair_lj_cut_tip4p_long.h +++ b/src/KSPACE/pair_lj_cut_tip4p_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/tip4p/long,PairLJCutTIP4PLong) +PairStyle(lj/cut/tip4p/long,PairLJCutTIP4PLong); // clang-format on #else diff --git a/src/KSPACE/pair_lj_long_coul_long.h b/src/KSPACE/pair_lj_long_coul_long.h index 09fbb8a366..fd43753cd4 100644 --- a/src/KSPACE/pair_lj_long_coul_long.h +++ b/src/KSPACE/pair_lj_long_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/long/coul/long,PairLJLongCoulLong) +PairStyle(lj/long/coul/long,PairLJLongCoulLong); // clang-format on #else diff --git a/src/KSPACE/pair_lj_long_tip4p_long.h b/src/KSPACE/pair_lj_long_tip4p_long.h index 6d6eb504dd..a65ebf67fb 100644 --- a/src/KSPACE/pair_lj_long_tip4p_long.h +++ b/src/KSPACE/pair_lj_long_tip4p_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/long/tip4p/long,PairLJLongTIP4PLong) +PairStyle(lj/long/tip4p/long,PairLJLongTIP4PLong); // clang-format on #else diff --git a/src/KSPACE/pair_tip4p_long.h b/src/KSPACE/pair_tip4p_long.h index 4110a4b4dd..40ab2a8d7e 100644 --- a/src/KSPACE/pair_tip4p_long.h +++ b/src/KSPACE/pair_tip4p_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tip4p/long,PairTIP4PLong) +PairStyle(tip4p/long,PairTIP4PLong); // clang-format on #else diff --git a/src/KSPACE/pppm.h b/src/KSPACE/pppm.h index b624d61270..d1c1e8f863 100644 --- a/src/KSPACE/pppm.h +++ b/src/KSPACE/pppm.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm,PPPM) +KSpaceStyle(pppm,PPPM); // clang-format on #else diff --git a/src/KSPACE/pppm_cg.h b/src/KSPACE/pppm_cg.h index 5197a116ec..f84a28615a 100644 --- a/src/KSPACE/pppm_cg.h +++ b/src/KSPACE/pppm_cg.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/cg,PPPMCG) +KSpaceStyle(pppm/cg,PPPMCG); // clang-format on #else diff --git a/src/KSPACE/pppm_dipole.h b/src/KSPACE/pppm_dipole.h index 5578f6ef20..f1783c5e07 100644 --- a/src/KSPACE/pppm_dipole.h +++ b/src/KSPACE/pppm_dipole.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/dipole,PPPMDipole) +KSpaceStyle(pppm/dipole,PPPMDipole); // clang-format on #else diff --git a/src/KSPACE/pppm_dipole_spin.h b/src/KSPACE/pppm_dipole_spin.h index c9cf7c2ab6..f9fb5ffa20 100644 --- a/src/KSPACE/pppm_dipole_spin.h +++ b/src/KSPACE/pppm_dipole_spin.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/dipole/spin,PPPMDipoleSpin) +KSpaceStyle(pppm/dipole/spin,PPPMDipoleSpin); // clang-format on #else diff --git a/src/KSPACE/pppm_disp.h b/src/KSPACE/pppm_disp.h index 4553b55946..f4c5e3c6a9 100644 --- a/src/KSPACE/pppm_disp.h +++ b/src/KSPACE/pppm_disp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/disp,PPPMDisp) +KSpaceStyle(pppm/disp,PPPMDisp); // clang-format on #else diff --git a/src/KSPACE/pppm_disp_tip4p.h b/src/KSPACE/pppm_disp_tip4p.h index 41d1624424..462ccb0c96 100644 --- a/src/KSPACE/pppm_disp_tip4p.h +++ b/src/KSPACE/pppm_disp_tip4p.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/disp/tip4p,PPPMDispTIP4P) +KSpaceStyle(pppm/disp/tip4p,PPPMDispTIP4P); // clang-format on #else diff --git a/src/KSPACE/pppm_stagger.h b/src/KSPACE/pppm_stagger.h index 0a4e215530..c0d4b7d413 100644 --- a/src/KSPACE/pppm_stagger.h +++ b/src/KSPACE/pppm_stagger.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/stagger,PPPMStagger) +KSpaceStyle(pppm/stagger,PPPMStagger); // clang-format on #else diff --git a/src/KSPACE/pppm_tip4p.h b/src/KSPACE/pppm_tip4p.h index e72833ca22..1347fe99d2 100644 --- a/src/KSPACE/pppm_tip4p.h +++ b/src/KSPACE/pppm_tip4p.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/tip4p,PPPMTIP4P) +KSpaceStyle(pppm/tip4p,PPPMTIP4P); // clang-format on #else diff --git a/src/LATTE/fix_latte.h b/src/LATTE/fix_latte.h index 0939cb95ca..ff986c0e66 100644 --- a/src/LATTE/fix_latte.h +++ b/src/LATTE/fix_latte.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(latte,FixLatte) +FixStyle(latte,FixLatte); // clang-format on #else diff --git a/src/MANYBODY/fix_qeq_comb.h b/src/MANYBODY/fix_qeq_comb.h index 2029c4c815..6196f30bba 100644 --- a/src/MANYBODY/fix_qeq_comb.h +++ b/src/MANYBODY/fix_qeq_comb.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/comb,FixQEQComb) +FixStyle(qeq/comb,FixQEQComb); // clang-format on #else diff --git a/src/MANYBODY/pair_adp.h b/src/MANYBODY/pair_adp.h index c773c06034..0e0e711379 100644 --- a/src/MANYBODY/pair_adp.h +++ b/src/MANYBODY/pair_adp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(adp,PairADP) +PairStyle(adp,PairADP); // clang-format on #else diff --git a/src/MANYBODY/pair_airebo.h b/src/MANYBODY/pair_airebo.h index 788f875070..aafeffe253 100644 --- a/src/MANYBODY/pair_airebo.h +++ b/src/MANYBODY/pair_airebo.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(airebo,PairAIREBO) +PairStyle(airebo,PairAIREBO); // clang-format on #else diff --git a/src/MANYBODY/pair_airebo_morse.h b/src/MANYBODY/pair_airebo_morse.h index 0e3b1b29af..408f4a98c1 100644 --- a/src/MANYBODY/pair_airebo_morse.h +++ b/src/MANYBODY/pair_airebo_morse.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(airebo/morse,PairAIREBOMorse) +PairStyle(airebo/morse,PairAIREBOMorse); // clang-format on #else diff --git a/src/MANYBODY/pair_atm.h b/src/MANYBODY/pair_atm.h index 7ceb54902a..8141797489 100644 --- a/src/MANYBODY/pair_atm.h +++ b/src/MANYBODY/pair_atm.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(atm,PairATM) +PairStyle(atm,PairATM); // clang-format on #else diff --git a/src/MANYBODY/pair_bop.h b/src/MANYBODY/pair_bop.h index 199ea80a88..9e3e2d23ef 100644 --- a/src/MANYBODY/pair_bop.h +++ b/src/MANYBODY/pair_bop.h @@ -18,7 +18,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(bop,PairBOP) +PairStyle(bop,PairBOP); // clang-format on #else diff --git a/src/MANYBODY/pair_comb.h b/src/MANYBODY/pair_comb.h index 8937471f8d..a639e9e1ab 100644 --- a/src/MANYBODY/pair_comb.h +++ b/src/MANYBODY/pair_comb.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(comb,PairComb) +PairStyle(comb,PairComb); // clang-format on #else diff --git a/src/MANYBODY/pair_comb3.h b/src/MANYBODY/pair_comb3.h index b01164ea30..581f3946bf 100644 --- a/src/MANYBODY/pair_comb3.h +++ b/src/MANYBODY/pair_comb3.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(comb3,PairComb3) +PairStyle(comb3,PairComb3); // clang-format on #else diff --git a/src/MANYBODY/pair_eam.h b/src/MANYBODY/pair_eam.h index 5c82c551a6..d38aba85c5 100644 --- a/src/MANYBODY/pair_eam.h +++ b/src/MANYBODY/pair_eam.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam,PairEAM) +PairStyle(eam,PairEAM); // clang-format on #else diff --git a/src/MANYBODY/pair_eam_alloy.h b/src/MANYBODY/pair_eam_alloy.h index 3de5ba5eab..bb271972fb 100644 --- a/src/MANYBODY/pair_eam_alloy.h +++ b/src/MANYBODY/pair_eam_alloy.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/alloy,PairEAMAlloy) +PairStyle(eam/alloy,PairEAMAlloy); // clang-format on #else diff --git a/src/MANYBODY/pair_eam_cd.h b/src/MANYBODY/pair_eam_cd.h index 20607be553..1d99641a48 100644 --- a/src/MANYBODY/pair_eam_cd.h +++ b/src/MANYBODY/pair_eam_cd.h @@ -13,8 +13,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/cd,PairEAMCD_OneSite) -PairStyle(eam/cd/old,PairEAMCD_TwoSite) +PairStyle(eam/cd,PairEAMCD_OneSite); +PairStyle(eam/cd/old,PairEAMCD_TwoSite); // clang-format on #else diff --git a/src/MANYBODY/pair_eam_fs.h b/src/MANYBODY/pair_eam_fs.h index 1d6a06d403..3494eaa1b1 100644 --- a/src/MANYBODY/pair_eam_fs.h +++ b/src/MANYBODY/pair_eam_fs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/fs,PairEAMFS) +PairStyle(eam/fs,PairEAMFS); // clang-format on #else diff --git a/src/MANYBODY/pair_eam_he.h b/src/MANYBODY/pair_eam_he.h index 85aaa6904a..7a18a65ea7 100644 --- a/src/MANYBODY/pair_eam_he.h +++ b/src/MANYBODY/pair_eam_he.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/he,PairEAMHE) +PairStyle(eam/he,PairEAMHE); // clang-format on #else diff --git a/src/MANYBODY/pair_eim.h b/src/MANYBODY/pair_eim.h index fcfb74efb6..af13fff74c 100644 --- a/src/MANYBODY/pair_eim.h +++ b/src/MANYBODY/pair_eim.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eim,PairEIM) +PairStyle(eim,PairEIM); // clang-format on #else diff --git a/src/MANYBODY/pair_gw.h b/src/MANYBODY/pair_gw.h index 66b715ede6..bca785b230 100644 --- a/src/MANYBODY/pair_gw.h +++ b/src/MANYBODY/pair_gw.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gw,PairGW) +PairStyle(gw,PairGW); // clang-format on #else diff --git a/src/MANYBODY/pair_gw_zbl.h b/src/MANYBODY/pair_gw_zbl.h index 7d16f50cab..dd109bcfc7 100644 --- a/src/MANYBODY/pair_gw_zbl.h +++ b/src/MANYBODY/pair_gw_zbl.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gw/zbl,PairGWZBL) +PairStyle(gw/zbl,PairGWZBL); // clang-format on #else diff --git a/src/MANYBODY/pair_lcbop.h b/src/MANYBODY/pair_lcbop.h index 51b01bf04a..b9e760d9ce 100644 --- a/src/MANYBODY/pair_lcbop.h +++ b/src/MANYBODY/pair_lcbop.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lcbop,PairLCBOP) +PairStyle(lcbop,PairLCBOP); // clang-format on #else diff --git a/src/MANYBODY/pair_nb3b_harmonic.h b/src/MANYBODY/pair_nb3b_harmonic.h index 5ec92bdb92..70e317115d 100644 --- a/src/MANYBODY/pair_nb3b_harmonic.h +++ b/src/MANYBODY/pair_nb3b_harmonic.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(nb3b/harmonic,PairNb3bHarmonic) +PairStyle(nb3b/harmonic,PairNb3bHarmonic); // clang-format on #else diff --git a/src/MANYBODY/pair_polymorphic.h b/src/MANYBODY/pair_polymorphic.h index 4b7d84424f..208af4bd4d 100644 --- a/src/MANYBODY/pair_polymorphic.h +++ b/src/MANYBODY/pair_polymorphic.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(polymorphic,PairPolymorphic) +PairStyle(polymorphic,PairPolymorphic); // clang-format on #else diff --git a/src/MANYBODY/pair_rebo.h b/src/MANYBODY/pair_rebo.h index 7cfce3db46..89896a9a24 100644 --- a/src/MANYBODY/pair_rebo.h +++ b/src/MANYBODY/pair_rebo.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(rebo,PairREBO) +PairStyle(rebo,PairREBO); // clang-format on #else diff --git a/src/MANYBODY/pair_sw.h b/src/MANYBODY/pair_sw.h index dcf8d34139..cf3f9ae86a 100644 --- a/src/MANYBODY/pair_sw.h +++ b/src/MANYBODY/pair_sw.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sw,PairSW) +PairStyle(sw,PairSW); // clang-format on #else diff --git a/src/MANYBODY/pair_tersoff.h b/src/MANYBODY/pair_tersoff.h index 0b02ee1035..7244f7ed61 100644 --- a/src/MANYBODY/pair_tersoff.h +++ b/src/MANYBODY/pair_tersoff.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff,PairTersoff) +PairStyle(tersoff,PairTersoff); // clang-format on #else diff --git a/src/MANYBODY/pair_tersoff_mod.h b/src/MANYBODY/pair_tersoff_mod.h index d5bb10e6e9..56a5e95477 100644 --- a/src/MANYBODY/pair_tersoff_mod.h +++ b/src/MANYBODY/pair_tersoff_mod.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/mod,PairTersoffMOD) +PairStyle(tersoff/mod,PairTersoffMOD); // clang-format on #else diff --git a/src/MANYBODY/pair_tersoff_mod_c.h b/src/MANYBODY/pair_tersoff_mod_c.h index c2b9982607..1bf5d64cbf 100644 --- a/src/MANYBODY/pair_tersoff_mod_c.h +++ b/src/MANYBODY/pair_tersoff_mod_c.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/mod/c,PairTersoffMODC) +PairStyle(tersoff/mod/c,PairTersoffMODC); // clang-format on #else diff --git a/src/MANYBODY/pair_tersoff_zbl.h b/src/MANYBODY/pair_tersoff_zbl.h index 51b3304a03..d2f41e962f 100644 --- a/src/MANYBODY/pair_tersoff_zbl.h +++ b/src/MANYBODY/pair_tersoff_zbl.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/zbl,PairTersoffZBL) +PairStyle(tersoff/zbl,PairTersoffZBL); // clang-format on #else diff --git a/src/MANYBODY/pair_vashishta.h b/src/MANYBODY/pair_vashishta.h index 71964295a1..99ffec4be4 100644 --- a/src/MANYBODY/pair_vashishta.h +++ b/src/MANYBODY/pair_vashishta.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(vashishta,PairVashishta) +PairStyle(vashishta,PairVashishta); // clang-format on #else diff --git a/src/MANYBODY/pair_vashishta_table.h b/src/MANYBODY/pair_vashishta_table.h index 37eaac43a3..16e7de1704 100644 --- a/src/MANYBODY/pair_vashishta_table.h +++ b/src/MANYBODY/pair_vashishta_table.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(vashishta/table,PairVashishtaTable) +PairStyle(vashishta/table,PairVashishtaTable); // clang-format on #else diff --git a/src/MC/fix_atom_swap.h b/src/MC/fix_atom_swap.h index 16db2c695e..8617634c59 100644 --- a/src/MC/fix_atom_swap.h +++ b/src/MC/fix_atom_swap.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(atom/swap,FixAtomSwap) +FixStyle(atom/swap,FixAtomSwap); // clang-format on #else diff --git a/src/MC/fix_bond_break.h b/src/MC/fix_bond_break.h index 9c2ae01674..4f08e4e240 100644 --- a/src/MC/fix_bond_break.h +++ b/src/MC/fix_bond_break.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(bond/break,FixBondBreak) +FixStyle(bond/break,FixBondBreak); // clang-format on #else diff --git a/src/MC/fix_bond_create.h b/src/MC/fix_bond_create.h index b189d108c6..0a459c8517 100644 --- a/src/MC/fix_bond_create.h +++ b/src/MC/fix_bond_create.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(bond/create,FixBondCreate) +FixStyle(bond/create,FixBondCreate); // clang-format on #else diff --git a/src/MC/fix_bond_create_angle.h b/src/MC/fix_bond_create_angle.h index 69973394ac..f3de10b3ff 100644 --- a/src/MC/fix_bond_create_angle.h +++ b/src/MC/fix_bond_create_angle.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(bond/create/angle,FixBondCreateAngle) +FixStyle(bond/create/angle,FixBondCreateAngle); // clang-format on #else diff --git a/src/MC/fix_bond_swap.h b/src/MC/fix_bond_swap.h index 96ae936d95..8843414e37 100644 --- a/src/MC/fix_bond_swap.h +++ b/src/MC/fix_bond_swap.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(bond/swap,FixBondSwap) +FixStyle(bond/swap,FixBondSwap); // clang-format on #else diff --git a/src/MC/fix_charge_regulation.h b/src/MC/fix_charge_regulation.h index 3bcbc93b1a..fcf9129ea3 100644 --- a/src/MC/fix_charge_regulation.h +++ b/src/MC/fix_charge_regulation.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(charge/regulation,FixChargeRegulation) +FixStyle(charge/regulation,FixChargeRegulation); // clang-format on #else diff --git a/src/MC/fix_gcmc.h b/src/MC/fix_gcmc.h index 23cdedd224..3ff653a88d 100644 --- a/src/MC/fix_gcmc.h +++ b/src/MC/fix_gcmc.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(gcmc,FixGCMC) +FixStyle(gcmc,FixGCMC); // clang-format on #else diff --git a/src/MC/fix_tfmc.h b/src/MC/fix_tfmc.h index c80b6d5a0d..ada50f8677 100644 --- a/src/MC/fix_tfmc.h +++ b/src/MC/fix_tfmc.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(tfmc,FixTFMC) +FixStyle(tfmc,FixTFMC); // clang-format on #else diff --git a/src/MC/fix_widom.h b/src/MC/fix_widom.h index 93043cc9e5..af91846844 100644 --- a/src/MC/fix_widom.h +++ b/src/MC/fix_widom.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(widom,FixWidom) +FixStyle(widom,FixWidom); // clang-format on #else diff --git a/src/MC/pair_dsmc.h b/src/MC/pair_dsmc.h index ec85a64a11..4c21e5ae70 100644 --- a/src/MC/pair_dsmc.h +++ b/src/MC/pair_dsmc.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dsmc,PairDSMC) +PairStyle(dsmc,PairDSMC); // clang-format on #else diff --git a/src/MESSAGE/fix_client_md.h b/src/MESSAGE/fix_client_md.h index aad7673b81..0360ba5beb 100644 --- a/src/MESSAGE/fix_client_md.h +++ b/src/MESSAGE/fix_client_md.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(client/md,FixClientMD) +FixStyle(client/md,FixClientMD); // clang-format on #else diff --git a/src/MESSAGE/message.h b/src/MESSAGE/message.h index 3eb0ad4a93..129d3be31f 100644 --- a/src/MESSAGE/message.h +++ b/src/MESSAGE/message.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(message,Message) +CommandStyle(message,Message); // clang-format on #else diff --git a/src/MESSAGE/server.h b/src/MESSAGE/server.h index ffe2e59991..d9c47c7b1d 100644 --- a/src/MESSAGE/server.h +++ b/src/MESSAGE/server.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(server,Server) +CommandStyle(server,Server); // clang-format on #else diff --git a/src/MISC/compute_msd_nongauss.h b/src/MISC/compute_msd_nongauss.h index 3673eb4e81..eb14bd0790 100644 --- a/src/MISC/compute_msd_nongauss.h +++ b/src/MISC/compute_msd_nongauss.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(msd/nongauss,ComputeMSDNonGauss) +ComputeStyle(msd/nongauss,ComputeMSDNonGauss); // clang-format on #else diff --git a/src/MISC/compute_ti.h b/src/MISC/compute_ti.h index 17ffc40425..257f9ddbf8 100644 --- a/src/MISC/compute_ti.h +++ b/src/MISC/compute_ti.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(ti,ComputeTI) +ComputeStyle(ti,ComputeTI); // clang-format on #else diff --git a/src/MISC/dump_xtc.h b/src/MISC/dump_xtc.h index 4f1e5e8e2d..205d8731ab 100644 --- a/src/MISC/dump_xtc.h +++ b/src/MISC/dump_xtc.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(xtc,DumpXTC) +DumpStyle(xtc,DumpXTC); // clang-format on #else diff --git a/src/MISC/fix_deposit.h b/src/MISC/fix_deposit.h index b314824658..71ba15685f 100644 --- a/src/MISC/fix_deposit.h +++ b/src/MISC/fix_deposit.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(deposit,FixDeposit) +FixStyle(deposit,FixDeposit); // clang-format on #else diff --git a/src/MISC/fix_efield.h b/src/MISC/fix_efield.h index 5701a71bd4..5be15a8176 100644 --- a/src/MISC/fix_efield.h +++ b/src/MISC/fix_efield.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(efield,FixEfield) +FixStyle(efield,FixEfield); // clang-format on #else diff --git a/src/MISC/fix_evaporate.h b/src/MISC/fix_evaporate.h index 926c40ce50..e7c004ff29 100644 --- a/src/MISC/fix_evaporate.h +++ b/src/MISC/fix_evaporate.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(evaporate,FixEvaporate) +FixStyle(evaporate,FixEvaporate); // clang-format on #else diff --git a/src/MISC/fix_gld.h b/src/MISC/fix_gld.h index edbfdb7d0b..bbe79da976 100644 --- a/src/MISC/fix_gld.h +++ b/src/MISC/fix_gld.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(gld,FixGLD) +FixStyle(gld,FixGLD); // clang-format on #else diff --git a/src/MISC/fix_oneway.h b/src/MISC/fix_oneway.h index 917dba3d66..131aee1e57 100644 --- a/src/MISC/fix_oneway.h +++ b/src/MISC/fix_oneway.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(oneway,FixOneWay) +FixStyle(oneway,FixOneWay); // clang-format on #else diff --git a/src/MISC/fix_orient_bcc.h b/src/MISC/fix_orient_bcc.h index 5b0f33b8c2..42b9a5d2f5 100644 --- a/src/MISC/fix_orient_bcc.h +++ b/src/MISC/fix_orient_bcc.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(orient/bcc,FixOrientBCC) +FixStyle(orient/bcc,FixOrientBCC); // clang-format on #else diff --git a/src/MISC/fix_orient_fcc.h b/src/MISC/fix_orient_fcc.h index 48d1ffb1dc..4b551be561 100644 --- a/src/MISC/fix_orient_fcc.h +++ b/src/MISC/fix_orient_fcc.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(orient/fcc,FixOrientFCC) +FixStyle(orient/fcc,FixOrientFCC); // clang-format on #else diff --git a/src/MISC/fix_thermal_conductivity.h b/src/MISC/fix_thermal_conductivity.h index 98b3055583..77f888480a 100644 --- a/src/MISC/fix_thermal_conductivity.h +++ b/src/MISC/fix_thermal_conductivity.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(thermal/conductivity,FixThermalConductivity) +FixStyle(thermal/conductivity,FixThermalConductivity); // clang-format on #else diff --git a/src/MISC/fix_ttm.h b/src/MISC/fix_ttm.h index 9af69b6e5b..522eeff2f5 100644 --- a/src/MISC/fix_ttm.h +++ b/src/MISC/fix_ttm.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ttm,FixTTM) +FixStyle(ttm,FixTTM); // clang-format on #else diff --git a/src/MISC/fix_viscosity.h b/src/MISC/fix_viscosity.h index d5778043de..58d456cd99 100644 --- a/src/MISC/fix_viscosity.h +++ b/src/MISC/fix_viscosity.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(viscosity,FixViscosity) +FixStyle(viscosity,FixViscosity); // clang-format on #else diff --git a/src/MISC/pair_nm_cut.h b/src/MISC/pair_nm_cut.h index 82b4760a9e..e1f1680bb5 100644 --- a/src/MISC/pair_nm_cut.h +++ b/src/MISC/pair_nm_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(nm/cut,PairNMCut) +PairStyle(nm/cut,PairNMCut); // clang-format on #else diff --git a/src/MISC/pair_nm_cut_coul_cut.h b/src/MISC/pair_nm_cut_coul_cut.h index 14764ce698..12c876ac3e 100644 --- a/src/MISC/pair_nm_cut_coul_cut.h +++ b/src/MISC/pair_nm_cut_coul_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(nm/cut/coul/cut,PairNMCutCoulCut) +PairStyle(nm/cut/coul/cut,PairNMCutCoulCut); // clang-format on #else diff --git a/src/MISC/pair_nm_cut_coul_long.h b/src/MISC/pair_nm_cut_coul_long.h index 9c0b0f2039..e41f9f9688 100644 --- a/src/MISC/pair_nm_cut_coul_long.h +++ b/src/MISC/pair_nm_cut_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(nm/cut/coul/long,PairNMCutCoulLong) +PairStyle(nm/cut/coul/long,PairNMCutCoulLong); // clang-format on #else diff --git a/src/MLIAP/compute_mliap.h b/src/MLIAP/compute_mliap.h index eb485ab6fc..4110d5b32e 100644 --- a/src/MLIAP/compute_mliap.h +++ b/src/MLIAP/compute_mliap.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(mliap,ComputeMLIAP) +ComputeStyle(mliap,ComputeMLIAP); // clang-format on #else diff --git a/src/MLIAP/pair_mliap.h b/src/MLIAP/pair_mliap.h index b3d4d33ca3..becd5a3b21 100644 --- a/src/MLIAP/pair_mliap.h +++ b/src/MLIAP/pair_mliap.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(mliap,PairMLIAP) +PairStyle(mliap,PairMLIAP); // clang-format on #else diff --git a/src/MOLECULE/angle_charmm.h b/src/MOLECULE/angle_charmm.h index 09ce9c7c50..27cbd902f8 100644 --- a/src/MOLECULE/angle_charmm.h +++ b/src/MOLECULE/angle_charmm.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(charmm,AngleCharmm) +AngleStyle(charmm,AngleCharmm); // clang-format on #else diff --git a/src/MOLECULE/angle_cosine.h b/src/MOLECULE/angle_cosine.h index 37847975cd..401c8314c3 100644 --- a/src/MOLECULE/angle_cosine.h +++ b/src/MOLECULE/angle_cosine.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine,AngleCosine) +AngleStyle(cosine,AngleCosine); // clang-format on #else diff --git a/src/MOLECULE/angle_cosine_delta.h b/src/MOLECULE/angle_cosine_delta.h index b00a6b0159..caee53ace6 100644 --- a/src/MOLECULE/angle_cosine_delta.h +++ b/src/MOLECULE/angle_cosine_delta.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/delta,AngleCosineDelta) +AngleStyle(cosine/delta,AngleCosineDelta); // clang-format on #else diff --git a/src/MOLECULE/angle_cosine_periodic.h b/src/MOLECULE/angle_cosine_periodic.h index 3606919148..8c12e5ff85 100644 --- a/src/MOLECULE/angle_cosine_periodic.h +++ b/src/MOLECULE/angle_cosine_periodic.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/periodic, AngleCosinePeriodic) +AngleStyle(cosine/periodic, AngleCosinePeriodic); // clang-format on #else diff --git a/src/MOLECULE/angle_cosine_squared.h b/src/MOLECULE/angle_cosine_squared.h index 16cf120eb4..20ec3e4998 100644 --- a/src/MOLECULE/angle_cosine_squared.h +++ b/src/MOLECULE/angle_cosine_squared.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/squared,AngleCosineSquared) +AngleStyle(cosine/squared,AngleCosineSquared); // clang-format on #else diff --git a/src/MOLECULE/angle_harmonic.h b/src/MOLECULE/angle_harmonic.h index a99919c513..05f78dc702 100644 --- a/src/MOLECULE/angle_harmonic.h +++ b/src/MOLECULE/angle_harmonic.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(harmonic,AngleHarmonic) +AngleStyle(harmonic,AngleHarmonic); // clang-format on #else diff --git a/src/MOLECULE/angle_table.h b/src/MOLECULE/angle_table.h index 4d5de3664e..042662a5d8 100644 --- a/src/MOLECULE/angle_table.h +++ b/src/MOLECULE/angle_table.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(table,AngleTable) +AngleStyle(table,AngleTable); // clang-format on #else diff --git a/src/MOLECULE/atom_vec_angle.h b/src/MOLECULE/atom_vec_angle.h index a3f12a84b0..6f4397328c 100644 --- a/src/MOLECULE/atom_vec_angle.h +++ b/src/MOLECULE/atom_vec_angle.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(angle,AtomVecAngle) +AtomStyle(angle,AtomVecAngle); // clang-format on #else diff --git a/src/MOLECULE/atom_vec_bond.h b/src/MOLECULE/atom_vec_bond.h index da6edc5664..e52c55723d 100644 --- a/src/MOLECULE/atom_vec_bond.h +++ b/src/MOLECULE/atom_vec_bond.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(bond,AtomVecBond) +AtomStyle(bond,AtomVecBond); // clang-format on #else diff --git a/src/MOLECULE/atom_vec_full.h b/src/MOLECULE/atom_vec_full.h index 8b8834ce34..4c49ea3c82 100644 --- a/src/MOLECULE/atom_vec_full.h +++ b/src/MOLECULE/atom_vec_full.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(full,AtomVecFull) +AtomStyle(full,AtomVecFull); // clang-format on #else diff --git a/src/MOLECULE/atom_vec_molecular.h b/src/MOLECULE/atom_vec_molecular.h index decaa3c9b7..02b01e4e12 100644 --- a/src/MOLECULE/atom_vec_molecular.h +++ b/src/MOLECULE/atom_vec_molecular.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(molecular,AtomVecMolecular) +AtomStyle(molecular,AtomVecMolecular); // clang-format on #else diff --git a/src/MOLECULE/atom_vec_template.h b/src/MOLECULE/atom_vec_template.h index 2e48c1876e..24c9e4e472 100644 --- a/src/MOLECULE/atom_vec_template.h +++ b/src/MOLECULE/atom_vec_template.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(template,AtomVecTemplate) +AtomStyle(template,AtomVecTemplate); // clang-format on #else diff --git a/src/MOLECULE/bond_fene.h b/src/MOLECULE/bond_fene.h index 279f51c976..3b81e67b6f 100644 --- a/src/MOLECULE/bond_fene.h +++ b/src/MOLECULE/bond_fene.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(fene,BondFENE) +BondStyle(fene,BondFENE); // clang-format on #else diff --git a/src/MOLECULE/bond_fene_expand.h b/src/MOLECULE/bond_fene_expand.h index 5c8d9274f6..16bacfdf1b 100644 --- a/src/MOLECULE/bond_fene_expand.h +++ b/src/MOLECULE/bond_fene_expand.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(fene/expand,BondFENEExpand) +BondStyle(fene/expand,BondFENEExpand); // clang-format on #else diff --git a/src/MOLECULE/bond_gromos.h b/src/MOLECULE/bond_gromos.h index 3040c2ba3c..71003d4c70 100644 --- a/src/MOLECULE/bond_gromos.h +++ b/src/MOLECULE/bond_gromos.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(gromos,BondGromos) +BondStyle(gromos,BondGromos); // clang-format on #else diff --git a/src/MOLECULE/bond_harmonic.h b/src/MOLECULE/bond_harmonic.h index 3b9472df5d..295428e516 100644 --- a/src/MOLECULE/bond_harmonic.h +++ b/src/MOLECULE/bond_harmonic.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(harmonic,BondHarmonic) +BondStyle(harmonic,BondHarmonic); // clang-format on #else diff --git a/src/MOLECULE/bond_morse.h b/src/MOLECULE/bond_morse.h index 621d04e9c4..a1fde70f73 100644 --- a/src/MOLECULE/bond_morse.h +++ b/src/MOLECULE/bond_morse.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(morse,BondMorse) +BondStyle(morse,BondMorse); // clang-format on #else diff --git a/src/MOLECULE/bond_nonlinear.h b/src/MOLECULE/bond_nonlinear.h index fc80b5894f..b58e163d7b 100644 --- a/src/MOLECULE/bond_nonlinear.h +++ b/src/MOLECULE/bond_nonlinear.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(nonlinear,BondNonlinear) +BondStyle(nonlinear,BondNonlinear); // clang-format on #else diff --git a/src/MOLECULE/bond_quartic.h b/src/MOLECULE/bond_quartic.h index 3d03b5b0aa..c55bb473f1 100644 --- a/src/MOLECULE/bond_quartic.h +++ b/src/MOLECULE/bond_quartic.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(quartic,BondQuartic) +BondStyle(quartic,BondQuartic); // clang-format on #else diff --git a/src/MOLECULE/bond_table.h b/src/MOLECULE/bond_table.h index 8309298b59..7831104467 100644 --- a/src/MOLECULE/bond_table.h +++ b/src/MOLECULE/bond_table.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(table,BondTable) +BondStyle(table,BondTable); // clang-format on #else diff --git a/src/MOLECULE/dihedral_charmm.h b/src/MOLECULE/dihedral_charmm.h index 206b3e70ca..bbcb1271ae 100644 --- a/src/MOLECULE/dihedral_charmm.h +++ b/src/MOLECULE/dihedral_charmm.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(charmm,DihedralCharmm) +DihedralStyle(charmm,DihedralCharmm); // clang-format on #else diff --git a/src/MOLECULE/dihedral_charmmfsw.h b/src/MOLECULE/dihedral_charmmfsw.h index b2c6c35b89..ed391ea525 100644 --- a/src/MOLECULE/dihedral_charmmfsw.h +++ b/src/MOLECULE/dihedral_charmmfsw.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(charmmfsw,DihedralCharmmfsw) +DihedralStyle(charmmfsw,DihedralCharmmfsw); // clang-format on #else diff --git a/src/MOLECULE/dihedral_harmonic.h b/src/MOLECULE/dihedral_harmonic.h index 66dade5ea2..950a9711c9 100644 --- a/src/MOLECULE/dihedral_harmonic.h +++ b/src/MOLECULE/dihedral_harmonic.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(harmonic,DihedralHarmonic) +DihedralStyle(harmonic,DihedralHarmonic); // clang-format on #else diff --git a/src/MOLECULE/dihedral_helix.h b/src/MOLECULE/dihedral_helix.h index 249014077b..6f82efd0b8 100644 --- a/src/MOLECULE/dihedral_helix.h +++ b/src/MOLECULE/dihedral_helix.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(helix,DihedralHelix) +DihedralStyle(helix,DihedralHelix); // clang-format on #else diff --git a/src/MOLECULE/dihedral_multi_harmonic.h b/src/MOLECULE/dihedral_multi_harmonic.h index 559f47d10e..6d6768ec95 100644 --- a/src/MOLECULE/dihedral_multi_harmonic.h +++ b/src/MOLECULE/dihedral_multi_harmonic.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(multi/harmonic,DihedralMultiHarmonic) +DihedralStyle(multi/harmonic,DihedralMultiHarmonic); // clang-format on #else diff --git a/src/MOLECULE/dihedral_opls.h b/src/MOLECULE/dihedral_opls.h index 58ec5ab69d..1ed80df7f1 100644 --- a/src/MOLECULE/dihedral_opls.h +++ b/src/MOLECULE/dihedral_opls.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(opls,DihedralOPLS) +DihedralStyle(opls,DihedralOPLS); // clang-format on #else diff --git a/src/MOLECULE/fix_cmap.h b/src/MOLECULE/fix_cmap.h index 8dd0b01ed6..c5e92fdf03 100644 --- a/src/MOLECULE/fix_cmap.h +++ b/src/MOLECULE/fix_cmap.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(cmap,FixCMAP) +FixStyle(cmap,FixCMAP); // clang-format on #else diff --git a/src/MOLECULE/improper_cvff.h b/src/MOLECULE/improper_cvff.h index 25e3fdfa5e..6dd9cde021 100644 --- a/src/MOLECULE/improper_cvff.h +++ b/src/MOLECULE/improper_cvff.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(cvff,ImproperCvff) +ImproperStyle(cvff,ImproperCvff); // clang-format on #else diff --git a/src/MOLECULE/improper_harmonic.h b/src/MOLECULE/improper_harmonic.h index becb85ef91..8bbfcd81de 100644 --- a/src/MOLECULE/improper_harmonic.h +++ b/src/MOLECULE/improper_harmonic.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(harmonic,ImproperHarmonic) +ImproperStyle(harmonic,ImproperHarmonic); // clang-format on #else diff --git a/src/MOLECULE/improper_umbrella.h b/src/MOLECULE/improper_umbrella.h index 81adca47b7..7c74bc1fea 100644 --- a/src/MOLECULE/improper_umbrella.h +++ b/src/MOLECULE/improper_umbrella.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(umbrella,ImproperUmbrella) +ImproperStyle(umbrella,ImproperUmbrella); // clang-format on #else diff --git a/src/MOLECULE/pair_hbond_dreiding_lj.h b/src/MOLECULE/pair_hbond_dreiding_lj.h index 8a25ad127e..8ca497062b 100644 --- a/src/MOLECULE/pair_hbond_dreiding_lj.h +++ b/src/MOLECULE/pair_hbond_dreiding_lj.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hbond/dreiding/lj,PairHbondDreidingLJ) +PairStyle(hbond/dreiding/lj,PairHbondDreidingLJ); // clang-format on #else diff --git a/src/MOLECULE/pair_hbond_dreiding_morse.h b/src/MOLECULE/pair_hbond_dreiding_morse.h index cdac065fc9..7a40517407 100644 --- a/src/MOLECULE/pair_hbond_dreiding_morse.h +++ b/src/MOLECULE/pair_hbond_dreiding_morse.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hbond/dreiding/morse,PairHbondDreidingMorse) +PairStyle(hbond/dreiding/morse,PairHbondDreidingMorse); // clang-format on #else diff --git a/src/MOLECULE/pair_lj_charmm_coul_charmm.h b/src/MOLECULE/pair_lj_charmm_coul_charmm.h index c2f2930023..4c5bf0acde 100644 --- a/src/MOLECULE/pair_lj_charmm_coul_charmm.h +++ b/src/MOLECULE/pair_lj_charmm_coul_charmm.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/charmm,PairLJCharmmCoulCharmm) +PairStyle(lj/charmm/coul/charmm,PairLJCharmmCoulCharmm); // clang-format on #else diff --git a/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h b/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h index 19fde17145..8a761c19c1 100644 --- a/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h +++ b/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/charmm/implicit,PairLJCharmmCoulCharmmImplicit) +PairStyle(lj/charmm/coul/charmm/implicit,PairLJCharmmCoulCharmmImplicit); // clang-format on #else diff --git a/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.h b/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.h index cd0c526381..3c5c21cc84 100644 --- a/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.h +++ b/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmmfsw/coul/charmmfsh,PairLJCharmmfswCoulCharmmfsh) +PairStyle(lj/charmmfsw/coul/charmmfsh,PairLJCharmmfswCoulCharmmfsh); // clang-format on #else diff --git a/src/MOLECULE/pair_lj_cut_tip4p_cut.h b/src/MOLECULE/pair_lj_cut_tip4p_cut.h index 7370793ff0..45f041dc94 100644 --- a/src/MOLECULE/pair_lj_cut_tip4p_cut.h +++ b/src/MOLECULE/pair_lj_cut_tip4p_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/tip4p/cut,PairLJCutTIP4PCut) +PairStyle(lj/cut/tip4p/cut,PairLJCutTIP4PCut); // clang-format on #else diff --git a/src/MOLECULE/pair_tip4p_cut.h b/src/MOLECULE/pair_tip4p_cut.h index 595d545e9d..d79e338e40 100644 --- a/src/MOLECULE/pair_tip4p_cut.h +++ b/src/MOLECULE/pair_tip4p_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tip4p/cut,PairTIP4PCut) +PairStyle(tip4p/cut,PairTIP4PCut); // clang-format on #else diff --git a/src/MPIIO/dump_atom_mpiio.h b/src/MPIIO/dump_atom_mpiio.h index b02469faf6..4338ae6203 100644 --- a/src/MPIIO/dump_atom_mpiio.h +++ b/src/MPIIO/dump_atom_mpiio.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(atom/mpiio,DumpAtomMPIIO) +DumpStyle(atom/mpiio,DumpAtomMPIIO); // clang-format on #else diff --git a/src/MPIIO/dump_cfg_mpiio.h b/src/MPIIO/dump_cfg_mpiio.h index f6e0aec6ae..2599ba77b6 100644 --- a/src/MPIIO/dump_cfg_mpiio.h +++ b/src/MPIIO/dump_cfg_mpiio.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(cfg/mpiio,DumpCFGMPIIO) +DumpStyle(cfg/mpiio,DumpCFGMPIIO); // clang-format on #else diff --git a/src/MPIIO/dump_custom_mpiio.h b/src/MPIIO/dump_custom_mpiio.h index 0b5cf00045..6151a301b1 100644 --- a/src/MPIIO/dump_custom_mpiio.h +++ b/src/MPIIO/dump_custom_mpiio.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(custom/mpiio,DumpCustomMPIIO) +DumpStyle(custom/mpiio,DumpCustomMPIIO); // clang-format on #else diff --git a/src/MPIIO/dump_xyz_mpiio.h b/src/MPIIO/dump_xyz_mpiio.h index 6cd6ac918f..e84077f3d2 100644 --- a/src/MPIIO/dump_xyz_mpiio.h +++ b/src/MPIIO/dump_xyz_mpiio.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(xyz/mpiio,DumpXYZMPIIO) +DumpStyle(xyz/mpiio,DumpXYZMPIIO); // clang-format on #else diff --git a/src/MSCG/fix_mscg.h b/src/MSCG/fix_mscg.h index 88bac8c91c..be2c9b36a9 100644 --- a/src/MSCG/fix_mscg.h +++ b/src/MSCG/fix_mscg.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(mscg,FixMSCG) +FixStyle(mscg,FixMSCG); // clang-format on #else diff --git a/src/OPT/pair_eam_alloy_opt.h b/src/OPT/pair_eam_alloy_opt.h index 1555d3121b..381c74ed72 100644 --- a/src/OPT/pair_eam_alloy_opt.h +++ b/src/OPT/pair_eam_alloy_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/alloy/opt,PairEAMAlloyOpt) +PairStyle(eam/alloy/opt,PairEAMAlloyOpt); // clang-format on #else diff --git a/src/OPT/pair_eam_fs_opt.h b/src/OPT/pair_eam_fs_opt.h index 9dde18f0ec..ebbdb058b1 100644 --- a/src/OPT/pair_eam_fs_opt.h +++ b/src/OPT/pair_eam_fs_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/fs/opt,PairEAMFSOpt) +PairStyle(eam/fs/opt,PairEAMFSOpt); // clang-format on #else diff --git a/src/OPT/pair_eam_opt.h b/src/OPT/pair_eam_opt.h index c885db47c4..6ba3f04a49 100644 --- a/src/OPT/pair_eam_opt.h +++ b/src/OPT/pair_eam_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/opt,PairEAMOpt) +PairStyle(eam/opt,PairEAMOpt); // clang-format on #else diff --git a/src/OPT/pair_lj_charmm_coul_long_opt.h b/src/OPT/pair_lj_charmm_coul_long_opt.h index f387eccb8e..5c4fb0c380 100644 --- a/src/OPT/pair_lj_charmm_coul_long_opt.h +++ b/src/OPT/pair_lj_charmm_coul_long_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/long/opt,PairLJCharmmCoulLongOpt) +PairStyle(lj/charmm/coul/long/opt,PairLJCharmmCoulLongOpt); // clang-format on #else diff --git a/src/OPT/pair_lj_cut_coul_long_opt.h b/src/OPT/pair_lj_cut_coul_long_opt.h index b29e0a0ad5..d800311a33 100644 --- a/src/OPT/pair_lj_cut_coul_long_opt.h +++ b/src/OPT/pair_lj_cut_coul_long_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long/opt,PairLJCutCoulLongOpt) +PairStyle(lj/cut/coul/long/opt,PairLJCutCoulLongOpt); // clang-format on #else diff --git a/src/OPT/pair_lj_cut_opt.h b/src/OPT/pair_lj_cut_opt.h index 6c26a19041..1c7051ecb8 100644 --- a/src/OPT/pair_lj_cut_opt.h +++ b/src/OPT/pair_lj_cut_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/opt,PairLJCutOpt) +PairStyle(lj/cut/opt,PairLJCutOpt); // clang-format on #else diff --git a/src/OPT/pair_lj_cut_tip4p_long_opt.h b/src/OPT/pair_lj_cut_tip4p_long_opt.h index 044e347311..1ddcaa66e1 100644 --- a/src/OPT/pair_lj_cut_tip4p_long_opt.h +++ b/src/OPT/pair_lj_cut_tip4p_long_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/tip4p/long/opt,PairLJCutTIP4PLongOpt) +PairStyle(lj/cut/tip4p/long/opt,PairLJCutTIP4PLongOpt); // clang-format on #else diff --git a/src/OPT/pair_lj_long_coul_long_opt.h b/src/OPT/pair_lj_long_coul_long_opt.h index beeca59df4..97288ad4d2 100644 --- a/src/OPT/pair_lj_long_coul_long_opt.h +++ b/src/OPT/pair_lj_long_coul_long_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/long/coul/long/opt,PairLJLongCoulLongOpt) +PairStyle(lj/long/coul/long/opt,PairLJLongCoulLongOpt); // clang-format on #else diff --git a/src/OPT/pair_morse_opt.h b/src/OPT/pair_morse_opt.h index 31576ec536..f96922879d 100644 --- a/src/OPT/pair_morse_opt.h +++ b/src/OPT/pair_morse_opt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(morse/opt,PairMorseOpt) +PairStyle(morse/opt,PairMorseOpt); // clang-format on #else diff --git a/src/OPT/pair_ufm_opt.h b/src/OPT/pair_ufm_opt.h index 9b49331208..09be6fe0f6 100644 --- a/src/OPT/pair_ufm_opt.h +++ b/src/OPT/pair_ufm_opt.h @@ -19,7 +19,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(ufm/opt,PairUFMOpt) +PairStyle(ufm/opt,PairUFMOpt); // clang-format on #else diff --git a/src/PERI/atom_vec_peri.h b/src/PERI/atom_vec_peri.h index 2cbdaf1415..7c287f3392 100644 --- a/src/PERI/atom_vec_peri.h +++ b/src/PERI/atom_vec_peri.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(peri,AtomVecPeri) +AtomStyle(peri,AtomVecPeri); // clang-format on #else diff --git a/src/PERI/compute_damage_atom.h b/src/PERI/compute_damage_atom.h index 57d11159f4..433c1d5de8 100644 --- a/src/PERI/compute_damage_atom.h +++ b/src/PERI/compute_damage_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(damage/atom,ComputeDamageAtom) +ComputeStyle(damage/atom,ComputeDamageAtom); // clang-format on #else diff --git a/src/PERI/compute_dilatation_atom.h b/src/PERI/compute_dilatation_atom.h index a2bcef7a77..f905a2b5b9 100644 --- a/src/PERI/compute_dilatation_atom.h +++ b/src/PERI/compute_dilatation_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(dilatation/atom,ComputeDilatationAtom) +ComputeStyle(dilatation/atom,ComputeDilatationAtom); // clang-format on #else diff --git a/src/PERI/compute_plasticity_atom.h b/src/PERI/compute_plasticity_atom.h index 75c6898ebc..9d550eabae 100644 --- a/src/PERI/compute_plasticity_atom.h +++ b/src/PERI/compute_plasticity_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(plasticity/atom,ComputePlasticityAtom) +ComputeStyle(plasticity/atom,ComputePlasticityAtom); // clang-format on #else diff --git a/src/PERI/fix_peri_neigh.h b/src/PERI/fix_peri_neigh.h index 0038568e5f..7a6e34d708 100644 --- a/src/PERI/fix_peri_neigh.h +++ b/src/PERI/fix_peri_neigh.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(PERI_NEIGH,FixPeriNeigh) +FixStyle(PERI_NEIGH,FixPeriNeigh); // clang-format on #else diff --git a/src/PERI/pair_peri_eps.h b/src/PERI/pair_peri_eps.h index 61577050a2..2cd687ba29 100644 --- a/src/PERI/pair_peri_eps.h +++ b/src/PERI/pair_peri_eps.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(peri/eps,PairPeriEPS) +PairStyle(peri/eps,PairPeriEPS); // clang-format on #else diff --git a/src/PERI/pair_peri_lps.h b/src/PERI/pair_peri_lps.h index 7a0ba426fa..d0218c6c2f 100644 --- a/src/PERI/pair_peri_lps.h +++ b/src/PERI/pair_peri_lps.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(peri/lps,PairPeriLPS) +PairStyle(peri/lps,PairPeriLPS); // clang-format on #else diff --git a/src/PERI/pair_peri_pmb.h b/src/PERI/pair_peri_pmb.h index a7e163507a..89025181a9 100644 --- a/src/PERI/pair_peri_pmb.h +++ b/src/PERI/pair_peri_pmb.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(peri/pmb,PairPeriPMB) +PairStyle(peri/pmb,PairPeriPMB); // clang-format on #else diff --git a/src/PERI/pair_peri_ves.h b/src/PERI/pair_peri_ves.h index f1056272f2..39b91d88f2 100644 --- a/src/PERI/pair_peri_ves.h +++ b/src/PERI/pair_peri_ves.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(peri/ves,PairPeriVES) +PairStyle(peri/ves,PairPeriVES); // clang-format on #else diff --git a/src/PLUGIN/plugin.h b/src/PLUGIN/plugin.h index 6a8959750d..23594b8789 100644 --- a/src/PLUGIN/plugin.h +++ b/src/PLUGIN/plugin.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(plugin,Plugin) +CommandStyle(plugin,Plugin); // clang-format on #else diff --git a/src/POEMS/fix_poems.h b/src/POEMS/fix_poems.h index 1799c9f862..75180e2f26 100644 --- a/src/POEMS/fix_poems.h +++ b/src/POEMS/fix_poems.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(poems,FixPOEMS) +FixStyle(poems,FixPOEMS); // clang-format on #else diff --git a/src/PYTHON/fix_python_invoke.h b/src/PYTHON/fix_python_invoke.h index 064076d637..3e142748a9 100644 --- a/src/PYTHON/fix_python_invoke.h +++ b/src/PYTHON/fix_python_invoke.h @@ -13,8 +13,8 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(python/invoke,FixPythonInvoke) -FixStyle(python,FixPythonInvoke) +FixStyle(python/invoke,FixPythonInvoke); +FixStyle(python,FixPythonInvoke); // clang-format on #else diff --git a/src/PYTHON/fix_python_move.h b/src/PYTHON/fix_python_move.h index 1b55e6b322..a182b69a62 100644 --- a/src/PYTHON/fix_python_move.h +++ b/src/PYTHON/fix_python_move.h @@ -23,7 +23,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(python/move,FixPythonMove) +FixStyle(python/move,FixPythonMove); // clang-format on #else diff --git a/src/PYTHON/pair_python.h b/src/PYTHON/pair_python.h index a016fb9cdb..c68497049c 100644 --- a/src/PYTHON/pair_python.h +++ b/src/PYTHON/pair_python.h @@ -23,7 +23,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(python,PairPython) +PairStyle(python,PairPython); // clang-format on #else diff --git a/src/QEQ/fix_qeq_dynamic.h b/src/QEQ/fix_qeq_dynamic.h index c7ae12658f..c5a707ce52 100644 --- a/src/QEQ/fix_qeq_dynamic.h +++ b/src/QEQ/fix_qeq_dynamic.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/dynamic,FixQEqDynamic) +FixStyle(qeq/dynamic,FixQEqDynamic); // clang-format on #else diff --git a/src/QEQ/fix_qeq_fire.h b/src/QEQ/fix_qeq_fire.h index 0af4871392..f24238af51 100644 --- a/src/QEQ/fix_qeq_fire.h +++ b/src/QEQ/fix_qeq_fire.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/fire,FixQEqFire) +FixStyle(qeq/fire,FixQEqFire); // clang-format on #else diff --git a/src/QEQ/fix_qeq_point.h b/src/QEQ/fix_qeq_point.h index 642b82a532..ca61d3cd2c 100644 --- a/src/QEQ/fix_qeq_point.h +++ b/src/QEQ/fix_qeq_point.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/point,FixQEqPoint) +FixStyle(qeq/point,FixQEqPoint); // clang-format on #else diff --git a/src/QEQ/fix_qeq_shielded.h b/src/QEQ/fix_qeq_shielded.h index 0f7f43d5ac..076240e519 100644 --- a/src/QEQ/fix_qeq_shielded.h +++ b/src/QEQ/fix_qeq_shielded.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/shielded,FixQEqShielded) +FixStyle(qeq/shielded,FixQEqShielded); // clang-format on #else diff --git a/src/QEQ/fix_qeq_slater.h b/src/QEQ/fix_qeq_slater.h index 7198a2408b..9fe973234b 100644 --- a/src/QEQ/fix_qeq_slater.h +++ b/src/QEQ/fix_qeq_slater.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/slater,FixQEqSlater) +FixStyle(qeq/slater,FixQEqSlater); // clang-format on #else diff --git a/src/REPLICA/compute_event_displace.h b/src/REPLICA/compute_event_displace.h index 5f621d4cdc..a20a80b51c 100644 --- a/src/REPLICA/compute_event_displace.h +++ b/src/REPLICA/compute_event_displace.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(event/displace,ComputeEventDisplace) +ComputeStyle(event/displace,ComputeEventDisplace); // clang-format on #else diff --git a/src/REPLICA/fix_event_hyper.h b/src/REPLICA/fix_event_hyper.h index d5d345c723..424df3f2e4 100644 --- a/src/REPLICA/fix_event_hyper.h +++ b/src/REPLICA/fix_event_hyper.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(EVENT/HYPER,FixEventHyper) +FixStyle(EVENT/HYPER,FixEventHyper); // clang-format on #else diff --git a/src/REPLICA/fix_event_prd.h b/src/REPLICA/fix_event_prd.h index efead3de4d..197cfcb50b 100644 --- a/src/REPLICA/fix_event_prd.h +++ b/src/REPLICA/fix_event_prd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(EVENT/PRD,FixEventPRD) +FixStyle(EVENT/PRD,FixEventPRD); // clang-format on #else diff --git a/src/REPLICA/fix_event_tad.h b/src/REPLICA/fix_event_tad.h index 8854eb227c..131b9631e5 100644 --- a/src/REPLICA/fix_event_tad.h +++ b/src/REPLICA/fix_event_tad.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(EVENT/TAD,FixEventTAD) +FixStyle(EVENT/TAD,FixEventTAD); // clang-format on #else diff --git a/src/REPLICA/fix_hyper_global.h b/src/REPLICA/fix_hyper_global.h index aa52d52afd..ffdc32b7c9 100644 --- a/src/REPLICA/fix_hyper_global.h +++ b/src/REPLICA/fix_hyper_global.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(hyper/global,FixHyperGlobal) +FixStyle(hyper/global,FixHyperGlobal); // clang-format on #else diff --git a/src/REPLICA/fix_hyper_local.h b/src/REPLICA/fix_hyper_local.h index 3f81d09119..36d1bc3efe 100644 --- a/src/REPLICA/fix_hyper_local.h +++ b/src/REPLICA/fix_hyper_local.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(hyper/local,FixHyperLocal) +FixStyle(hyper/local,FixHyperLocal); // clang-format on #else diff --git a/src/REPLICA/fix_neb.h b/src/REPLICA/fix_neb.h index 0d0ea2bf2d..8ccfc1dec0 100644 --- a/src/REPLICA/fix_neb.h +++ b/src/REPLICA/fix_neb.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(neb,FixNEB) +FixStyle(neb,FixNEB); // clang-format on #else diff --git a/src/REPLICA/hyper.h b/src/REPLICA/hyper.h index 64fcdd3fb9..459a266797 100644 --- a/src/REPLICA/hyper.h +++ b/src/REPLICA/hyper.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(hyper,Hyper) +CommandStyle(hyper,Hyper); // clang-format on #else diff --git a/src/REPLICA/neb.h b/src/REPLICA/neb.h index 1a214ef1d7..11daf45e51 100644 --- a/src/REPLICA/neb.h +++ b/src/REPLICA/neb.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(neb,NEB) +CommandStyle(neb,NEB); // clang-format on #else diff --git a/src/REPLICA/prd.h b/src/REPLICA/prd.h index e2754501ed..30d4076430 100644 --- a/src/REPLICA/prd.h +++ b/src/REPLICA/prd.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(prd,PRD) +CommandStyle(prd,PRD); // clang-format on #else diff --git a/src/REPLICA/tad.h b/src/REPLICA/tad.h index bd51075ca5..7587d0c195 100644 --- a/src/REPLICA/tad.h +++ b/src/REPLICA/tad.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(tad,TAD) +CommandStyle(tad,TAD); // clang-format on #else diff --git a/src/REPLICA/temper.h b/src/REPLICA/temper.h index 38271c2113..e75387448b 100644 --- a/src/REPLICA/temper.h +++ b/src/REPLICA/temper.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(temper,Temper) +CommandStyle(temper,Temper); // clang-format on #else diff --git a/src/REPLICA/verlet_split.h b/src/REPLICA/verlet_split.h index 11c464b22c..9f4ccd6576 100644 --- a/src/REPLICA/verlet_split.h +++ b/src/REPLICA/verlet_split.h @@ -13,7 +13,7 @@ #ifdef INTEGRATE_CLASS // clang-format off -IntegrateStyle(verlet/split,VerletSplit) +IntegrateStyle(verlet/split,VerletSplit); // clang-format on #else diff --git a/src/RIGID/compute_erotate_rigid.h b/src/RIGID/compute_erotate_rigid.h index 13dcd833c7..0d18db054e 100644 --- a/src/RIGID/compute_erotate_rigid.h +++ b/src/RIGID/compute_erotate_rigid.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(erotate/rigid,ComputeERotateRigid) +ComputeStyle(erotate/rigid,ComputeERotateRigid); // clang-format on #else diff --git a/src/RIGID/compute_ke_rigid.h b/src/RIGID/compute_ke_rigid.h index a501585cd2..6940628082 100644 --- a/src/RIGID/compute_ke_rigid.h +++ b/src/RIGID/compute_ke_rigid.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(ke/rigid,ComputeKERigid) +ComputeStyle(ke/rigid,ComputeKERigid); // clang-format on #else diff --git a/src/RIGID/compute_rigid_local.h b/src/RIGID/compute_rigid_local.h index 185acfd1c4..73903d8945 100644 --- a/src/RIGID/compute_rigid_local.h +++ b/src/RIGID/compute_rigid_local.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(rigid/local,ComputeRigidLocal) +ComputeStyle(rigid/local,ComputeRigidLocal); // clang-format on #else diff --git a/src/RIGID/fix_ehex.h b/src/RIGID/fix_ehex.h index 1dc448a4ce..056b5a4342 100644 --- a/src/RIGID/fix_ehex.h +++ b/src/RIGID/fix_ehex.h @@ -14,7 +14,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ehex,FixEHEX) +FixStyle(ehex,FixEHEX); // clang-format on #else diff --git a/src/RIGID/fix_rattle.h b/src/RIGID/fix_rattle.h index 6b97660d91..0c9216304d 100644 --- a/src/RIGID/fix_rattle.h +++ b/src/RIGID/fix_rattle.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rattle,FixRattle) +FixStyle(rattle,FixRattle); // clang-format on #else diff --git a/src/RIGID/fix_rigid.h b/src/RIGID/fix_rigid.h index f75d1ecabd..7433e760b7 100644 --- a/src/RIGID/fix_rigid.h +++ b/src/RIGID/fix_rigid.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid,FixRigid) +FixStyle(rigid,FixRigid); // clang-format on #else diff --git a/src/RIGID/fix_rigid_nph.h b/src/RIGID/fix_rigid_nph.h index b512b4082e..7548674aae 100644 --- a/src/RIGID/fix_rigid_nph.h +++ b/src/RIGID/fix_rigid_nph.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nph,FixRigidNPH) +FixStyle(rigid/nph,FixRigidNPH); // clang-format on #else diff --git a/src/RIGID/fix_rigid_nph_small.h b/src/RIGID/fix_rigid_nph_small.h index eeeb8d7fb4..d24017fe8a 100644 --- a/src/RIGID/fix_rigid_nph_small.h +++ b/src/RIGID/fix_rigid_nph_small.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nph/small,FixRigidNPHSmall) +FixStyle(rigid/nph/small,FixRigidNPHSmall); // clang-format on #else diff --git a/src/RIGID/fix_rigid_npt.h b/src/RIGID/fix_rigid_npt.h index 61f32c6b34..e03f07cf93 100644 --- a/src/RIGID/fix_rigid_npt.h +++ b/src/RIGID/fix_rigid_npt.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/npt,FixRigidNPT) +FixStyle(rigid/npt,FixRigidNPT); // clang-format on #else diff --git a/src/RIGID/fix_rigid_npt_small.h b/src/RIGID/fix_rigid_npt_small.h index d756e98cd4..b295d5e67f 100644 --- a/src/RIGID/fix_rigid_npt_small.h +++ b/src/RIGID/fix_rigid_npt_small.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/npt/small,FixRigidNPTSmall) +FixStyle(rigid/npt/small,FixRigidNPTSmall); // clang-format on #else diff --git a/src/RIGID/fix_rigid_nve.h b/src/RIGID/fix_rigid_nve.h index c3256b4517..1a46ef3b00 100644 --- a/src/RIGID/fix_rigid_nve.h +++ b/src/RIGID/fix_rigid_nve.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nve,FixRigidNVE) +FixStyle(rigid/nve,FixRigidNVE); // clang-format on #else diff --git a/src/RIGID/fix_rigid_nve_small.h b/src/RIGID/fix_rigid_nve_small.h index cfbc1c83fb..0b02f60aaf 100644 --- a/src/RIGID/fix_rigid_nve_small.h +++ b/src/RIGID/fix_rigid_nve_small.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nve/small,FixRigidNVESmall) +FixStyle(rigid/nve/small,FixRigidNVESmall); // clang-format on #else diff --git a/src/RIGID/fix_rigid_nvt.h b/src/RIGID/fix_rigid_nvt.h index 5d3f597bd0..548ef7a9d4 100644 --- a/src/RIGID/fix_rigid_nvt.h +++ b/src/RIGID/fix_rigid_nvt.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nvt,FixRigidNVT) +FixStyle(rigid/nvt,FixRigidNVT); // clang-format on #else diff --git a/src/RIGID/fix_rigid_nvt_small.h b/src/RIGID/fix_rigid_nvt_small.h index c5088ad5f3..556de6689a 100644 --- a/src/RIGID/fix_rigid_nvt_small.h +++ b/src/RIGID/fix_rigid_nvt_small.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nvt/small,FixRigidNVTSmall) +FixStyle(rigid/nvt/small,FixRigidNVTSmall); // clang-format on #else diff --git a/src/RIGID/fix_rigid_small.h b/src/RIGID/fix_rigid_small.h index 03fb7134ad..8a6df29d55 100644 --- a/src/RIGID/fix_rigid_small.h +++ b/src/RIGID/fix_rigid_small.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/small,FixRigidSmall) +FixStyle(rigid/small,FixRigidSmall); // clang-format on #else diff --git a/src/RIGID/fix_shake.h b/src/RIGID/fix_shake.h index 82b9cb33fe..f5c1bf11e9 100644 --- a/src/RIGID/fix_shake.h +++ b/src/RIGID/fix_shake.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(shake,FixShake) +FixStyle(shake,FixShake); // clang-format on #else diff --git a/src/SHOCK/fix_append_atoms.h b/src/SHOCK/fix_append_atoms.h index 2afd51bfb0..d4022d8ca1 100644 --- a/src/SHOCK/fix_append_atoms.h +++ b/src/SHOCK/fix_append_atoms.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(append/atoms,FixAppendAtoms) +FixStyle(append/atoms,FixAppendAtoms); // clang-format on #else diff --git a/src/SHOCK/fix_msst.h b/src/SHOCK/fix_msst.h index b7f2e63632..4e99813754 100644 --- a/src/SHOCK/fix_msst.h +++ b/src/SHOCK/fix_msst.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(msst,FixMSST) +FixStyle(msst,FixMSST); // clang-format on #else diff --git a/src/SHOCK/fix_nphug.h b/src/SHOCK/fix_nphug.h index c030601093..d0679678be 100644 --- a/src/SHOCK/fix_nphug.h +++ b/src/SHOCK/fix_nphug.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nphug,FixNPHug) +FixStyle(nphug,FixNPHug); // clang-format on #else diff --git a/src/SHOCK/fix_wall_piston.h b/src/SHOCK/fix_wall_piston.h index 1953f0076d..63e7a5c8d5 100644 --- a/src/SHOCK/fix_wall_piston.h +++ b/src/SHOCK/fix_wall_piston.h @@ -12,7 +12,7 @@ ------------------------------------------------------------------------- */ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/piston,FixWallPiston) +FixStyle(wall/piston,FixWallPiston); // clang-format on #else diff --git a/src/SNAP/compute_sna_atom.h b/src/SNAP/compute_sna_atom.h index d5342068be..0a9953b2f0 100644 --- a/src/SNAP/compute_sna_atom.h +++ b/src/SNAP/compute_sna_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(sna/atom,ComputeSNAAtom) +ComputeStyle(sna/atom,ComputeSNAAtom); // clang-format on #else diff --git a/src/SNAP/compute_snad_atom.h b/src/SNAP/compute_snad_atom.h index e78abedf8f..8d448b613a 100644 --- a/src/SNAP/compute_snad_atom.h +++ b/src/SNAP/compute_snad_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(snad/atom,ComputeSNADAtom) +ComputeStyle(snad/atom,ComputeSNADAtom); // clang-format on #else diff --git a/src/SNAP/compute_snap.h b/src/SNAP/compute_snap.h index 9cc0b4409a..a7230f272a 100644 --- a/src/SNAP/compute_snap.h +++ b/src/SNAP/compute_snap.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(snap,ComputeSnap) +ComputeStyle(snap,ComputeSnap); // clang-format on #else diff --git a/src/SNAP/compute_snav_atom.h b/src/SNAP/compute_snav_atom.h index 4b5dea191f..acd13d36e4 100644 --- a/src/SNAP/compute_snav_atom.h +++ b/src/SNAP/compute_snav_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(snav/atom,ComputeSNAVAtom) +ComputeStyle(snav/atom,ComputeSNAVAtom); // clang-format on #else diff --git a/src/SNAP/pair_snap.h b/src/SNAP/pair_snap.h index af33606fbe..facb75868d 100644 --- a/src/SNAP/pair_snap.h +++ b/src/SNAP/pair_snap.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(snap,PairSNAP) +PairStyle(snap,PairSNAP); // clang-format on #else diff --git a/src/SPIN/atom_vec_spin.h b/src/SPIN/atom_vec_spin.h index c85a24c66f..305ac737e1 100644 --- a/src/SPIN/atom_vec_spin.h +++ b/src/SPIN/atom_vec_spin.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(spin,AtomVecSpin) +AtomStyle(spin,AtomVecSpin); // clang-format on #else diff --git a/src/SPIN/compute_spin.h b/src/SPIN/compute_spin.h index 422b7dfd4c..4127314ca1 100644 --- a/src/SPIN/compute_spin.h +++ b/src/SPIN/compute_spin.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(spin,ComputeSpin) +ComputeStyle(spin,ComputeSpin); // clang-format on #else diff --git a/src/SPIN/fix_langevin_spin.h b/src/SPIN/fix_langevin_spin.h index 3cc28af879..91e27c9ed7 100644 --- a/src/SPIN/fix_langevin_spin.h +++ b/src/SPIN/fix_langevin_spin.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(langevin/spin,FixLangevinSpin) +FixStyle(langevin/spin,FixLangevinSpin); // clang-format on #else diff --git a/src/SPIN/fix_neb_spin.h b/src/SPIN/fix_neb_spin.h index 86fb01cb2b..05820510c7 100644 --- a/src/SPIN/fix_neb_spin.h +++ b/src/SPIN/fix_neb_spin.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(neb/spin,FixNEBSpin) +FixStyle(neb/spin,FixNEBSpin); // clang-format on #else diff --git a/src/SPIN/fix_nve_spin.h b/src/SPIN/fix_nve_spin.h index 1f67bb0447..95995f1f6a 100644 --- a/src/SPIN/fix_nve_spin.h +++ b/src/SPIN/fix_nve_spin.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/spin,FixNVESpin) +FixStyle(nve/spin,FixNVESpin); // clang-format on #else diff --git a/src/SPIN/fix_precession_spin.h b/src/SPIN/fix_precession_spin.h index c55f16ae54..92168b1745 100644 --- a/src/SPIN/fix_precession_spin.h +++ b/src/SPIN/fix_precession_spin.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(precession/spin,FixPrecessionSpin) +FixStyle(precession/spin,FixPrecessionSpin); // clang-format on #else diff --git a/src/SPIN/fix_setforce_spin.h b/src/SPIN/fix_setforce_spin.h index f91ffd6c00..f1aaddeae2 100644 --- a/src/SPIN/fix_setforce_spin.h +++ b/src/SPIN/fix_setforce_spin.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(setforce/spin,FixSetForceSpin) +FixStyle(setforce/spin,FixSetForceSpin); // clang-format on #else diff --git a/src/SPIN/min_spin.h b/src/SPIN/min_spin.h index 8a6c26df05..a31aa8712d 100644 --- a/src/SPIN/min_spin.h +++ b/src/SPIN/min_spin.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(spin,MinSpin) +MinimizeStyle(spin,MinSpin); // clang-format on #else diff --git a/src/SPIN/min_spin_cg.h b/src/SPIN/min_spin_cg.h index 631d7b5a6b..41b3cd655b 100644 --- a/src/SPIN/min_spin_cg.h +++ b/src/SPIN/min_spin_cg.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(spin/cg, MinSpinCG) +MinimizeStyle(spin/cg, MinSpinCG); // clang-format on #else diff --git a/src/SPIN/min_spin_lbfgs.h b/src/SPIN/min_spin_lbfgs.h index 11df86b10a..9274c750fe 100644 --- a/src/SPIN/min_spin_lbfgs.h +++ b/src/SPIN/min_spin_lbfgs.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(spin/lbfgs, MinSpinLBFGS) +MinimizeStyle(spin/lbfgs, MinSpinLBFGS); // clang-format on #else diff --git a/src/SPIN/neb_spin.h b/src/SPIN/neb_spin.h index 5d4c15ddf8..892593bc26 100644 --- a/src/SPIN/neb_spin.h +++ b/src/SPIN/neb_spin.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(neb/spin,NEBSpin) +CommandStyle(neb/spin,NEBSpin); // clang-format on #else diff --git a/src/SPIN/pair_spin_dipole_cut.h b/src/SPIN/pair_spin_dipole_cut.h index b8e4662eb4..9c793bb63c 100644 --- a/src/SPIN/pair_spin_dipole_cut.h +++ b/src/SPIN/pair_spin_dipole_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(spin/dipole/cut,PairSpinDipoleCut) +PairStyle(spin/dipole/cut,PairSpinDipoleCut); // clang-format on #else diff --git a/src/SPIN/pair_spin_dipole_long.h b/src/SPIN/pair_spin_dipole_long.h index 0e3bcfe0a8..588720ba64 100644 --- a/src/SPIN/pair_spin_dipole_long.h +++ b/src/SPIN/pair_spin_dipole_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(spin/dipole/long,PairSpinDipoleLong) +PairStyle(spin/dipole/long,PairSpinDipoleLong); // clang-format on #else diff --git a/src/SPIN/pair_spin_dmi.h b/src/SPIN/pair_spin_dmi.h index 5af3c4a1e7..67b49a68a3 100644 --- a/src/SPIN/pair_spin_dmi.h +++ b/src/SPIN/pair_spin_dmi.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(spin/dmi,PairSpinDmi) +PairStyle(spin/dmi,PairSpinDmi); // clang-format on #else diff --git a/src/SPIN/pair_spin_exchange.h b/src/SPIN/pair_spin_exchange.h index ad378a0a07..04461bdd35 100644 --- a/src/SPIN/pair_spin_exchange.h +++ b/src/SPIN/pair_spin_exchange.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(spin/exchange,PairSpinExchange) +PairStyle(spin/exchange,PairSpinExchange); // clang-format on #else diff --git a/src/SPIN/pair_spin_exchange_biquadratic.h b/src/SPIN/pair_spin_exchange_biquadratic.h index 1d87642f87..19079c726b 100644 --- a/src/SPIN/pair_spin_exchange_biquadratic.h +++ b/src/SPIN/pair_spin_exchange_biquadratic.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(spin/exchange/biquadratic,PairSpinExchangeBiquadratic) +PairStyle(spin/exchange/biquadratic,PairSpinExchangeBiquadratic); // clang-format on #else diff --git a/src/SPIN/pair_spin_magelec.h b/src/SPIN/pair_spin_magelec.h index 2577c2482c..e79261ad56 100644 --- a/src/SPIN/pair_spin_magelec.h +++ b/src/SPIN/pair_spin_magelec.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(spin/magelec,PairSpinMagelec) +PairStyle(spin/magelec,PairSpinMagelec); // clang-format on #else diff --git a/src/SPIN/pair_spin_neel.h b/src/SPIN/pair_spin_neel.h index 14ea843b52..fa0d885c88 100644 --- a/src/SPIN/pair_spin_neel.h +++ b/src/SPIN/pair_spin_neel.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(spin/neel,PairSpinNeel) +PairStyle(spin/neel,PairSpinNeel); // clang-format on #else diff --git a/src/SRD/fix_srd.h b/src/SRD/fix_srd.h index 0ab350cd91..c1c37fd79d 100644 --- a/src/SRD/fix_srd.h +++ b/src/SRD/fix_srd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(srd,FixSRD) +FixStyle(srd,FixSRD); // clang-format on #else diff --git a/src/SRD/fix_wall_srd.h b/src/SRD/fix_wall_srd.h index e6c4151ed4..8aa2cf925d 100644 --- a/src/SRD/fix_wall_srd.h +++ b/src/SRD/fix_wall_srd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/srd,FixWallSRD) +FixStyle(wall/srd,FixWallSRD); // clang-format on #else diff --git a/src/USER-ADIOS/dump_atom_adios.h b/src/USER-ADIOS/dump_atom_adios.h index 40ef386dc6..d50f116d37 100644 --- a/src/USER-ADIOS/dump_atom_adios.h +++ b/src/USER-ADIOS/dump_atom_adios.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(atom/adios, DumpAtomADIOS) +DumpStyle(atom/adios, DumpAtomADIOS); // clang-format on #else diff --git a/src/USER-ADIOS/dump_custom_adios.h b/src/USER-ADIOS/dump_custom_adios.h index 6a2a2b84b2..0693db234e 100644 --- a/src/USER-ADIOS/dump_custom_adios.h +++ b/src/USER-ADIOS/dump_custom_adios.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(custom/adios, DumpCustomADIOS) +DumpStyle(custom/adios, DumpCustomADIOS); // clang-format on #else diff --git a/src/USER-ADIOS/reader_adios.h b/src/USER-ADIOS/reader_adios.h index 3b59600896..a018bcefce 100644 --- a/src/USER-ADIOS/reader_adios.h +++ b/src/USER-ADIOS/reader_adios.h @@ -15,7 +15,7 @@ #ifdef READER_CLASS // clang-format off -ReaderStyle(adios, ReaderADIOS) +ReaderStyle(adios, ReaderADIOS); // clang-format on #else diff --git a/src/USER-ATC/fix_atc.h b/src/USER-ATC/fix_atc.h index 6291af9e79..329fec28cf 100644 --- a/src/USER-ATC/fix_atc.h +++ b/src/USER-ATC/fix_atc.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(atc,FixATC) +FixStyle(atc,FixATC); // clang-format on #else diff --git a/src/USER-AWPMD/atom_vec_wavepacket.h b/src/USER-AWPMD/atom_vec_wavepacket.h index 4ef2785587..edc97f2d6b 100644 --- a/src/USER-AWPMD/atom_vec_wavepacket.h +++ b/src/USER-AWPMD/atom_vec_wavepacket.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(wavepacket,AtomVecWavepacket) +AtomStyle(wavepacket,AtomVecWavepacket); // clang-format on #else diff --git a/src/USER-AWPMD/fix_nve_awpmd.h b/src/USER-AWPMD/fix_nve_awpmd.h index 7259a17248..5824d52ba1 100644 --- a/src/USER-AWPMD/fix_nve_awpmd.h +++ b/src/USER-AWPMD/fix_nve_awpmd.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/awpmd,FixNVEAwpmd) +FixStyle(nve/awpmd,FixNVEAwpmd); // clang-format on #else diff --git a/src/USER-AWPMD/pair_awpmd_cut.h b/src/USER-AWPMD/pair_awpmd_cut.h index 6e6865f449..3cb2f6a803 100644 --- a/src/USER-AWPMD/pair_awpmd_cut.h +++ b/src/USER-AWPMD/pair_awpmd_cut.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(awpmd/cut,PairAWPMDCut) +PairStyle(awpmd/cut,PairAWPMDCut); // clang-format on #else diff --git a/src/USER-BOCS/compute_pressure_bocs.h b/src/USER-BOCS/compute_pressure_bocs.h index deccae7da9..961eab52d5 100644 --- a/src/USER-BOCS/compute_pressure_bocs.h +++ b/src/USER-BOCS/compute_pressure_bocs.h @@ -16,7 +16,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(PRESSURE/BOCS,ComputePressureBocs) +ComputeStyle(PRESSURE/BOCS,ComputePressureBocs); // clang-format on #else diff --git a/src/USER-BOCS/fix_bocs.h b/src/USER-BOCS/fix_bocs.h index 6b23ec816a..af9024617b 100644 --- a/src/USER-BOCS/fix_bocs.h +++ b/src/USER-BOCS/fix_bocs.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(bocs,FixBocs) +FixStyle(bocs,FixBocs); // clang-format on #else diff --git a/src/USER-CGDNA/bond_oxdna2_fene.h b/src/USER-CGDNA/bond_oxdna2_fene.h index 1f70080492..da48b5d8bb 100644 --- a/src/USER-CGDNA/bond_oxdna2_fene.h +++ b/src/USER-CGDNA/bond_oxdna2_fene.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(oxdna2/fene,BondOxdna2Fene) +BondStyle(oxdna2/fene,BondOxdna2Fene); // clang-format on #else diff --git a/src/USER-CGDNA/bond_oxdna_fene.h b/src/USER-CGDNA/bond_oxdna_fene.h index 632c03c83f..76513ddc45 100644 --- a/src/USER-CGDNA/bond_oxdna_fene.h +++ b/src/USER-CGDNA/bond_oxdna_fene.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(oxdna/fene,BondOxdnaFene) +BondStyle(oxdna/fene,BondOxdnaFene); // clang-format on #else diff --git a/src/USER-CGDNA/bond_oxrna2_fene.h b/src/USER-CGDNA/bond_oxrna2_fene.h index ecdcaf7a15..a3f2c97854 100644 --- a/src/USER-CGDNA/bond_oxrna2_fene.h +++ b/src/USER-CGDNA/bond_oxrna2_fene.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(oxrna2/fene,BondOxrna2Fene) +BondStyle(oxrna2/fene,BondOxrna2Fene); // clang-format on #else diff --git a/src/USER-CGDNA/fix_nve_dot.h b/src/USER-CGDNA/fix_nve_dot.h index dfbc507e6a..6b7c4c9f06 100644 --- a/src/USER-CGDNA/fix_nve_dot.h +++ b/src/USER-CGDNA/fix_nve_dot.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/dot,FixNVEDot) +FixStyle(nve/dot,FixNVEDot); // clang-format on #else diff --git a/src/USER-CGDNA/fix_nve_dotc_langevin.h b/src/USER-CGDNA/fix_nve_dotc_langevin.h index 7e4f81cb8c..7355b1f944 100644 --- a/src/USER-CGDNA/fix_nve_dotc_langevin.h +++ b/src/USER-CGDNA/fix_nve_dotc_langevin.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/dotc/langevin,FixNVEDotcLangevin) +FixStyle(nve/dotc/langevin,FixNVEDotcLangevin); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxdna2_coaxstk.h b/src/USER-CGDNA/pair_oxdna2_coaxstk.h index 3f78c4c1dd..22ff5907d2 100644 --- a/src/USER-CGDNA/pair_oxdna2_coaxstk.h +++ b/src/USER-CGDNA/pair_oxdna2_coaxstk.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxdna2/coaxstk,PairOxdna2Coaxstk) +PairStyle(oxdna2/coaxstk,PairOxdna2Coaxstk); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxdna2_dh.h b/src/USER-CGDNA/pair_oxdna2_dh.h index 3b479e4070..c6097e7ed7 100644 --- a/src/USER-CGDNA/pair_oxdna2_dh.h +++ b/src/USER-CGDNA/pair_oxdna2_dh.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxdna2/dh,PairOxdna2Dh) +PairStyle(oxdna2/dh,PairOxdna2Dh); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxdna2_excv.h b/src/USER-CGDNA/pair_oxdna2_excv.h index d64a4bf1f9..f4da0abade 100644 --- a/src/USER-CGDNA/pair_oxdna2_excv.h +++ b/src/USER-CGDNA/pair_oxdna2_excv.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxdna2/excv,PairOxdna2Excv) +PairStyle(oxdna2/excv,PairOxdna2Excv); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxdna_coaxstk.h b/src/USER-CGDNA/pair_oxdna_coaxstk.h index 017d280cca..49c2647e04 100644 --- a/src/USER-CGDNA/pair_oxdna_coaxstk.h +++ b/src/USER-CGDNA/pair_oxdna_coaxstk.h @@ -13,8 +13,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxdna/coaxstk,PairOxdnaCoaxstk) -PairStyle(oxrna2/coaxstk,PairOxdnaCoaxstk) +PairStyle(oxdna/coaxstk,PairOxdnaCoaxstk); +PairStyle(oxrna2/coaxstk,PairOxdnaCoaxstk); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxdna_excv.h b/src/USER-CGDNA/pair_oxdna_excv.h index c3ca32cb68..c26e61407a 100644 --- a/src/USER-CGDNA/pair_oxdna_excv.h +++ b/src/USER-CGDNA/pair_oxdna_excv.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxdna/excv,PairOxdnaExcv) +PairStyle(oxdna/excv,PairOxdnaExcv); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxdna_hbond.h b/src/USER-CGDNA/pair_oxdna_hbond.h index 78f7953acf..60b465f498 100644 --- a/src/USER-CGDNA/pair_oxdna_hbond.h +++ b/src/USER-CGDNA/pair_oxdna_hbond.h @@ -13,8 +13,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxdna/hbond,PairOxdnaHbond) -PairStyle(oxdna2/hbond,PairOxdnaHbond) +PairStyle(oxdna/hbond,PairOxdnaHbond); +PairStyle(oxdna2/hbond,PairOxdnaHbond); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxdna_stk.h b/src/USER-CGDNA/pair_oxdna_stk.h index 51815f162c..b339f79140 100644 --- a/src/USER-CGDNA/pair_oxdna_stk.h +++ b/src/USER-CGDNA/pair_oxdna_stk.h @@ -13,8 +13,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxdna/stk,PairOxdnaStk) -PairStyle(oxdna2/stk,PairOxdnaStk) +PairStyle(oxdna/stk,PairOxdnaStk); +PairStyle(oxdna2/stk,PairOxdnaStk); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxdna_xstk.h b/src/USER-CGDNA/pair_oxdna_xstk.h index 7cccd3cf91..c45afa2f6c 100644 --- a/src/USER-CGDNA/pair_oxdna_xstk.h +++ b/src/USER-CGDNA/pair_oxdna_xstk.h @@ -13,8 +13,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxdna/xstk,PairOxdnaXstk) -PairStyle(oxdna2/xstk,PairOxdnaXstk) +PairStyle(oxdna/xstk,PairOxdnaXstk); +PairStyle(oxdna2/xstk,PairOxdnaXstk); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxrna2_dh.h b/src/USER-CGDNA/pair_oxrna2_dh.h index b077a98c1c..e9c734211f 100644 --- a/src/USER-CGDNA/pair_oxrna2_dh.h +++ b/src/USER-CGDNA/pair_oxrna2_dh.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxrna2/dh,PairOxrna2Dh) +PairStyle(oxrna2/dh,PairOxrna2Dh); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxrna2_excv.h b/src/USER-CGDNA/pair_oxrna2_excv.h index e5a559623f..f8434fcced 100644 --- a/src/USER-CGDNA/pair_oxrna2_excv.h +++ b/src/USER-CGDNA/pair_oxrna2_excv.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxrna2/excv,PairOxrna2Excv) +PairStyle(oxrna2/excv,PairOxrna2Excv); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxrna2_hbond.h b/src/USER-CGDNA/pair_oxrna2_hbond.h index 2457b552db..62832f2d61 100644 --- a/src/USER-CGDNA/pair_oxrna2_hbond.h +++ b/src/USER-CGDNA/pair_oxrna2_hbond.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxrna2/hbond,PairOxrna2Hbond) +PairStyle(oxrna2/hbond,PairOxrna2Hbond); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxrna2_stk.h b/src/USER-CGDNA/pair_oxrna2_stk.h index 9e8aaa3a13..8471fd9ca2 100644 --- a/src/USER-CGDNA/pair_oxrna2_stk.h +++ b/src/USER-CGDNA/pair_oxrna2_stk.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxrna2/stk,PairOxrna2Stk) +PairStyle(oxrna2/stk,PairOxrna2Stk); // clang-format on #else diff --git a/src/USER-CGDNA/pair_oxrna2_xstk.h b/src/USER-CGDNA/pair_oxrna2_xstk.h index ee5b63d1ec..6c1b0aca29 100644 --- a/src/USER-CGDNA/pair_oxrna2_xstk.h +++ b/src/USER-CGDNA/pair_oxrna2_xstk.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(oxrna2/xstk,PairOxrna2Xstk) +PairStyle(oxrna2/xstk,PairOxrna2Xstk); // clang-format on #else diff --git a/src/USER-CGSDK/angle_sdk.h b/src/USER-CGSDK/angle_sdk.h index 5eb49bba5e..622351e680 100644 --- a/src/USER-CGSDK/angle_sdk.h +++ b/src/USER-CGSDK/angle_sdk.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(sdk,AngleSDK) +AngleStyle(sdk,AngleSDK); // clang-format on #else diff --git a/src/USER-CGSDK/pair_lj_sdk.h b/src/USER-CGSDK/pair_lj_sdk.h index 228d3a083e..3431da1a07 100644 --- a/src/USER-CGSDK/pair_lj_sdk.h +++ b/src/USER-CGSDK/pair_lj_sdk.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk,PairLJSDK) +PairStyle(lj/sdk,PairLJSDK); // clang-format on #else diff --git a/src/USER-CGSDK/pair_lj_sdk_coul_long.h b/src/USER-CGSDK/pair_lj_sdk_coul_long.h index fe562cf541..083fcdb218 100644 --- a/src/USER-CGSDK/pair_lj_sdk_coul_long.h +++ b/src/USER-CGSDK/pair_lj_sdk_coul_long.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk/coul/long,PairLJSDKCoulLong) +PairStyle(lj/sdk/coul/long,PairLJSDKCoulLong); // clang-format on #else diff --git a/src/USER-CGSDK/pair_lj_sdk_coul_msm.h b/src/USER-CGSDK/pair_lj_sdk_coul_msm.h index 0f00c5d1ab..e42878d9a3 100644 --- a/src/USER-CGSDK/pair_lj_sdk_coul_msm.h +++ b/src/USER-CGSDK/pair_lj_sdk_coul_msm.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk/coul/msm,PairLJSDKCoulMSM) +PairStyle(lj/sdk/coul/msm,PairLJSDKCoulMSM); // clang-format on #else diff --git a/src/USER-COLVARS/fix_colvars.h b/src/USER-COLVARS/fix_colvars.h index 5685301d4d..38a05a5ada 100644 --- a/src/USER-COLVARS/fix_colvars.h +++ b/src/USER-COLVARS/fix_colvars.h @@ -26,7 +26,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(colvars,FixColvars) +FixStyle(colvars,FixColvars); // clang-format on #else diff --git a/src/USER-COLVARS/group_ndx.h b/src/USER-COLVARS/group_ndx.h index f438f2c41e..520e57d0d5 100644 --- a/src/USER-COLVARS/group_ndx.h +++ b/src/USER-COLVARS/group_ndx.h @@ -15,7 +15,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(group2ndx,Group2Ndx) +CommandStyle(group2ndx,Group2Ndx); // clang-format on #else diff --git a/src/USER-COLVARS/ndx_group.h b/src/USER-COLVARS/ndx_group.h index 541481d129..ab4fbf9fd2 100644 --- a/src/USER-COLVARS/ndx_group.h +++ b/src/USER-COLVARS/ndx_group.h @@ -15,7 +15,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(ndx2group,Ndx2Group) +CommandStyle(ndx2group,Ndx2Group); // clang-format on #else diff --git a/src/USER-DIFFRACTION/compute_saed.h b/src/USER-DIFFRACTION/compute_saed.h index 1e2825fe83..3d93c24384 100644 --- a/src/USER-DIFFRACTION/compute_saed.h +++ b/src/USER-DIFFRACTION/compute_saed.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(saed,ComputeSAED) +ComputeStyle(saed,ComputeSAED); // clang-format on #else diff --git a/src/USER-DIFFRACTION/compute_xrd.h b/src/USER-DIFFRACTION/compute_xrd.h index 602d0957e2..8d1c113adf 100644 --- a/src/USER-DIFFRACTION/compute_xrd.h +++ b/src/USER-DIFFRACTION/compute_xrd.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(xrd,ComputeXRD) +ComputeStyle(xrd,ComputeXRD); // clang-format on #else diff --git a/src/USER-DIFFRACTION/fix_saed_vtk.h b/src/USER-DIFFRACTION/fix_saed_vtk.h index 1d03ae962a..8ff00bf547 100644 --- a/src/USER-DIFFRACTION/fix_saed_vtk.h +++ b/src/USER-DIFFRACTION/fix_saed_vtk.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(saed/vtk,FixSAEDVTK) +FixStyle(saed/vtk,FixSAEDVTK); // clang-format on #else diff --git a/src/USER-DPD/atom_vec_dpd.h b/src/USER-DPD/atom_vec_dpd.h index ca4bf0bcaa..4d4ab2693c 100644 --- a/src/USER-DPD/atom_vec_dpd.h +++ b/src/USER-DPD/atom_vec_dpd.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(dpd,AtomVecDPD) +AtomStyle(dpd,AtomVecDPD); // clang-format on #else diff --git a/src/USER-DPD/compute_dpd.h b/src/USER-DPD/compute_dpd.h index 1d826be47b..830b17cd66 100644 --- a/src/USER-DPD/compute_dpd.h +++ b/src/USER-DPD/compute_dpd.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(dpd,ComputeDpd) +ComputeStyle(dpd,ComputeDpd); // clang-format on #else diff --git a/src/USER-DPD/compute_dpd_atom.h b/src/USER-DPD/compute_dpd_atom.h index c2da06b2ab..b24333968c 100644 --- a/src/USER-DPD/compute_dpd_atom.h +++ b/src/USER-DPD/compute_dpd_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(dpd/atom,ComputeDpdAtom) +ComputeStyle(dpd/atom,ComputeDpdAtom); // clang-format on #else diff --git a/src/USER-DPD/fix_dpd_energy.h b/src/USER-DPD/fix_dpd_energy.h index 9bf9f822d9..7288a2f7e1 100644 --- a/src/USER-DPD/fix_dpd_energy.h +++ b/src/USER-DPD/fix_dpd_energy.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(dpd/energy,FixDPDenergy) +FixStyle(dpd/energy,FixDPDenergy); // clang-format on #else diff --git a/src/USER-DPD/fix_eos_cv.h b/src/USER-DPD/fix_eos_cv.h index da9fa88f62..8d69dbda15 100644 --- a/src/USER-DPD/fix_eos_cv.h +++ b/src/USER-DPD/fix_eos_cv.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(eos/cv,FixEOScv) +FixStyle(eos/cv,FixEOScv); // clang-format on #else diff --git a/src/USER-DPD/fix_eos_table.h b/src/USER-DPD/fix_eos_table.h index 4839a8cb79..d9a99d8770 100644 --- a/src/USER-DPD/fix_eos_table.h +++ b/src/USER-DPD/fix_eos_table.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(eos/table,FixEOStable) +FixStyle(eos/table,FixEOStable); // clang-format on #else diff --git a/src/USER-DPD/fix_eos_table_rx.h b/src/USER-DPD/fix_eos_table_rx.h index 34af1fe615..caa30fd6b8 100644 --- a/src/USER-DPD/fix_eos_table_rx.h +++ b/src/USER-DPD/fix_eos_table_rx.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(eos/table/rx,FixEOStableRX) +FixStyle(eos/table/rx,FixEOStableRX); // clang-format on #else diff --git a/src/USER-DPD/fix_rx.h b/src/USER-DPD/fix_rx.h index b8fe6c4b6a..4d04cbe030 100644 --- a/src/USER-DPD/fix_rx.h +++ b/src/USER-DPD/fix_rx.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rx,FixRX) +FixStyle(rx,FixRX); // clang-format on #else diff --git a/src/USER-DPD/fix_shardlow.h b/src/USER-DPD/fix_shardlow.h index 49ae626edf..df9bc2bd95 100644 --- a/src/USER-DPD/fix_shardlow.h +++ b/src/USER-DPD/fix_shardlow.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(shardlow,FixShardlow) +FixStyle(shardlow,FixShardlow); // clang-format on #else diff --git a/src/USER-DPD/pair_dpd_fdt.h b/src/USER-DPD/pair_dpd_fdt.h index 29f8b82b34..a2e60806bf 100644 --- a/src/USER-DPD/pair_dpd_fdt.h +++ b/src/USER-DPD/pair_dpd_fdt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/fdt,PairDPDfdt) +PairStyle(dpd/fdt,PairDPDfdt); // clang-format on #else diff --git a/src/USER-DPD/pair_dpd_fdt_energy.h b/src/USER-DPD/pair_dpd_fdt_energy.h index f0a3a0910c..8b48dd5323 100644 --- a/src/USER-DPD/pair_dpd_fdt_energy.h +++ b/src/USER-DPD/pair_dpd_fdt_energy.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/fdt/energy,PairDPDfdtEnergy) +PairStyle(dpd/fdt/energy,PairDPDfdtEnergy); // clang-format on #else diff --git a/src/USER-DPD/pair_exp6_rx.h b/src/USER-DPD/pair_exp6_rx.h index ec967be8c1..e0b99716e0 100644 --- a/src/USER-DPD/pair_exp6_rx.h +++ b/src/USER-DPD/pair_exp6_rx.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(exp6/rx,PairExp6rx) +PairStyle(exp6/rx,PairExp6rx); // clang-format on #else diff --git a/src/USER-DPD/pair_multi_lucy.h b/src/USER-DPD/pair_multi_lucy.h index 170c9b608c..92fff5e50a 100644 --- a/src/USER-DPD/pair_multi_lucy.h +++ b/src/USER-DPD/pair_multi_lucy.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(multi/lucy,PairMultiLucy) +PairStyle(multi/lucy,PairMultiLucy); // clang-format on #else diff --git a/src/USER-DPD/pair_multi_lucy_rx.h b/src/USER-DPD/pair_multi_lucy_rx.h index eb5d4cfcb4..8d2a01f100 100644 --- a/src/USER-DPD/pair_multi_lucy_rx.h +++ b/src/USER-DPD/pair_multi_lucy_rx.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(multi/lucy/rx,PairMultiLucyRX) +PairStyle(multi/lucy/rx,PairMultiLucyRX); // clang-format on #else diff --git a/src/USER-DPD/pair_table_rx.h b/src/USER-DPD/pair_table_rx.h index a9684500d5..ce9e8693e2 100644 --- a/src/USER-DPD/pair_table_rx.h +++ b/src/USER-DPD/pair_table_rx.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(table/rx,PairTableRX) +PairStyle(table/rx,PairTableRX); // clang-format on #else diff --git a/src/USER-DRUDE/compute_temp_drude.h b/src/USER-DRUDE/compute_temp_drude.h index 79288e58ba..2248733544 100644 --- a/src/USER-DRUDE/compute_temp_drude.h +++ b/src/USER-DRUDE/compute_temp_drude.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/drude,ComputeTempDrude) +ComputeStyle(temp/drude,ComputeTempDrude); // clang-format on #else diff --git a/src/USER-DRUDE/fix_drude.h b/src/USER-DRUDE/fix_drude.h index 38531b85b3..d12d6a3c28 100644 --- a/src/USER-DRUDE/fix_drude.h +++ b/src/USER-DRUDE/fix_drude.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(drude,FixDrude) +FixStyle(drude,FixDrude); // clang-format on #else diff --git a/src/USER-DRUDE/fix_drude_transform.h b/src/USER-DRUDE/fix_drude_transform.h index 3b2d767df1..02c5138f38 100644 --- a/src/USER-DRUDE/fix_drude_transform.h +++ b/src/USER-DRUDE/fix_drude_transform.h @@ -13,8 +13,8 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(drude/transform/direct,FixDrudeTransform) -FixStyle(drude/transform/inverse,FixDrudeTransform) +FixStyle(drude/transform/direct,FixDrudeTransform); +FixStyle(drude/transform/inverse,FixDrudeTransform); // clang-format on #else diff --git a/src/USER-DRUDE/fix_langevin_drude.h b/src/USER-DRUDE/fix_langevin_drude.h index 35f1f3689a..de1e92a269 100644 --- a/src/USER-DRUDE/fix_langevin_drude.h +++ b/src/USER-DRUDE/fix_langevin_drude.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(langevin/drude,FixLangevinDrude) +FixStyle(langevin/drude,FixLangevinDrude); // clang-format on #else diff --git a/src/USER-DRUDE/fix_tgnpt_drude.h b/src/USER-DRUDE/fix_tgnpt_drude.h index 9f3821bf18..d5cf64cf79 100644 --- a/src/USER-DRUDE/fix_tgnpt_drude.h +++ b/src/USER-DRUDE/fix_tgnpt_drude.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(tgnpt/drude,FixTGNPTDrude) +FixStyle(tgnpt/drude,FixTGNPTDrude); // clang-format on #else diff --git a/src/USER-DRUDE/fix_tgnvt_drude.h b/src/USER-DRUDE/fix_tgnvt_drude.h index 7e0837804f..ab372570fa 100644 --- a/src/USER-DRUDE/fix_tgnvt_drude.h +++ b/src/USER-DRUDE/fix_tgnvt_drude.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(tgnvt/drude,FixTGNVTDrude) +FixStyle(tgnvt/drude,FixTGNVTDrude); // clang-format on #else diff --git a/src/USER-DRUDE/pair_coul_tt.h b/src/USER-DRUDE/pair_coul_tt.h index 01469668d6..4e235109f5 100644 --- a/src/USER-DRUDE/pair_coul_tt.h +++ b/src/USER-DRUDE/pair_coul_tt.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/tt,PairCoulTT) +PairStyle(coul/tt,PairCoulTT); // clang-format on #else diff --git a/src/USER-DRUDE/pair_lj_cut_thole_long.h b/src/USER-DRUDE/pair_lj_cut_thole_long.h index f747abd507..43c3a3378f 100644 --- a/src/USER-DRUDE/pair_lj_cut_thole_long.h +++ b/src/USER-DRUDE/pair_lj_cut_thole_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/thole/long,PairLJCutTholeLong) +PairStyle(lj/cut/thole/long,PairLJCutTholeLong); // clang-format on #else diff --git a/src/USER-DRUDE/pair_thole.h b/src/USER-DRUDE/pair_thole.h index bebbe9b744..01699a0218 100644 --- a/src/USER-DRUDE/pair_thole.h +++ b/src/USER-DRUDE/pair_thole.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(thole,PairThole) +PairStyle(thole,PairThole); // clang-format on #else diff --git a/src/USER-EFF/atom_vec_electron.h b/src/USER-EFF/atom_vec_electron.h index 69f9c0c046..6a445d8774 100644 --- a/src/USER-EFF/atom_vec_electron.h +++ b/src/USER-EFF/atom_vec_electron.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(electron,AtomVecElectron) +AtomStyle(electron,AtomVecElectron); // clang-format on #else diff --git a/src/USER-EFF/compute_ke_atom_eff.h b/src/USER-EFF/compute_ke_atom_eff.h index 846abfcfb5..d2285e0c64 100644 --- a/src/USER-EFF/compute_ke_atom_eff.h +++ b/src/USER-EFF/compute_ke_atom_eff.h @@ -14,7 +14,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(ke/atom/eff,ComputeKEAtomEff) +ComputeStyle(ke/atom/eff,ComputeKEAtomEff); // clang-format on #else diff --git a/src/USER-EFF/compute_ke_eff.h b/src/USER-EFF/compute_ke_eff.h index 0a99f3c375..bd001a08d1 100644 --- a/src/USER-EFF/compute_ke_eff.h +++ b/src/USER-EFF/compute_ke_eff.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(ke/eff,ComputeKEEff) +ComputeStyle(ke/eff,ComputeKEEff); // clang-format on #else diff --git a/src/USER-EFF/compute_temp_deform_eff.h b/src/USER-EFF/compute_temp_deform_eff.h index e32b3f2af2..1f8db39a6f 100644 --- a/src/USER-EFF/compute_temp_deform_eff.h +++ b/src/USER-EFF/compute_temp_deform_eff.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/deform/eff,ComputeTempDeformEff) +ComputeStyle(temp/deform/eff,ComputeTempDeformEff); // clang-format on #else diff --git a/src/USER-EFF/compute_temp_eff.h b/src/USER-EFF/compute_temp_eff.h index 13531ecfa5..9b8d98b468 100644 --- a/src/USER-EFF/compute_temp_eff.h +++ b/src/USER-EFF/compute_temp_eff.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/eff,ComputeTempEff) +ComputeStyle(temp/eff,ComputeTempEff); // clang-format on #else diff --git a/src/USER-EFF/compute_temp_region_eff.h b/src/USER-EFF/compute_temp_region_eff.h index 2962c74412..e616462745 100644 --- a/src/USER-EFF/compute_temp_region_eff.h +++ b/src/USER-EFF/compute_temp_region_eff.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/region/eff,ComputeTempRegionEff) +ComputeStyle(temp/region/eff,ComputeTempRegionEff); // clang-format on #else diff --git a/src/USER-EFF/fix_langevin_eff.h b/src/USER-EFF/fix_langevin_eff.h index b94e8b43a7..7779cb5837 100644 --- a/src/USER-EFF/fix_langevin_eff.h +++ b/src/USER-EFF/fix_langevin_eff.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(langevin/eff,FixLangevinEff) +FixStyle(langevin/eff,FixLangevinEff); // clang-format on #else diff --git a/src/USER-EFF/fix_nph_eff.h b/src/USER-EFF/fix_nph_eff.h index 6b04d94dbf..7007289428 100644 --- a/src/USER-EFF/fix_nph_eff.h +++ b/src/USER-EFF/fix_nph_eff.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph/eff,FixNPHEff) +FixStyle(nph/eff,FixNPHEff); // clang-format on #else diff --git a/src/USER-EFF/fix_npt_eff.h b/src/USER-EFF/fix_npt_eff.h index 230c843b37..88af23a80a 100644 --- a/src/USER-EFF/fix_npt_eff.h +++ b/src/USER-EFF/fix_npt_eff.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/eff,FixNPTEff) +FixStyle(npt/eff,FixNPTEff); // clang-format on #else diff --git a/src/USER-EFF/fix_nve_eff.h b/src/USER-EFF/fix_nve_eff.h index fcf7cf6611..367cceadf3 100644 --- a/src/USER-EFF/fix_nve_eff.h +++ b/src/USER-EFF/fix_nve_eff.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/eff,FixNVEEff) +FixStyle(nve/eff,FixNVEEff); // clang-format on #else diff --git a/src/USER-EFF/fix_nvt_eff.h b/src/USER-EFF/fix_nvt_eff.h index 78cfff2fbc..7b97b583a4 100644 --- a/src/USER-EFF/fix_nvt_eff.h +++ b/src/USER-EFF/fix_nvt_eff.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/eff,FixNVTEff) +FixStyle(nvt/eff,FixNVTEff); // clang-format on #else diff --git a/src/USER-EFF/fix_nvt_sllod_eff.h b/src/USER-EFF/fix_nvt_sllod_eff.h index 68115dcb1c..6284ee9174 100644 --- a/src/USER-EFF/fix_nvt_sllod_eff.h +++ b/src/USER-EFF/fix_nvt_sllod_eff.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/sllod/eff,FixNVTSllodEff) +FixStyle(nvt/sllod/eff,FixNVTSllodEff); // clang-format on #else diff --git a/src/USER-EFF/fix_temp_rescale_eff.h b/src/USER-EFF/fix_temp_rescale_eff.h index fc22fd3689..7d37e51753 100644 --- a/src/USER-EFF/fix_temp_rescale_eff.h +++ b/src/USER-EFF/fix_temp_rescale_eff.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(temp/rescale/eff,FixTempRescaleEff) +FixStyle(temp/rescale/eff,FixTempRescaleEff); // clang-format on #else diff --git a/src/USER-EFF/pair_eff_cut.h b/src/USER-EFF/pair_eff_cut.h index 6e1ce735d5..f75c0ff4ed 100644 --- a/src/USER-EFF/pair_eff_cut.h +++ b/src/USER-EFF/pair_eff_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eff/cut,PairEffCut) +PairStyle(eff/cut,PairEffCut); // clang-format on #else diff --git a/src/USER-FEP/compute_fep.h b/src/USER-FEP/compute_fep.h index 83fd4d3cda..302a3d19e2 100644 --- a/src/USER-FEP/compute_fep.h +++ b/src/USER-FEP/compute_fep.h @@ -17,7 +17,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(fep,ComputeFEP) +ComputeStyle(fep,ComputeFEP); // clang-format on #else diff --git a/src/USER-FEP/fix_adapt_fep.h b/src/USER-FEP/fix_adapt_fep.h index 1f9938f738..8bc0b95a4a 100644 --- a/src/USER-FEP/fix_adapt_fep.h +++ b/src/USER-FEP/fix_adapt_fep.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(adapt/fep,FixAdaptFEP) +FixStyle(adapt/fep,FixAdaptFEP); // clang-format on #else diff --git a/src/USER-FEP/pair_coul_cut_soft.h b/src/USER-FEP/pair_coul_cut_soft.h index 66d4e3a600..457dd8f99e 100644 --- a/src/USER-FEP/pair_coul_cut_soft.h +++ b/src/USER-FEP/pair_coul_cut_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/cut/soft,PairCoulCutSoft) +PairStyle(coul/cut/soft,PairCoulCutSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_coul_long_soft.h b/src/USER-FEP/pair_coul_long_soft.h index 41c30bfb31..2cc7c482ca 100644 --- a/src/USER-FEP/pair_coul_long_soft.h +++ b/src/USER-FEP/pair_coul_long_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/long/soft,PairCoulLongSoft) +PairStyle(coul/long/soft,PairCoulLongSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_lj_charmm_coul_long_soft.h b/src/USER-FEP/pair_lj_charmm_coul_long_soft.h index ca8a95b728..46df46ddd7 100644 --- a/src/USER-FEP/pair_lj_charmm_coul_long_soft.h +++ b/src/USER-FEP/pair_lj_charmm_coul_long_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/long/soft,PairLJCharmmCoulLongSoft) +PairStyle(lj/charmm/coul/long/soft,PairLJCharmmCoulLongSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_lj_class2_coul_cut_soft.h b/src/USER-FEP/pair_lj_class2_coul_cut_soft.h index 4f8dc52b32..750a8ee1f5 100644 --- a/src/USER-FEP/pair_lj_class2_coul_cut_soft.h +++ b/src/USER-FEP/pair_lj_class2_coul_cut_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/cut/soft,PairLJClass2CoulCutSoft) +PairStyle(lj/class2/coul/cut/soft,PairLJClass2CoulCutSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_lj_class2_coul_long_soft.h b/src/USER-FEP/pair_lj_class2_coul_long_soft.h index 46ee6a3325..3b11e38e9b 100644 --- a/src/USER-FEP/pair_lj_class2_coul_long_soft.h +++ b/src/USER-FEP/pair_lj_class2_coul_long_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/long/soft,PairLJClass2CoulLongSoft) +PairStyle(lj/class2/coul/long/soft,PairLJClass2CoulLongSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_lj_class2_soft.h b/src/USER-FEP/pair_lj_class2_soft.h index b310dacd9f..778b120279 100644 --- a/src/USER-FEP/pair_lj_class2_soft.h +++ b/src/USER-FEP/pair_lj_class2_soft.h @@ -11,7 +11,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/soft,PairLJClass2Soft) +PairStyle(lj/class2/soft,PairLJClass2Soft); // clang-format on #else diff --git a/src/USER-FEP/pair_lj_cut_coul_cut_soft.h b/src/USER-FEP/pair_lj_cut_coul_cut_soft.h index ca7fda0c26..303829e1a9 100644 --- a/src/USER-FEP/pair_lj_cut_coul_cut_soft.h +++ b/src/USER-FEP/pair_lj_cut_coul_cut_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/cut/soft,PairLJCutCoulCutSoft) +PairStyle(lj/cut/coul/cut/soft,PairLJCutCoulCutSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_lj_cut_coul_long_soft.h b/src/USER-FEP/pair_lj_cut_coul_long_soft.h index 0f5e202264..cef0f1e11b 100644 --- a/src/USER-FEP/pair_lj_cut_coul_long_soft.h +++ b/src/USER-FEP/pair_lj_cut_coul_long_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long/soft,PairLJCutCoulLongSoft) +PairStyle(lj/cut/coul/long/soft,PairLJCutCoulLongSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_lj_cut_soft.h b/src/USER-FEP/pair_lj_cut_soft.h index d734f6c0a2..976056f8aa 100644 --- a/src/USER-FEP/pair_lj_cut_soft.h +++ b/src/USER-FEP/pair_lj_cut_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/soft,PairLJCutSoft) +PairStyle(lj/cut/soft,PairLJCutSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h b/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h index 63b776f5e4..803c49fbdb 100644 --- a/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h +++ b/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/tip4p/long/soft,PairLJCutTIP4PLongSoft) +PairStyle(lj/cut/tip4p/long/soft,PairLJCutTIP4PLongSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_morse_soft.h b/src/USER-FEP/pair_morse_soft.h index 404b167569..8a357d9059 100644 --- a/src/USER-FEP/pair_morse_soft.h +++ b/src/USER-FEP/pair_morse_soft.h @@ -16,7 +16,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(morse/soft,PairMorseSoft) +PairStyle(morse/soft,PairMorseSoft); // clang-format on #else diff --git a/src/USER-FEP/pair_tip4p_long_soft.h b/src/USER-FEP/pair_tip4p_long_soft.h index ad34a09078..397b490185 100644 --- a/src/USER-FEP/pair_tip4p_long_soft.h +++ b/src/USER-FEP/pair_tip4p_long_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tip4p/long/soft,PairTIP4PLongSoft) +PairStyle(tip4p/long/soft,PairTIP4PLongSoft); // clang-format on #else diff --git a/src/USER-H5MD/dump_h5md.h b/src/USER-H5MD/dump_h5md.h index 04fef90395..be0964f8fa 100644 --- a/src/USER-H5MD/dump_h5md.h +++ b/src/USER-H5MD/dump_h5md.h @@ -14,7 +14,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(h5md,DumpH5MD) +DumpStyle(h5md,DumpH5MD); // clang-format on #else diff --git a/src/USER-INTEL/angle_charmm_intel.h b/src/USER-INTEL/angle_charmm_intel.h index 6fbafcbfb1..f37d224247 100644 --- a/src/USER-INTEL/angle_charmm_intel.h +++ b/src/USER-INTEL/angle_charmm_intel.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(charmm/intel,AngleCharmmIntel) +AngleStyle(charmm/intel,AngleCharmmIntel); // clang-format on #else diff --git a/src/USER-INTEL/angle_harmonic_intel.h b/src/USER-INTEL/angle_harmonic_intel.h index bcd6e29a63..809a939390 100644 --- a/src/USER-INTEL/angle_harmonic_intel.h +++ b/src/USER-INTEL/angle_harmonic_intel.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(harmonic/intel,AngleHarmonicIntel) +AngleStyle(harmonic/intel,AngleHarmonicIntel); // clang-format on #else diff --git a/src/USER-INTEL/bond_fene_intel.h b/src/USER-INTEL/bond_fene_intel.h index 611a9abd26..540c2413de 100644 --- a/src/USER-INTEL/bond_fene_intel.h +++ b/src/USER-INTEL/bond_fene_intel.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(fene/intel,BondFENEIntel) +BondStyle(fene/intel,BondFENEIntel); // clang-format on #else diff --git a/src/USER-INTEL/bond_harmonic_intel.h b/src/USER-INTEL/bond_harmonic_intel.h index b0f469cb28..d1a567395b 100644 --- a/src/USER-INTEL/bond_harmonic_intel.h +++ b/src/USER-INTEL/bond_harmonic_intel.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(harmonic/intel,BondHarmonicIntel) +BondStyle(harmonic/intel,BondHarmonicIntel); // clang-format on #else diff --git a/src/USER-INTEL/dihedral_charmm_intel.h b/src/USER-INTEL/dihedral_charmm_intel.h index 79f2773f88..769b26d1f8 100644 --- a/src/USER-INTEL/dihedral_charmm_intel.h +++ b/src/USER-INTEL/dihedral_charmm_intel.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(charmm/intel,DihedralCharmmIntel) +DihedralStyle(charmm/intel,DihedralCharmmIntel); // clang-format on #else diff --git a/src/USER-INTEL/dihedral_fourier_intel.h b/src/USER-INTEL/dihedral_fourier_intel.h index 3d67ba85d6..aef6ba110a 100644 --- a/src/USER-INTEL/dihedral_fourier_intel.h +++ b/src/USER-INTEL/dihedral_fourier_intel.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(fourier/intel,DihedralFourierIntel) +DihedralStyle(fourier/intel,DihedralFourierIntel); // clang-format on #else diff --git a/src/USER-INTEL/dihedral_harmonic_intel.h b/src/USER-INTEL/dihedral_harmonic_intel.h index f31ac18620..3577d0a22e 100644 --- a/src/USER-INTEL/dihedral_harmonic_intel.h +++ b/src/USER-INTEL/dihedral_harmonic_intel.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(harmonic/intel,DihedralHarmonicIntel) +DihedralStyle(harmonic/intel,DihedralHarmonicIntel); // clang-format on #else diff --git a/src/USER-INTEL/dihedral_opls_intel.h b/src/USER-INTEL/dihedral_opls_intel.h index 73c7287649..404241eec7 100644 --- a/src/USER-INTEL/dihedral_opls_intel.h +++ b/src/USER-INTEL/dihedral_opls_intel.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(opls/intel,DihedralOPLSIntel) +DihedralStyle(opls/intel,DihedralOPLSIntel); // clang-format on #else diff --git a/src/USER-INTEL/fix_intel.h b/src/USER-INTEL/fix_intel.h index fb27528fca..c53b812187 100644 --- a/src/USER-INTEL/fix_intel.h +++ b/src/USER-INTEL/fix_intel.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(INTEL,FixIntel) +FixStyle(INTEL,FixIntel); // clang-format on #else diff --git a/src/USER-INTEL/fix_npt_intel.h b/src/USER-INTEL/fix_npt_intel.h index c446b951b9..4928f31450 100644 --- a/src/USER-INTEL/fix_npt_intel.h +++ b/src/USER-INTEL/fix_npt_intel.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/intel,FixNPTIntel) +FixStyle(npt/intel,FixNPTIntel); // clang-format on #else diff --git a/src/USER-INTEL/fix_nve_asphere_intel.h b/src/USER-INTEL/fix_nve_asphere_intel.h index 6c951a0cc7..3232906047 100644 --- a/src/USER-INTEL/fix_nve_asphere_intel.h +++ b/src/USER-INTEL/fix_nve_asphere_intel.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/asphere/intel,FixNVEAsphereIntel) +FixStyle(nve/asphere/intel,FixNVEAsphereIntel); // clang-format on #else diff --git a/src/USER-INTEL/fix_nve_intel.h b/src/USER-INTEL/fix_nve_intel.h index 4fa26be991..ea393249cd 100644 --- a/src/USER-INTEL/fix_nve_intel.h +++ b/src/USER-INTEL/fix_nve_intel.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/intel,FixNVEIntel) +FixStyle(nve/intel,FixNVEIntel); // clang-format on #else diff --git a/src/USER-INTEL/fix_nvt_intel.h b/src/USER-INTEL/fix_nvt_intel.h index 319dc91c62..8e3d4c4a33 100644 --- a/src/USER-INTEL/fix_nvt_intel.h +++ b/src/USER-INTEL/fix_nvt_intel.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/intel,FixNVTIntel) +FixStyle(nvt/intel,FixNVTIntel); // clang-format on #else diff --git a/src/USER-INTEL/fix_nvt_sllod_intel.h b/src/USER-INTEL/fix_nvt_sllod_intel.h index f9041d72d0..8f59a91571 100644 --- a/src/USER-INTEL/fix_nvt_sllod_intel.h +++ b/src/USER-INTEL/fix_nvt_sllod_intel.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/sllod/intel,FixNVTSllodIntel) +FixStyle(nvt/sllod/intel,FixNVTSllodIntel); // clang-format on #else diff --git a/src/USER-INTEL/improper_cvff_intel.h b/src/USER-INTEL/improper_cvff_intel.h index b8f0f58750..75c245ed40 100644 --- a/src/USER-INTEL/improper_cvff_intel.h +++ b/src/USER-INTEL/improper_cvff_intel.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(cvff/intel,ImproperCvffIntel) +ImproperStyle(cvff/intel,ImproperCvffIntel); // clang-format on #else diff --git a/src/USER-INTEL/improper_harmonic_intel.h b/src/USER-INTEL/improper_harmonic_intel.h index 730960b6df..c282f3fa6e 100644 --- a/src/USER-INTEL/improper_harmonic_intel.h +++ b/src/USER-INTEL/improper_harmonic_intel.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(harmonic/intel,ImproperHarmonicIntel) +ImproperStyle(harmonic/intel,ImproperHarmonicIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_airebo_intel.h b/src/USER-INTEL/pair_airebo_intel.h index d7b4fc58ef..3bc71cc944 100644 --- a/src/USER-INTEL/pair_airebo_intel.h +++ b/src/USER-INTEL/pair_airebo_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(airebo/intel,PairAIREBOIntel) +PairStyle(airebo/intel,PairAIREBOIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_airebo_morse_intel.h b/src/USER-INTEL/pair_airebo_morse_intel.h index c2e06edd20..42fe889650 100644 --- a/src/USER-INTEL/pair_airebo_morse_intel.h +++ b/src/USER-INTEL/pair_airebo_morse_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(airebo/morse/intel,PairAIREBOMorseIntel) +PairStyle(airebo/morse/intel,PairAIREBOMorseIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_buck_coul_cut_intel.h b/src/USER-INTEL/pair_buck_coul_cut_intel.h index 3ca0139018..5c754653bb 100644 --- a/src/USER-INTEL/pair_buck_coul_cut_intel.h +++ b/src/USER-INTEL/pair_buck_coul_cut_intel.h @@ -18,7 +18,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/cut/intel,PairBuckCoulCutIntel) +PairStyle(buck/coul/cut/intel,PairBuckCoulCutIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_buck_coul_long_intel.h b/src/USER-INTEL/pair_buck_coul_long_intel.h index 8d4f6eec6a..d4e28a15b4 100644 --- a/src/USER-INTEL/pair_buck_coul_long_intel.h +++ b/src/USER-INTEL/pair_buck_coul_long_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/long/intel,PairBuckCoulLongIntel) +PairStyle(buck/coul/long/intel,PairBuckCoulLongIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_buck_intel.h b/src/USER-INTEL/pair_buck_intel.h index 723e20fdc1..7b5024a550 100644 --- a/src/USER-INTEL/pair_buck_intel.h +++ b/src/USER-INTEL/pair_buck_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/intel,PairBuckIntel) +PairStyle(buck/intel,PairBuckIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_dpd_intel.h b/src/USER-INTEL/pair_dpd_intel.h index 7d8f8a7f9e..c1d387bd27 100644 --- a/src/USER-INTEL/pair_dpd_intel.h +++ b/src/USER-INTEL/pair_dpd_intel.h @@ -18,7 +18,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/intel,PairDPDIntel) +PairStyle(dpd/intel,PairDPDIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_eam_alloy_intel.h b/src/USER-INTEL/pair_eam_alloy_intel.h index 72c72cda61..2a78837961 100644 --- a/src/USER-INTEL/pair_eam_alloy_intel.h +++ b/src/USER-INTEL/pair_eam_alloy_intel.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/alloy/intel,PairEAMAlloyIntel) +PairStyle(eam/alloy/intel,PairEAMAlloyIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_eam_fs_intel.h b/src/USER-INTEL/pair_eam_fs_intel.h index 0e3a6f1182..59bb88d1b1 100644 --- a/src/USER-INTEL/pair_eam_fs_intel.h +++ b/src/USER-INTEL/pair_eam_fs_intel.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/fs/intel,PairEAMFSIntel) +PairStyle(eam/fs/intel,PairEAMFSIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_eam_intel.h b/src/USER-INTEL/pair_eam_intel.h index 87420f6b17..49bd0bbf5d 100644 --- a/src/USER-INTEL/pair_eam_intel.h +++ b/src/USER-INTEL/pair_eam_intel.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/intel,PairEAMIntel) +PairStyle(eam/intel,PairEAMIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_gayberne_intel.h b/src/USER-INTEL/pair_gayberne_intel.h index 62109d2f34..d975eec1dd 100644 --- a/src/USER-INTEL/pair_gayberne_intel.h +++ b/src/USER-INTEL/pair_gayberne_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gayberne/intel,PairGayBerneIntel) +PairStyle(gayberne/intel,PairGayBerneIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h b/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h index 11315f87d8..60d8cd952c 100644 --- a/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h +++ b/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/charmm/intel,PairLJCharmmCoulCharmmIntel) +PairStyle(lj/charmm/coul/charmm/intel,PairLJCharmmCoulCharmmIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h b/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h index a267985673..44de69ea54 100644 --- a/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h +++ b/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/long/intel,PairLJCharmmCoulLongIntel) +PairStyle(lj/charmm/coul/long/intel,PairLJCharmmCoulLongIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_lj_cut_coul_long_intel.h b/src/USER-INTEL/pair_lj_cut_coul_long_intel.h index 23a2fd5e5e..687eac15dc 100644 --- a/src/USER-INTEL/pair_lj_cut_coul_long_intel.h +++ b/src/USER-INTEL/pair_lj_cut_coul_long_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long/intel,PairLJCutCoulLongIntel) +PairStyle(lj/cut/coul/long/intel,PairLJCutCoulLongIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_lj_cut_intel.h b/src/USER-INTEL/pair_lj_cut_intel.h index 4001dfccb1..85c0063301 100644 --- a/src/USER-INTEL/pair_lj_cut_intel.h +++ b/src/USER-INTEL/pair_lj_cut_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/intel,PairLJCutIntel) +PairStyle(lj/cut/intel,PairLJCutIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_lj_long_coul_long_intel.h b/src/USER-INTEL/pair_lj_long_coul_long_intel.h index 5a32e35f22..c5b19f2a45 100644 --- a/src/USER-INTEL/pair_lj_long_coul_long_intel.h +++ b/src/USER-INTEL/pair_lj_long_coul_long_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/long/coul/long/intel,PairLJLongCoulLongIntel) +PairStyle(lj/long/coul/long/intel,PairLJLongCoulLongIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_rebo_intel.h b/src/USER-INTEL/pair_rebo_intel.h index fcd4e96930..4f42d1206e 100644 --- a/src/USER-INTEL/pair_rebo_intel.h +++ b/src/USER-INTEL/pair_rebo_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(rebo/intel,PairREBOIntel) +PairStyle(rebo/intel,PairREBOIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_sw_intel.h b/src/USER-INTEL/pair_sw_intel.h index ec615577fb..4f6704bf6f 100644 --- a/src/USER-INTEL/pair_sw_intel.h +++ b/src/USER-INTEL/pair_sw_intel.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sw/intel,PairSWIntel) +PairStyle(sw/intel,PairSWIntel); // clang-format on #else diff --git a/src/USER-INTEL/pair_tersoff_intel.h b/src/USER-INTEL/pair_tersoff_intel.h index 6ba459cc5a..6ea27458df 100644 --- a/src/USER-INTEL/pair_tersoff_intel.h +++ b/src/USER-INTEL/pair_tersoff_intel.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/intel,PairTersoffIntel) +PairStyle(tersoff/intel,PairTersoffIntel); // clang-format on #else diff --git a/src/USER-INTEL/pppm_disp_intel.h b/src/USER-INTEL/pppm_disp_intel.h index ad1e0db393..9596740f0b 100644 --- a/src/USER-INTEL/pppm_disp_intel.h +++ b/src/USER-INTEL/pppm_disp_intel.h @@ -17,7 +17,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/disp/intel,PPPMDispIntel) +KSpaceStyle(pppm/disp/intel,PPPMDispIntel); // clang-format on #else diff --git a/src/USER-INTEL/pppm_intel.h b/src/USER-INTEL/pppm_intel.h index ddb280d2c4..af42d9e4e2 100644 --- a/src/USER-INTEL/pppm_intel.h +++ b/src/USER-INTEL/pppm_intel.h @@ -20,7 +20,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/intel,PPPMIntel) +KSpaceStyle(pppm/intel,PPPMIntel); // clang-format on #else diff --git a/src/USER-INTEL/verlet_lrt_intel.h b/src/USER-INTEL/verlet_lrt_intel.h index 45c8fd9d6d..e2e68c7a53 100644 --- a/src/USER-INTEL/verlet_lrt_intel.h +++ b/src/USER-INTEL/verlet_lrt_intel.h @@ -13,7 +13,7 @@ #ifdef INTEGRATE_CLASS // clang-format off -IntegrateStyle(verlet/lrt/intel,VerletLRTIntel) +IntegrateStyle(verlet/lrt/intel,VerletLRTIntel); // clang-format on #else diff --git a/src/USER-LB/fix_lb_fluid.h b/src/USER-LB/fix_lb_fluid.h index f855347fae..e76e5f7f3f 100644 --- a/src/USER-LB/fix_lb_fluid.h +++ b/src/USER-LB/fix_lb_fluid.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(lb/fluid,FixLbFluid) +FixStyle(lb/fluid,FixLbFluid); // clang-format on #else diff --git a/src/USER-LB/fix_lb_momentum.h b/src/USER-LB/fix_lb_momentum.h index 5dd7a295bf..c6a1ca33c3 100644 --- a/src/USER-LB/fix_lb_momentum.h +++ b/src/USER-LB/fix_lb_momentum.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(lb/momentum,FixLbMomentum) +FixStyle(lb/momentum,FixLbMomentum); // clang-format on #else diff --git a/src/USER-LB/fix_lb_pc.h b/src/USER-LB/fix_lb_pc.h index a2573bed60..365797b5ee 100644 --- a/src/USER-LB/fix_lb_pc.h +++ b/src/USER-LB/fix_lb_pc.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(lb/pc,FixLbPC) +FixStyle(lb/pc,FixLbPC); // clang-format on #else diff --git a/src/USER-LB/fix_lb_rigid_pc_sphere.h b/src/USER-LB/fix_lb_rigid_pc_sphere.h index c6100a5e66..971dcc3e99 100644 --- a/src/USER-LB/fix_lb_rigid_pc_sphere.h +++ b/src/USER-LB/fix_lb_rigid_pc_sphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(lb/rigid/pc/sphere,FixLbRigidPCSphere) +FixStyle(lb/rigid/pc/sphere,FixLbRigidPCSphere); // clang-format on #else diff --git a/src/USER-LB/fix_lb_viscous.h b/src/USER-LB/fix_lb_viscous.h index bf032c0054..fcea842c93 100644 --- a/src/USER-LB/fix_lb_viscous.h +++ b/src/USER-LB/fix_lb_viscous.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(lb/viscous,FixLbViscous) +FixStyle(lb/viscous,FixLbViscous); // clang-format on #else diff --git a/src/USER-MANIFOLD/fix_manifoldforce.h b/src/USER-MANIFOLD/fix_manifoldforce.h index a16a594b07..47624d056c 100644 --- a/src/USER-MANIFOLD/fix_manifoldforce.h +++ b/src/USER-MANIFOLD/fix_manifoldforce.h @@ -35,7 +35,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(manifoldforce,FixManifoldForce) +FixStyle(manifoldforce,FixManifoldForce); // clang-format on #else diff --git a/src/USER-MANIFOLD/fix_nve_manifold_rattle.h b/src/USER-MANIFOLD/fix_nve_manifold_rattle.h index 7afa093221..3b8af42439 100644 --- a/src/USER-MANIFOLD/fix_nve_manifold_rattle.h +++ b/src/USER-MANIFOLD/fix_nve_manifold_rattle.h @@ -34,7 +34,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/manifold/rattle,FixNVEManifoldRattle) +FixStyle(nve/manifold/rattle,FixNVEManifoldRattle); // clang-format on #else diff --git a/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h b/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h index 4ede2f89a1..ebfb8b3eac 100644 --- a/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h +++ b/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h @@ -34,7 +34,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/manifold/rattle,FixNVTManifoldRattle) +FixStyle(nvt/manifold/rattle,FixNVTManifoldRattle); // clang-format on #else diff --git a/src/USER-MEAMC/pair_meamc.h b/src/USER-MEAMC/pair_meamc.h index ccb9b742b4..c7ed7e18fc 100644 --- a/src/USER-MEAMC/pair_meamc.h +++ b/src/USER-MEAMC/pair_meamc.h @@ -13,8 +13,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(meam/c,PairMEAMC) -PairStyle(meam,PairMEAMC) +PairStyle(meam/c,PairMEAMC); +PairStyle(meam,PairMEAMC); // clang-format on #else diff --git a/src/USER-MESODPD/atom_vec_edpd.h b/src/USER-MESODPD/atom_vec_edpd.h index e1d64d5399..9f6c01897c 100644 --- a/src/USER-MESODPD/atom_vec_edpd.h +++ b/src/USER-MESODPD/atom_vec_edpd.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(edpd,AtomVecEDPD) +AtomStyle(edpd,AtomVecEDPD); // clang-format on #else diff --git a/src/USER-MESODPD/atom_vec_mdpd.h b/src/USER-MESODPD/atom_vec_mdpd.h index 3394610fc2..4b29038017 100644 --- a/src/USER-MESODPD/atom_vec_mdpd.h +++ b/src/USER-MESODPD/atom_vec_mdpd.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(mdpd,AtomVecMDPD) +AtomStyle(mdpd,AtomVecMDPD); // clang-format on #else diff --git a/src/USER-MESODPD/atom_vec_tdpd.h b/src/USER-MESODPD/atom_vec_tdpd.h index 5484538868..b061b48c41 100644 --- a/src/USER-MESODPD/atom_vec_tdpd.h +++ b/src/USER-MESODPD/atom_vec_tdpd.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(tdpd,AtomVecTDPD) +AtomStyle(tdpd,AtomVecTDPD); // clang-format on #else diff --git a/src/USER-MESODPD/compute_edpd_temp_atom.h b/src/USER-MESODPD/compute_edpd_temp_atom.h index 047840e093..b5c4d84e89 100644 --- a/src/USER-MESODPD/compute_edpd_temp_atom.h +++ b/src/USER-MESODPD/compute_edpd_temp_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(edpd/temp/atom,ComputeEDPDTempAtom) +ComputeStyle(edpd/temp/atom,ComputeEDPDTempAtom); // clang-format on #else diff --git a/src/USER-MESODPD/compute_tdpd_cc_atom.h b/src/USER-MESODPD/compute_tdpd_cc_atom.h index 2ed3874ae6..db26e512dd 100644 --- a/src/USER-MESODPD/compute_tdpd_cc_atom.h +++ b/src/USER-MESODPD/compute_tdpd_cc_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(tdpd/cc/atom,ComputeTDPDCCAtom) +ComputeStyle(tdpd/cc/atom,ComputeTDPDCCAtom); // clang-format on #else diff --git a/src/USER-MESODPD/fix_edpd_source.h b/src/USER-MESODPD/fix_edpd_source.h index d30489577e..81190becdc 100644 --- a/src/USER-MESODPD/fix_edpd_source.h +++ b/src/USER-MESODPD/fix_edpd_source.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(edpd/source,FixEDPDSource) +FixStyle(edpd/source,FixEDPDSource); // clang-format on #else diff --git a/src/USER-MESODPD/fix_mvv_dpd.h b/src/USER-MESODPD/fix_mvv_dpd.h index 5742c80ca0..496898cf2b 100644 --- a/src/USER-MESODPD/fix_mvv_dpd.h +++ b/src/USER-MESODPD/fix_mvv_dpd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(mvv/dpd,FixMvvDPD) +FixStyle(mvv/dpd,FixMvvDPD); // clang-format on #else diff --git a/src/USER-MESODPD/fix_mvv_edpd.h b/src/USER-MESODPD/fix_mvv_edpd.h index 713c4ee573..194278e57d 100644 --- a/src/USER-MESODPD/fix_mvv_edpd.h +++ b/src/USER-MESODPD/fix_mvv_edpd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(mvv/edpd,FixMvvEDPD) +FixStyle(mvv/edpd,FixMvvEDPD); // clang-format on #else diff --git a/src/USER-MESODPD/fix_mvv_tdpd.h b/src/USER-MESODPD/fix_mvv_tdpd.h index e28c9dead9..b64121b622 100644 --- a/src/USER-MESODPD/fix_mvv_tdpd.h +++ b/src/USER-MESODPD/fix_mvv_tdpd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(mvv/tdpd,FixMvvTDPD) +FixStyle(mvv/tdpd,FixMvvTDPD); // clang-format on #else diff --git a/src/USER-MESODPD/fix_tdpd_source.h b/src/USER-MESODPD/fix_tdpd_source.h index 38de4d7747..6a73de9d09 100644 --- a/src/USER-MESODPD/fix_tdpd_source.h +++ b/src/USER-MESODPD/fix_tdpd_source.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(tdpd/source,FixTDPDSource) +FixStyle(tdpd/source,FixTDPDSource); // clang-format on #else diff --git a/src/USER-MESODPD/pair_edpd.h b/src/USER-MESODPD/pair_edpd.h index 607966f3e4..f1a808c59e 100644 --- a/src/USER-MESODPD/pair_edpd.h +++ b/src/USER-MESODPD/pair_edpd.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(edpd,PairEDPD) +PairStyle(edpd,PairEDPD); // clang-format on #else diff --git a/src/USER-MESODPD/pair_mdpd.h b/src/USER-MESODPD/pair_mdpd.h index c1093daf22..bb436f5137 100644 --- a/src/USER-MESODPD/pair_mdpd.h +++ b/src/USER-MESODPD/pair_mdpd.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(mdpd,PairMDPD) +PairStyle(mdpd,PairMDPD); // clang-format on #else diff --git a/src/USER-MESODPD/pair_mdpd_rhosum.h b/src/USER-MESODPD/pair_mdpd_rhosum.h index 99e57797be..7b44e04510 100644 --- a/src/USER-MESODPD/pair_mdpd_rhosum.h +++ b/src/USER-MESODPD/pair_mdpd_rhosum.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(mdpd/rhosum,PairMDPDRhoSum) +PairStyle(mdpd/rhosum,PairMDPDRhoSum); // clang-format on #else diff --git a/src/USER-MESODPD/pair_tdpd.h b/src/USER-MESODPD/pair_tdpd.h index 62bac7df0b..92ac86ba73 100644 --- a/src/USER-MESODPD/pair_tdpd.h +++ b/src/USER-MESODPD/pair_tdpd.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tdpd,PairTDPD) +PairStyle(tdpd,PairTDPD); // clang-format on #else diff --git a/src/USER-MESONT/atom_vec_mesont.h b/src/USER-MESONT/atom_vec_mesont.h index bff0625acc..fbfa607892 100644 --- a/src/USER-MESONT/atom_vec_mesont.h +++ b/src/USER-MESONT/atom_vec_mesont.h @@ -15,7 +15,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(mesont,AtomVecMesoNT) +AtomStyle(mesont,AtomVecMesoNT); // clang-format on #else diff --git a/src/USER-MESONT/compute_mesont.h b/src/USER-MESONT/compute_mesont.h index fc799adb09..efa5f029a5 100644 --- a/src/USER-MESONT/compute_mesont.h +++ b/src/USER-MESONT/compute_mesont.h @@ -15,7 +15,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(mesont,ComputeMesoNT) +ComputeStyle(mesont,ComputeMesoNT); // clang-format on #else diff --git a/src/USER-MESONT/pair_mesocnt.h b/src/USER-MESONT/pair_mesocnt.h index 2e13fe9243..ebfae0d273 100644 --- a/src/USER-MESONT/pair_mesocnt.h +++ b/src/USER-MESONT/pair_mesocnt.h @@ -1,6 +1,6 @@ #ifdef PAIR_CLASS -PairStyle(mesocnt, PairMesoCNT) +PairStyle(mesocnt, PairMesoCNT); #else diff --git a/src/USER-MESONT/pair_mesont_tpm.h b/src/USER-MESONT/pair_mesont_tpm.h index a03983387d..2a0db535e6 100644 --- a/src/USER-MESONT/pair_mesont_tpm.h +++ b/src/USER-MESONT/pair_mesont_tpm.h @@ -15,7 +15,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(mesont/tpm,PairMESONTTPM) +PairStyle(mesont/tpm,PairMESONTTPM); // clang-format on #else diff --git a/src/USER-MGPT/pair_mgpt.h b/src/USER-MGPT/pair_mgpt.h index 5993fc0bab..ef02be5a87 100644 --- a/src/USER-MGPT/pair_mgpt.h +++ b/src/USER-MGPT/pair_mgpt.h @@ -23,7 +23,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(mgpt,PairMGPT) +PairStyle(mgpt,PairMGPT); // clang-format on #else diff --git a/src/USER-MISC/angle_cosine_shift.h b/src/USER-MISC/angle_cosine_shift.h index 839612f932..ed650c887b 100644 --- a/src/USER-MISC/angle_cosine_shift.h +++ b/src/USER-MISC/angle_cosine_shift.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/shift,AngleCosineShift) +AngleStyle(cosine/shift,AngleCosineShift); // clang-format on #else diff --git a/src/USER-MISC/angle_cosine_shift_exp.h b/src/USER-MISC/angle_cosine_shift_exp.h index 4a9ec15f95..3ab9d5c476 100644 --- a/src/USER-MISC/angle_cosine_shift_exp.h +++ b/src/USER-MISC/angle_cosine_shift_exp.h @@ -12,7 +12,7 @@ ------------------------------------------------------------------------- */ #ifdef ANGLE_CLASS -AngleStyle(cosine/shift/exp,AngleCosineShiftExp) +AngleStyle(cosine/shift/exp,AngleCosineShiftExp); #else #ifndef LMP_ANGLE_COSINE_SHIFT_EXP_H diff --git a/src/USER-MISC/angle_dipole.h b/src/USER-MISC/angle_dipole.h index 843c6a0ad5..5a2681a722 100644 --- a/src/USER-MISC/angle_dipole.h +++ b/src/USER-MISC/angle_dipole.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(dipole,AngleDipole) +AngleStyle(dipole,AngleDipole); // clang-format on #else diff --git a/src/USER-MISC/angle_fourier.h b/src/USER-MISC/angle_fourier.h index a7d61b3678..a229a876dd 100644 --- a/src/USER-MISC/angle_fourier.h +++ b/src/USER-MISC/angle_fourier.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(fourier,AngleFourier) +AngleStyle(fourier,AngleFourier); // clang-format on #else diff --git a/src/USER-MISC/angle_fourier_simple.h b/src/USER-MISC/angle_fourier_simple.h index 336ae43374..56404cd24f 100644 --- a/src/USER-MISC/angle_fourier_simple.h +++ b/src/USER-MISC/angle_fourier_simple.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(fourier/simple,AngleFourierSimple) +AngleStyle(fourier/simple,AngleFourierSimple); // clang-format on #else diff --git a/src/USER-MISC/angle_gaussian.h b/src/USER-MISC/angle_gaussian.h index e5fe27dfbd..ff281ac49a 100644 --- a/src/USER-MISC/angle_gaussian.h +++ b/src/USER-MISC/angle_gaussian.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(gaussian,AngleGaussian) +AngleStyle(gaussian,AngleGaussian); // clang-format on #else diff --git a/src/USER-MISC/angle_quartic.h b/src/USER-MISC/angle_quartic.h index 52b5ff34eb..c6340d3aac 100644 --- a/src/USER-MISC/angle_quartic.h +++ b/src/USER-MISC/angle_quartic.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(quartic,AngleQuartic) +AngleStyle(quartic,AngleQuartic); // clang-format on #else diff --git a/src/USER-MISC/bond_gaussian.h b/src/USER-MISC/bond_gaussian.h index a323c57539..9958984020 100644 --- a/src/USER-MISC/bond_gaussian.h +++ b/src/USER-MISC/bond_gaussian.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(gaussian,BondGaussian) +BondStyle(gaussian,BondGaussian); // clang-format on #else diff --git a/src/USER-MISC/bond_harmonic_shift.h b/src/USER-MISC/bond_harmonic_shift.h index 24c1d92c57..a2818622cc 100644 --- a/src/USER-MISC/bond_harmonic_shift.h +++ b/src/USER-MISC/bond_harmonic_shift.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(harmonic/shift,BondHarmonicShift) +BondStyle(harmonic/shift,BondHarmonicShift); // clang-format on #else diff --git a/src/USER-MISC/bond_harmonic_shift_cut.h b/src/USER-MISC/bond_harmonic_shift_cut.h index fe64987f3c..c382d0d6dc 100644 --- a/src/USER-MISC/bond_harmonic_shift_cut.h +++ b/src/USER-MISC/bond_harmonic_shift_cut.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(harmonic/shift/cut,BondHarmonicShiftCut) +BondStyle(harmonic/shift/cut,BondHarmonicShiftCut); // clang-format on #else diff --git a/src/USER-MISC/bond_special.h b/src/USER-MISC/bond_special.h index e86a8d9df5..5da956d79e 100644 --- a/src/USER-MISC/bond_special.h +++ b/src/USER-MISC/bond_special.h @@ -15,7 +15,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(special,BondSpecial) +BondStyle(special,BondSpecial); // clang-format on #else diff --git a/src/USER-MISC/compute_ackland_atom.h b/src/USER-MISC/compute_ackland_atom.h index b95e76081a..46d71af231 100644 --- a/src/USER-MISC/compute_ackland_atom.h +++ b/src/USER-MISC/compute_ackland_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(ackland/atom,ComputeAcklandAtom) +ComputeStyle(ackland/atom,ComputeAcklandAtom); // clang-format on #else diff --git a/src/USER-MISC/compute_basal_atom.h b/src/USER-MISC/compute_basal_atom.h index 4114d0af42..4c6621a714 100644 --- a/src/USER-MISC/compute_basal_atom.h +++ b/src/USER-MISC/compute_basal_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(basal/atom,ComputeBasalAtom) +ComputeStyle(basal/atom,ComputeBasalAtom); // clang-format on #else diff --git a/src/USER-MISC/compute_cnp_atom.h b/src/USER-MISC/compute_cnp_atom.h index 957568c516..0890bc6655 100644 --- a/src/USER-MISC/compute_cnp_atom.h +++ b/src/USER-MISC/compute_cnp_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(cnp/atom,ComputeCNPAtom) +ComputeStyle(cnp/atom,ComputeCNPAtom); // clang-format on #else diff --git a/src/USER-MISC/compute_entropy_atom.h b/src/USER-MISC/compute_entropy_atom.h index 9ba7578e04..062233c1a4 100644 --- a/src/USER-MISC/compute_entropy_atom.h +++ b/src/USER-MISC/compute_entropy_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(entropy/atom,ComputeEntropyAtom) +ComputeStyle(entropy/atom,ComputeEntropyAtom); // clang-format on #else diff --git a/src/USER-MISC/compute_gyration_shape.h b/src/USER-MISC/compute_gyration_shape.h index 846cde7c9c..efcbf0b207 100644 --- a/src/USER-MISC/compute_gyration_shape.h +++ b/src/USER-MISC/compute_gyration_shape.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(gyration/shape,ComputeGyrationShape) +ComputeStyle(gyration/shape,ComputeGyrationShape); // clang-format on #else diff --git a/src/USER-MISC/compute_gyration_shape_chunk.h b/src/USER-MISC/compute_gyration_shape_chunk.h index d0116fde7e..f2175a1671 100644 --- a/src/USER-MISC/compute_gyration_shape_chunk.h +++ b/src/USER-MISC/compute_gyration_shape_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(gyration/shape/chunk,ComputeGyrationShapeChunk) +ComputeStyle(gyration/shape/chunk,ComputeGyrationShapeChunk); // clang-format on #else diff --git a/src/USER-MISC/compute_hma.h b/src/USER-MISC/compute_hma.h index 92e201be61..92fd40dcd6 100644 --- a/src/USER-MISC/compute_hma.h +++ b/src/USER-MISC/compute_hma.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(hma,ComputeHMA) +ComputeStyle(hma,ComputeHMA); // clang-format on #else diff --git a/src/USER-MISC/compute_momentum.h b/src/USER-MISC/compute_momentum.h index 1e0c52c045..fa47a783a7 100644 --- a/src/USER-MISC/compute_momentum.h +++ b/src/USER-MISC/compute_momentum.h @@ -1,6 +1,6 @@ #ifdef COMPUTE_CLASS -ComputeStyle(momentum,ComputeMomentum) +ComputeStyle(momentum,ComputeMomentum); #else diff --git a/src/USER-MISC/compute_pressure_cylinder.h b/src/USER-MISC/compute_pressure_cylinder.h index 945104897d..b36a174e5f 100644 --- a/src/USER-MISC/compute_pressure_cylinder.h +++ b/src/USER-MISC/compute_pressure_cylinder.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pressure/cylinder,ComputePressureCyl) +ComputeStyle(pressure/cylinder,ComputePressureCyl); // clang-format on #else diff --git a/src/USER-MISC/compute_pressure_grem.h b/src/USER-MISC/compute_pressure_grem.h index d8c4e1ac09..7a5c96700d 100644 --- a/src/USER-MISC/compute_pressure_grem.h +++ b/src/USER-MISC/compute_pressure_grem.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(PRESSURE/GREM,ComputePressureGrem) +ComputeStyle(PRESSURE/GREM,ComputePressureGrem); // clang-format on #else diff --git a/src/USER-MISC/compute_stress_mop.h b/src/USER-MISC/compute_stress_mop.h index 3d3bb7c136..30cdbd512b 100644 --- a/src/USER-MISC/compute_stress_mop.h +++ b/src/USER-MISC/compute_stress_mop.h @@ -17,7 +17,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(stress/mop,ComputeStressMop) +ComputeStyle(stress/mop,ComputeStressMop); // clang-format on #else diff --git a/src/USER-MISC/compute_stress_mop_profile.h b/src/USER-MISC/compute_stress_mop_profile.h index 2b7aa60c36..5b2f197f0c 100644 --- a/src/USER-MISC/compute_stress_mop_profile.h +++ b/src/USER-MISC/compute_stress_mop_profile.h @@ -17,7 +17,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(stress/mop/profile,ComputeStressMopProfile) +ComputeStyle(stress/mop/profile,ComputeStressMopProfile); // clang-format on #else diff --git a/src/USER-MISC/compute_temp_rotate.h b/src/USER-MISC/compute_temp_rotate.h index 37fe00dfd0..70ae2d69ae 100644 --- a/src/USER-MISC/compute_temp_rotate.h +++ b/src/USER-MISC/compute_temp_rotate.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/rotate,ComputeTempRotate) +ComputeStyle(temp/rotate,ComputeTempRotate); // clang-format on #else diff --git a/src/USER-MISC/compute_viscosity_cos.h b/src/USER-MISC/compute_viscosity_cos.h index 75013d546b..77988f0aa6 100644 --- a/src/USER-MISC/compute_viscosity_cos.h +++ b/src/USER-MISC/compute_viscosity_cos.h @@ -17,7 +17,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(viscosity/cos,ComputeViscosityCos) +ComputeStyle(viscosity/cos,ComputeViscosityCos); // clang-format on #else diff --git a/src/USER-MISC/dihedral_cosine_shift_exp.h b/src/USER-MISC/dihedral_cosine_shift_exp.h index 4e3d6236a5..a690016a2e 100644 --- a/src/USER-MISC/dihedral_cosine_shift_exp.h +++ b/src/USER-MISC/dihedral_cosine_shift_exp.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(cosine/shift/exp,DihedralCosineShiftExp) +DihedralStyle(cosine/shift/exp,DihedralCosineShiftExp); // clang-format on #else diff --git a/src/USER-MISC/dihedral_fourier.h b/src/USER-MISC/dihedral_fourier.h index ee0f378aaa..3ad25ad6a2 100644 --- a/src/USER-MISC/dihedral_fourier.h +++ b/src/USER-MISC/dihedral_fourier.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(fourier,DihedralFourier) +DihedralStyle(fourier,DihedralFourier); // clang-format on #else diff --git a/src/USER-MISC/dihedral_nharmonic.h b/src/USER-MISC/dihedral_nharmonic.h index 9e4d5c4c15..a3a063c8dc 100644 --- a/src/USER-MISC/dihedral_nharmonic.h +++ b/src/USER-MISC/dihedral_nharmonic.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(nharmonic,DihedralNHarmonic) +DihedralStyle(nharmonic,DihedralNHarmonic); // clang-format on #else diff --git a/src/USER-MISC/dihedral_quadratic.h b/src/USER-MISC/dihedral_quadratic.h index c401b22de0..3d6e2f927b 100644 --- a/src/USER-MISC/dihedral_quadratic.h +++ b/src/USER-MISC/dihedral_quadratic.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(quadratic,DihedralQuadratic) +DihedralStyle(quadratic,DihedralQuadratic); // clang-format on #else diff --git a/src/USER-MISC/dihedral_spherical.h b/src/USER-MISC/dihedral_spherical.h index 8a185e800f..0d90ff300b 100644 --- a/src/USER-MISC/dihedral_spherical.h +++ b/src/USER-MISC/dihedral_spherical.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(spherical,DihedralSpherical) +DihedralStyle(spherical,DihedralSpherical); // clang-format on #else diff --git a/src/USER-MISC/dihedral_table.h b/src/USER-MISC/dihedral_table.h index 3664d2068e..9d1ed5521f 100644 --- a/src/USER-MISC/dihedral_table.h +++ b/src/USER-MISC/dihedral_table.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(table,DihedralTable) +DihedralStyle(table,DihedralTable); // clang-format on #else diff --git a/src/USER-MISC/dihedral_table_cut.h b/src/USER-MISC/dihedral_table_cut.h index be9e6460dc..54cd58f0d2 100644 --- a/src/USER-MISC/dihedral_table_cut.h +++ b/src/USER-MISC/dihedral_table_cut.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(table/cut,DihedralTableCut) +DihedralStyle(table/cut,DihedralTableCut); // clang-format on #else diff --git a/src/USER-MISC/fix_accelerate_cos.h b/src/USER-MISC/fix_accelerate_cos.h index 6585e77b26..8e0e725469 100644 --- a/src/USER-MISC/fix_accelerate_cos.h +++ b/src/USER-MISC/fix_accelerate_cos.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(accelerate/cos,FixAccelerateCos) +FixStyle(accelerate/cos,FixAccelerateCos); // clang-format on #else diff --git a/src/USER-MISC/fix_addtorque.h b/src/USER-MISC/fix_addtorque.h index 3a0ef7cbc6..d37c14ae25 100644 --- a/src/USER-MISC/fix_addtorque.h +++ b/src/USER-MISC/fix_addtorque.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(addtorque,FixAddTorque) +FixStyle(addtorque,FixAddTorque); // clang-format on #else diff --git a/src/USER-MISC/fix_ave_correlate_long.h b/src/USER-MISC/fix_ave_correlate_long.h index 76ded10d51..d5137d0ae4 100644 --- a/src/USER-MISC/fix_ave_correlate_long.h +++ b/src/USER-MISC/fix_ave_correlate_long.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ave/correlate/long,FixAveCorrelateLong) +FixStyle(ave/correlate/long,FixAveCorrelateLong); // clang-format on #else diff --git a/src/USER-MISC/fix_electron_stopping.h b/src/USER-MISC/fix_electron_stopping.h index c470cb46c5..5fd85a7a07 100644 --- a/src/USER-MISC/fix_electron_stopping.h +++ b/src/USER-MISC/fix_electron_stopping.h @@ -18,7 +18,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(electron/stopping,FixElectronStopping) +FixStyle(electron/stopping,FixElectronStopping); // clang-format on #else diff --git a/src/USER-MISC/fix_electron_stopping_fit.h b/src/USER-MISC/fix_electron_stopping_fit.h index b3231ebedf..7c0b5b0c10 100644 --- a/src/USER-MISC/fix_electron_stopping_fit.h +++ b/src/USER-MISC/fix_electron_stopping_fit.h @@ -18,7 +18,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(electron/stopping/fit,FixElectronStoppingFit) +FixStyle(electron/stopping/fit,FixElectronStoppingFit); // clang-format on #else diff --git a/src/USER-MISC/fix_ffl.h b/src/USER-MISC/fix_ffl.h index f93dcf9c43..325a85c8da 100644 --- a/src/USER-MISC/fix_ffl.h +++ b/src/USER-MISC/fix_ffl.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ffl,FixFFL) +FixStyle(ffl,FixFFL); // clang-format on #else diff --git a/src/USER-MISC/fix_filter_corotate.h b/src/USER-MISC/fix_filter_corotate.h index 9d6721f6a5..8b1b0a6830 100644 --- a/src/USER-MISC/fix_filter_corotate.h +++ b/src/USER-MISC/fix_filter_corotate.h @@ -18,7 +18,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(filter/corotate,FixFilterCorotate) +FixStyle(filter/corotate,FixFilterCorotate); // clang-format on #else diff --git a/src/USER-MISC/fix_flow_gauss.h b/src/USER-MISC/fix_flow_gauss.h index d18cc5cca2..6c772a0ae5 100644 --- a/src/USER-MISC/fix_flow_gauss.h +++ b/src/USER-MISC/fix_flow_gauss.h @@ -15,7 +15,7 @@ ------------------------------------------------------------------------- */ #ifdef FIX_CLASS // clang-format off -FixStyle(flow/gauss,FixFlowGauss) +FixStyle(flow/gauss,FixFlowGauss); // clang-format on #else diff --git a/src/USER-MISC/fix_gle.h b/src/USER-MISC/fix_gle.h index de7993d95f..34a3932d2a 100644 --- a/src/USER-MISC/fix_gle.h +++ b/src/USER-MISC/fix_gle.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(gle,FixGLE) +FixStyle(gle,FixGLE); // clang-format on #else diff --git a/src/USER-MISC/fix_grem.h b/src/USER-MISC/fix_grem.h index d77333ae2d..287da4aec2 100644 --- a/src/USER-MISC/fix_grem.h +++ b/src/USER-MISC/fix_grem.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(grem,FixGrem) +FixStyle(grem,FixGrem); // clang-format on #else diff --git a/src/USER-MISC/fix_imd.h b/src/USER-MISC/fix_imd.h index 7ea85c1949..14cabf81fc 100644 --- a/src/USER-MISC/fix_imd.h +++ b/src/USER-MISC/fix_imd.h @@ -43,7 +43,7 @@ negotiate an appropriate license for such distribution." #ifdef FIX_CLASS // clang-format off -FixStyle(imd,FixIMD) +FixStyle(imd,FixIMD); // clang-format on #else diff --git a/src/USER-MISC/fix_ipi.h b/src/USER-MISC/fix_ipi.h index d61c06c42f..c87d2b92d5 100644 --- a/src/USER-MISC/fix_ipi.h +++ b/src/USER-MISC/fix_ipi.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ipi,FixIPI) +FixStyle(ipi,FixIPI); // clang-format on #else diff --git a/src/USER-MISC/fix_momentum_chunk.h b/src/USER-MISC/fix_momentum_chunk.h index 7036747046..36e5f51bec 100644 --- a/src/USER-MISC/fix_momentum_chunk.h +++ b/src/USER-MISC/fix_momentum_chunk.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(momentum/chunk,FixMomentumChunk) +FixStyle(momentum/chunk,FixMomentumChunk); // clang-format on #else diff --git a/src/USER-MISC/fix_npt_cauchy.h b/src/USER-MISC/fix_npt_cauchy.h index 97570ba675..81381fdc4e 100644 --- a/src/USER-MISC/fix_npt_cauchy.h +++ b/src/USER-MISC/fix_npt_cauchy.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/cauchy,FixNPTCauchy) +FixStyle(npt/cauchy,FixNPTCauchy); // clang-format on #else diff --git a/src/USER-MISC/fix_nvk.h b/src/USER-MISC/fix_nvk.h index b749ee8869..e4817c3552 100644 --- a/src/USER-MISC/fix_nvk.h +++ b/src/USER-MISC/fix_nvk.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvk,FixNVK) +FixStyle(nvk,FixNVK); // clang-format on #else diff --git a/src/USER-MISC/fix_orient_eco.h b/src/USER-MISC/fix_orient_eco.h index a222694294..f145b0277d 100644 --- a/src/USER-MISC/fix_orient_eco.h +++ b/src/USER-MISC/fix_orient_eco.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(orient/eco,FixOrientECO) +FixStyle(orient/eco,FixOrientECO); // clang-format on #else diff --git a/src/USER-MISC/fix_pafi.h b/src/USER-MISC/fix_pafi.h index 43f31b0b3c..613aeb944f 100644 --- a/src/USER-MISC/fix_pafi.h +++ b/src/USER-MISC/fix_pafi.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(pafi,FixPAFI) +FixStyle(pafi,FixPAFI); // clang-format on #else diff --git a/src/USER-MISC/fix_pimd.h b/src/USER-MISC/fix_pimd.h index e2e0b8b551..60ff0912ec 100644 --- a/src/USER-MISC/fix_pimd.h +++ b/src/USER-MISC/fix_pimd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(pimd,FixPIMD) +FixStyle(pimd,FixPIMD); // clang-format on #else diff --git a/src/USER-MISC/fix_propel_self.h b/src/USER-MISC/fix_propel_self.h index 4a95d1c7e1..e284f1f893 100644 --- a/src/USER-MISC/fix_propel_self.h +++ b/src/USER-MISC/fix_propel_self.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(propel/self,FixPropelSelf) +FixStyle(propel/self,FixPropelSelf); // clang-format on #else diff --git a/src/USER-MISC/fix_rhok.h b/src/USER-MISC/fix_rhok.h index 05bfa6eed1..b43df04308 100644 --- a/src/USER-MISC/fix_rhok.h +++ b/src/USER-MISC/fix_rhok.h @@ -11,7 +11,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rhok,FixRhok) +FixStyle(rhok,FixRhok); // clang-format on #else diff --git a/src/USER-MISC/fix_smd.h b/src/USER-MISC/fix_smd.h index a709ec4adc..46b2c31cfc 100644 --- a/src/USER-MISC/fix_smd.h +++ b/src/USER-MISC/fix_smd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(smd,FixSMD) +FixStyle(smd,FixSMD); // clang-format on #else diff --git a/src/USER-MISC/fix_srp.h b/src/USER-MISC/fix_srp.h index c2daa78fa8..407f8f7103 100644 --- a/src/USER-MISC/fix_srp.h +++ b/src/USER-MISC/fix_srp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(SRP,FixSRP) +FixStyle(SRP,FixSRP); // clang-format on #else diff --git a/src/USER-MISC/fix_ti_spring.h b/src/USER-MISC/fix_ti_spring.h index 038876914f..f474ae8873 100644 --- a/src/USER-MISC/fix_ti_spring.h +++ b/src/USER-MISC/fix_ti_spring.h @@ -20,7 +20,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ti/spring,FixTISpring) +FixStyle(ti/spring,FixTISpring); // clang-format on #else diff --git a/src/USER-MISC/fix_ttm_mod.h b/src/USER-MISC/fix_ttm_mod.h index df58477a8f..55019652fa 100644 --- a/src/USER-MISC/fix_ttm_mod.h +++ b/src/USER-MISC/fix_ttm_mod.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ttm/mod,FixTTMMod) +FixStyle(ttm/mod,FixTTMMod); // clang-format on #else diff --git a/src/USER-MISC/fix_wall_ees.h b/src/USER-MISC/fix_wall_ees.h index 6c9bbc6ba7..4925440d41 100644 --- a/src/USER-MISC/fix_wall_ees.h +++ b/src/USER-MISC/fix_wall_ees.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/ees,FixWallEES) +FixStyle(wall/ees,FixWallEES); // clang-format on #else diff --git a/src/USER-MISC/fix_wall_reflect_stochastic.h b/src/USER-MISC/fix_wall_reflect_stochastic.h index 6cede19f77..19a09ba084 100644 --- a/src/USER-MISC/fix_wall_reflect_stochastic.h +++ b/src/USER-MISC/fix_wall_reflect_stochastic.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/reflect/stochastic,FixWallReflectStochastic) +FixStyle(wall/reflect/stochastic,FixWallReflectStochastic); // clang-format on #else diff --git a/src/USER-MISC/fix_wall_region_ees.h b/src/USER-MISC/fix_wall_region_ees.h index 03c824e362..85104e040a 100644 --- a/src/USER-MISC/fix_wall_region_ees.h +++ b/src/USER-MISC/fix_wall_region_ees.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/region/ees,FixWallRegionEES) +FixStyle(wall/region/ees,FixWallRegionEES); // clang-format on #else diff --git a/src/USER-MISC/improper_cossq.h b/src/USER-MISC/improper_cossq.h index 92dd268967..207fbdf4bf 100644 --- a/src/USER-MISC/improper_cossq.h +++ b/src/USER-MISC/improper_cossq.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(cossq,ImproperCossq) +ImproperStyle(cossq,ImproperCossq); // clang-format on #else diff --git a/src/USER-MISC/improper_distance.h b/src/USER-MISC/improper_distance.h index 2e178112c9..86438ca2bf 100644 --- a/src/USER-MISC/improper_distance.h +++ b/src/USER-MISC/improper_distance.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(distance,ImproperDistance) +ImproperStyle(distance,ImproperDistance); // clang-format on #else diff --git a/src/USER-MISC/improper_fourier.h b/src/USER-MISC/improper_fourier.h index aa55894354..3ff9baac9e 100644 --- a/src/USER-MISC/improper_fourier.h +++ b/src/USER-MISC/improper_fourier.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(fourier,ImproperFourier) +ImproperStyle(fourier,ImproperFourier); // clang-format on #else diff --git a/src/USER-MISC/improper_ring.h b/src/USER-MISC/improper_ring.h index 602214d076..2668c44a59 100644 --- a/src/USER-MISC/improper_ring.h +++ b/src/USER-MISC/improper_ring.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(ring,ImproperRing) +ImproperStyle(ring,ImproperRing); // clang-format on #else diff --git a/src/USER-MISC/pair_agni.h b/src/USER-MISC/pair_agni.h index c1c4b1f066..21cea32005 100644 --- a/src/USER-MISC/pair_agni.h +++ b/src/USER-MISC/pair_agni.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(agni,PairAGNI) +PairStyle(agni,PairAGNI); // clang-format on #else diff --git a/src/USER-MISC/pair_buck_mdf.h b/src/USER-MISC/pair_buck_mdf.h index 58d49b37f7..7226f2090e 100644 --- a/src/USER-MISC/pair_buck_mdf.h +++ b/src/USER-MISC/pair_buck_mdf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/mdf,PairBuckMDF) +PairStyle(buck/mdf,PairBuckMDF); // clang-format on #else diff --git a/src/USER-MISC/pair_cosine_squared.h b/src/USER-MISC/pair_cosine_squared.h index 4a7470912c..fcdff5016a 100644 --- a/src/USER-MISC/pair_cosine_squared.h +++ b/src/USER-MISC/pair_cosine_squared.h @@ -16,7 +16,7 @@ #ifdef PAIR_CLASS -PairStyle(cosine/squared, PairCosineSquared) +PairStyle(cosine/squared, PairCosineSquared); #else diff --git a/src/USER-MISC/pair_coul_diel.h b/src/USER-MISC/pair_coul_diel.h index 61504a9509..48ee3ab8da 100644 --- a/src/USER-MISC/pair_coul_diel.h +++ b/src/USER-MISC/pair_coul_diel.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/diel,PairCoulDiel) +PairStyle(coul/diel,PairCoulDiel); // clang-format on #else diff --git a/src/USER-MISC/pair_coul_shield.h b/src/USER-MISC/pair_coul_shield.h index 1b0d16caef..3282b504c6 100644 --- a/src/USER-MISC/pair_coul_shield.h +++ b/src/USER-MISC/pair_coul_shield.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/shield,PairCoulShield) +PairStyle(coul/shield,PairCoulShield); // clang-format on #else diff --git a/src/USER-MISC/pair_coul_slater_cut.h b/src/USER-MISC/pair_coul_slater_cut.h index bbf9f0fac5..448090b485 100644 --- a/src/USER-MISC/pair_coul_slater_cut.h +++ b/src/USER-MISC/pair_coul_slater_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/slater/cut,PairCoulSlaterCut) +PairStyle(coul/slater/cut,PairCoulSlaterCut); // clang-format on #else diff --git a/src/USER-MISC/pair_coul_slater_long.h b/src/USER-MISC/pair_coul_slater_long.h index 17867fb956..1619c95838 100644 --- a/src/USER-MISC/pair_coul_slater_long.h +++ b/src/USER-MISC/pair_coul_slater_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/slater/long,PairCoulSlaterLong) +PairStyle(coul/slater/long,PairCoulSlaterLong); // clang-format on #else diff --git a/src/USER-MISC/pair_dpd_ext.h b/src/USER-MISC/pair_dpd_ext.h index fabb95b773..abaef8d970 100644 --- a/src/USER-MISC/pair_dpd_ext.h +++ b/src/USER-MISC/pair_dpd_ext.h @@ -12,9 +12,9 @@ ------------------------------------------------------------------------- */ #ifdef PAIR_CLASS - -PairStyle(dpd/ext,PairDPDExt) - +// clang-format off +PairStyle(dpd/ext,PairDPDExt); +// clang-format on #else #ifndef LMP_PAIR_DPD_EXT_H diff --git a/src/USER-MISC/pair_dpd_ext_tstat.h b/src/USER-MISC/pair_dpd_ext_tstat.h index 23cdd1d3c7..a7959480cc 100644 --- a/src/USER-MISC/pair_dpd_ext_tstat.h +++ b/src/USER-MISC/pair_dpd_ext_tstat.h @@ -12,9 +12,9 @@ ------------------------------------------------------------------------- */ #ifdef PAIR_CLASS - -PairStyle(dpd/ext/tstat,PairDPDExtTstat) - +// clang-format off +PairStyle(dpd/ext/tstat,PairDPDExtTstat); +// clang-format on #else #ifndef LMP_PAIR_DPD_EXT_TSTAT_H diff --git a/src/USER-MISC/pair_drip.h b/src/USER-MISC/pair_drip.h index ea783e3398..1547d4b80c 100644 --- a/src/USER-MISC/pair_drip.h +++ b/src/USER-MISC/pair_drip.h @@ -23,7 +23,7 @@ #ifdef PAIR_CLASS -PairStyle(drip, PairDRIP) +PairStyle(drip, PairDRIP); #else diff --git a/src/USER-MISC/pair_e3b.h b/src/USER-MISC/pair_e3b.h index b8dee9ba00..e901a9763a 100644 --- a/src/USER-MISC/pair_e3b.h +++ b/src/USER-MISC/pair_e3b.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(e3b,PairE3B) +PairStyle(e3b,PairE3B); // clang-format on #else diff --git a/src/USER-MISC/pair_edip.h b/src/USER-MISC/pair_edip.h index f167780be9..9111003f18 100644 --- a/src/USER-MISC/pair_edip.h +++ b/src/USER-MISC/pair_edip.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(edip,PairEDIP) +PairStyle(edip,PairEDIP); // clang-format on #else diff --git a/src/USER-MISC/pair_edip_multi.h b/src/USER-MISC/pair_edip_multi.h index d2402f27f2..7c0077c362 100644 --- a/src/USER-MISC/pair_edip_multi.h +++ b/src/USER-MISC/pair_edip_multi.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(edip/multi,PairEDIPMulti) +PairStyle(edip/multi,PairEDIPMulti); // clang-format on #else diff --git a/src/USER-MISC/pair_extep.h b/src/USER-MISC/pair_extep.h index 3d9168ee92..da0ca88900 100644 --- a/src/USER-MISC/pair_extep.h +++ b/src/USER-MISC/pair_extep.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(extep,PairExTeP) +PairStyle(extep,PairExTeP); // clang-format on #else diff --git a/src/USER-MISC/pair_gauss_cut.h b/src/USER-MISC/pair_gauss_cut.h index 906fcbcb13..ace3eaf4ca 100644 --- a/src/USER-MISC/pair_gauss_cut.h +++ b/src/USER-MISC/pair_gauss_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gauss/cut,PairGaussCut) +PairStyle(gauss/cut,PairGaussCut); // clang-format on #else diff --git a/src/USER-MISC/pair_ilp_graphene_hbn.h b/src/USER-MISC/pair_ilp_graphene_hbn.h index dd5314d22e..64c72b158d 100644 --- a/src/USER-MISC/pair_ilp_graphene_hbn.h +++ b/src/USER-MISC/pair_ilp_graphene_hbn.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(ilp/graphene/hbn,PairILPGrapheneHBN) +PairStyle(ilp/graphene/hbn,PairILPGrapheneHBN); // clang-format on #else diff --git a/src/USER-MISC/pair_kolmogorov_crespi_full.h b/src/USER-MISC/pair_kolmogorov_crespi_full.h index 4fadc94a4f..95efe5ffd2 100644 --- a/src/USER-MISC/pair_kolmogorov_crespi_full.h +++ b/src/USER-MISC/pair_kolmogorov_crespi_full.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(kolmogorov/crespi/full,PairKolmogorovCrespiFull) +PairStyle(kolmogorov/crespi/full,PairKolmogorovCrespiFull); // clang-format on #else diff --git a/src/USER-MISC/pair_kolmogorov_crespi_z.h b/src/USER-MISC/pair_kolmogorov_crespi_z.h index 30a7d4cfba..b3da85456b 100644 --- a/src/USER-MISC/pair_kolmogorov_crespi_z.h +++ b/src/USER-MISC/pair_kolmogorov_crespi_z.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(kolmogorov/crespi/z,PairKolmogorovCrespiZ) +PairStyle(kolmogorov/crespi/z,PairKolmogorovCrespiZ); // clang-format on #else diff --git a/src/USER-MISC/pair_lebedeva_z.h b/src/USER-MISC/pair_lebedeva_z.h index 821399ddbc..fb15e39514 100644 --- a/src/USER-MISC/pair_lebedeva_z.h +++ b/src/USER-MISC/pair_lebedeva_z.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lebedeva/z,PairLebedevaZ) +PairStyle(lebedeva/z,PairLebedevaZ); // clang-format on #else diff --git a/src/USER-MISC/pair_lennard_mdf.h b/src/USER-MISC/pair_lennard_mdf.h index 580700c13a..c050258d95 100644 --- a/src/USER-MISC/pair_lennard_mdf.h +++ b/src/USER-MISC/pair_lennard_mdf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lennard/mdf,PairLennardMDF) +PairStyle(lennard/mdf,PairLennardMDF); // clang-format on #else diff --git a/src/USER-MISC/pair_list.h b/src/USER-MISC/pair_list.h index 4c9f55a604..b23da7f2f5 100644 --- a/src/USER-MISC/pair_list.h +++ b/src/USER-MISC/pair_list.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(list,PairList) +PairStyle(list,PairList); // clang-format on #else diff --git a/src/USER-MISC/pair_lj_expand_coul_long.h b/src/USER-MISC/pair_lj_expand_coul_long.h index 3b5b5ce1dd..6d7b6c65e6 100644 --- a/src/USER-MISC/pair_lj_expand_coul_long.h +++ b/src/USER-MISC/pair_lj_expand_coul_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/expand/coul/long,PairLJExpandCoulLong) +PairStyle(lj/expand/coul/long,PairLJExpandCoulLong); // clang-format on #else diff --git a/src/USER-MISC/pair_lj_mdf.h b/src/USER-MISC/pair_lj_mdf.h index 549334a938..1d63e8bf85 100644 --- a/src/USER-MISC/pair_lj_mdf.h +++ b/src/USER-MISC/pair_lj_mdf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/mdf,PairLJMDF) +PairStyle(lj/mdf,PairLJMDF); // clang-format on #else diff --git a/src/USER-MISC/pair_lj_sf_dipole_sf.h b/src/USER-MISC/pair_lj_sf_dipole_sf.h index 8cc7bb1ba7..6a64fda6f3 100644 --- a/src/USER-MISC/pair_lj_sf_dipole_sf.h +++ b/src/USER-MISC/pair_lj_sf_dipole_sf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sf/dipole/sf,PairLJSFDipoleSF) +PairStyle(lj/sf/dipole/sf,PairLJSFDipoleSF); // clang-format on #else diff --git a/src/USER-MISC/pair_local_density.h b/src/USER-MISC/pair_local_density.h index e15960beec..8689f3c724 100644 --- a/src/USER-MISC/pair_local_density.h +++ b/src/USER-MISC/pair_local_density.h @@ -18,7 +18,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(local/density,PairLocalDensity) +PairStyle(local/density,PairLocalDensity); // clang-format on #else diff --git a/src/USER-MISC/pair_meam_spline.h b/src/USER-MISC/pair_meam_spline.h index 68c5fa2ab1..e8d43711a3 100644 --- a/src/USER-MISC/pair_meam_spline.h +++ b/src/USER-MISC/pair_meam_spline.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(meam/spline,PairMEAMSpline) +PairStyle(meam/spline,PairMEAMSpline); // clang-format on #else diff --git a/src/USER-MISC/pair_meam_sw_spline.h b/src/USER-MISC/pair_meam_sw_spline.h index 541c4556a8..07736f74e1 100644 --- a/src/USER-MISC/pair_meam_sw_spline.h +++ b/src/USER-MISC/pair_meam_sw_spline.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(meam/sw/spline,PairMEAMSWSpline) +PairStyle(meam/sw/spline,PairMEAMSWSpline); // clang-format on #else diff --git a/src/USER-MISC/pair_momb.h b/src/USER-MISC/pair_momb.h index 941f3235c1..7e94a0ceef 100644 --- a/src/USER-MISC/pair_momb.h +++ b/src/USER-MISC/pair_momb.h @@ -15,7 +15,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(momb,PairMomb) +PairStyle(momb,PairMomb); // clang-format on #else diff --git a/src/USER-MISC/pair_morse_smooth_linear.h b/src/USER-MISC/pair_morse_smooth_linear.h index 921a192b78..ab371ed077 100644 --- a/src/USER-MISC/pair_morse_smooth_linear.h +++ b/src/USER-MISC/pair_morse_smooth_linear.h @@ -15,7 +15,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(morse/smooth/linear,PairMorseSmoothLinear) +PairStyle(morse/smooth/linear,PairMorseSmoothLinear); // clang-format on #else diff --git a/src/USER-MISC/pair_srp.h b/src/USER-MISC/pair_srp.h index 86f0b50349..77de81adcb 100644 --- a/src/USER-MISC/pair_srp.h +++ b/src/USER-MISC/pair_srp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(srp,PairSRP) +PairStyle(srp,PairSRP); // clang-format on #else diff --git a/src/USER-MISC/pair_tersoff_table.h b/src/USER-MISC/pair_tersoff_table.h index f43b92fc4a..e130c6fe0b 100644 --- a/src/USER-MISC/pair_tersoff_table.h +++ b/src/USER-MISC/pair_tersoff_table.h @@ -22,7 +22,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/table,PairTersoffTable) +PairStyle(tersoff/table,PairTersoffTable); // clang-format on #else diff --git a/src/USER-MISC/pair_wf_cut.h b/src/USER-MISC/pair_wf_cut.h index 1cfaf3b973..7bff492b6b 100644 --- a/src/USER-MISC/pair_wf_cut.h +++ b/src/USER-MISC/pair_wf_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(wf/cut,PairWFCut) +PairStyle(wf/cut,PairWFCut); // clang-format on #else diff --git a/src/USER-MISC/temper_grem.h b/src/USER-MISC/temper_grem.h index 18a85f4d5b..77a8ea6eda 100644 --- a/src/USER-MISC/temper_grem.h +++ b/src/USER-MISC/temper_grem.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(temper/grem,TemperGrem) +CommandStyle(temper/grem,TemperGrem); // clang-format on #else diff --git a/src/USER-MISC/temper_npt.h b/src/USER-MISC/temper_npt.h index b8726519ed..a138439b0c 100644 --- a/src/USER-MISC/temper_npt.h +++ b/src/USER-MISC/temper_npt.h @@ -14,7 +14,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(temper/npt,TemperNPT) +CommandStyle(temper/npt,TemperNPT); // clang-format on #else diff --git a/src/USER-MOFFF/angle_class2_p6.h b/src/USER-MOFFF/angle_class2_p6.h index 3947186874..d413305942 100644 --- a/src/USER-MOFFF/angle_class2_p6.h +++ b/src/USER-MOFFF/angle_class2_p6.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(class2/p6,AngleClass2P6) +AngleStyle(class2/p6,AngleClass2P6); // clang-format on #else diff --git a/src/USER-MOFFF/angle_cosine_buck6d.h b/src/USER-MOFFF/angle_cosine_buck6d.h index 467abfb56a..ccbde4bbf0 100644 --- a/src/USER-MOFFF/angle_cosine_buck6d.h +++ b/src/USER-MOFFF/angle_cosine_buck6d.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS -AngleStyle(cosine/buck6d, AngleCosineBuck6d) +AngleStyle(cosine/buck6d, AngleCosineBuck6d); #else diff --git a/src/USER-MOFFF/improper_inversion_harmonic.h b/src/USER-MOFFF/improper_inversion_harmonic.h index 2ec085c8f2..f0544ccaca 100644 --- a/src/USER-MOFFF/improper_inversion_harmonic.h +++ b/src/USER-MOFFF/improper_inversion_harmonic.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(inversion/harmonic,ImproperInversionHarmonic) +ImproperStyle(inversion/harmonic,ImproperInversionHarmonic); // clang-format on #else diff --git a/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.h b/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.h index 5d7e58f228..4222882a4e 100644 --- a/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.h +++ b/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck6d/coul/gauss/dsf,PairBuck6dCoulGaussDSF) +PairStyle(buck6d/coul/gauss/dsf,PairBuck6dCoulGaussDSF); // clang-format on #else diff --git a/src/USER-MOFFF/pair_buck6d_coul_gauss_long.h b/src/USER-MOFFF/pair_buck6d_coul_gauss_long.h index 3f704215e5..87f0241108 100644 --- a/src/USER-MOFFF/pair_buck6d_coul_gauss_long.h +++ b/src/USER-MOFFF/pair_buck6d_coul_gauss_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck6d/coul/gauss/long,PairBuck6dCoulGaussLong) +PairStyle(buck6d/coul/gauss/long,PairBuck6dCoulGaussLong); // clang-format on #else diff --git a/src/USER-MOLFILE/dump_molfile.h b/src/USER-MOLFILE/dump_molfile.h index fb6cecd233..220b334f25 100644 --- a/src/USER-MOLFILE/dump_molfile.h +++ b/src/USER-MOLFILE/dump_molfile.h @@ -15,7 +15,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(molfile,DumpMolfile) +DumpStyle(molfile,DumpMolfile); // clang-format on #else diff --git a/src/USER-MOLFILE/reader_molfile.h b/src/USER-MOLFILE/reader_molfile.h index 61160dd5f1..76c5d402db 100644 --- a/src/USER-MOLFILE/reader_molfile.h +++ b/src/USER-MOLFILE/reader_molfile.h @@ -15,7 +15,7 @@ #ifdef READER_CLASS // clang-format off -ReaderStyle(molfile,ReaderMolfile) +ReaderStyle(molfile,ReaderMolfile); // clang-format on #else diff --git a/src/USER-NETCDF/dump_netcdf.h b/src/USER-NETCDF/dump_netcdf.h index a996ffc847..7598ee8aa0 100644 --- a/src/USER-NETCDF/dump_netcdf.h +++ b/src/USER-NETCDF/dump_netcdf.h @@ -19,7 +19,7 @@ #ifdef DUMP_CLASS -DumpStyle(netcdf,DumpNetCDF) +DumpStyle(netcdf,DumpNetCDF); #else diff --git a/src/USER-NETCDF/dump_netcdf_mpiio.h b/src/USER-NETCDF/dump_netcdf_mpiio.h index 2d1cd3ca2b..d91993af4f 100644 --- a/src/USER-NETCDF/dump_netcdf_mpiio.h +++ b/src/USER-NETCDF/dump_netcdf_mpiio.h @@ -19,7 +19,7 @@ #ifdef DUMP_CLASS -DumpStyle(netcdf/mpiio,DumpNetCDFMPIIO) +DumpStyle(netcdf/mpiio,DumpNetCDFMPIIO); #else diff --git a/src/USER-OMP/angle_charmm_omp.h b/src/USER-OMP/angle_charmm_omp.h index f64790bcc7..13bd91fb76 100644 --- a/src/USER-OMP/angle_charmm_omp.h +++ b/src/USER-OMP/angle_charmm_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(charmm/omp,AngleCharmmOMP) +AngleStyle(charmm/omp,AngleCharmmOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_class2_omp.h b/src/USER-OMP/angle_class2_omp.h index 651e459f9d..90f99a8347 100644 --- a/src/USER-OMP/angle_class2_omp.h +++ b/src/USER-OMP/angle_class2_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(class2/omp,AngleClass2OMP) +AngleStyle(class2/omp,AngleClass2OMP); // clang-format on #else diff --git a/src/USER-OMP/angle_cosine_delta_omp.h b/src/USER-OMP/angle_cosine_delta_omp.h index eeb0c69ef4..88b9b38412 100644 --- a/src/USER-OMP/angle_cosine_delta_omp.h +++ b/src/USER-OMP/angle_cosine_delta_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/delta/omp,AngleCosineDeltaOMP) +AngleStyle(cosine/delta/omp,AngleCosineDeltaOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_cosine_omp.h b/src/USER-OMP/angle_cosine_omp.h index 4d2f3dcf4d..ce1534812c 100644 --- a/src/USER-OMP/angle_cosine_omp.h +++ b/src/USER-OMP/angle_cosine_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/omp,AngleCosineOMP) +AngleStyle(cosine/omp,AngleCosineOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_cosine_periodic_omp.h b/src/USER-OMP/angle_cosine_periodic_omp.h index 4a360617e8..281440e840 100644 --- a/src/USER-OMP/angle_cosine_periodic_omp.h +++ b/src/USER-OMP/angle_cosine_periodic_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/periodic/omp,AngleCosinePeriodicOMP) +AngleStyle(cosine/periodic/omp,AngleCosinePeriodicOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_cosine_shift_exp_omp.h b/src/USER-OMP/angle_cosine_shift_exp_omp.h index 23db7f0060..2aff66ae80 100644 --- a/src/USER-OMP/angle_cosine_shift_exp_omp.h +++ b/src/USER-OMP/angle_cosine_shift_exp_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/shift/exp/omp,AngleCosineShiftExpOMP) +AngleStyle(cosine/shift/exp/omp,AngleCosineShiftExpOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_cosine_shift_omp.h b/src/USER-OMP/angle_cosine_shift_omp.h index 0479f5c045..451ab35258 100644 --- a/src/USER-OMP/angle_cosine_shift_omp.h +++ b/src/USER-OMP/angle_cosine_shift_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/shift/omp,AngleCosineShiftOMP) +AngleStyle(cosine/shift/omp,AngleCosineShiftOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_cosine_squared_omp.h b/src/USER-OMP/angle_cosine_squared_omp.h index 0f6c2ac0d8..f0463cabc4 100644 --- a/src/USER-OMP/angle_cosine_squared_omp.h +++ b/src/USER-OMP/angle_cosine_squared_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cosine/squared/omp,AngleCosineSquaredOMP) +AngleStyle(cosine/squared/omp,AngleCosineSquaredOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_dipole_omp.h b/src/USER-OMP/angle_dipole_omp.h index 924b567437..ddb274c6fb 100644 --- a/src/USER-OMP/angle_dipole_omp.h +++ b/src/USER-OMP/angle_dipole_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(dipole/omp,AngleDipoleOMP) +AngleStyle(dipole/omp,AngleDipoleOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_fourier_omp.h b/src/USER-OMP/angle_fourier_omp.h index 2e14c430a6..1a94f39a41 100644 --- a/src/USER-OMP/angle_fourier_omp.h +++ b/src/USER-OMP/angle_fourier_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(fourier/omp,AngleFourierOMP) +AngleStyle(fourier/omp,AngleFourierOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_fourier_simple_omp.h b/src/USER-OMP/angle_fourier_simple_omp.h index 266e4ec319..5c86d71bde 100644 --- a/src/USER-OMP/angle_fourier_simple_omp.h +++ b/src/USER-OMP/angle_fourier_simple_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(fourier/simple/omp,AngleFourierSimpleOMP) +AngleStyle(fourier/simple/omp,AngleFourierSimpleOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_harmonic_omp.h b/src/USER-OMP/angle_harmonic_omp.h index 3293e2c625..be9acd56b4 100644 --- a/src/USER-OMP/angle_harmonic_omp.h +++ b/src/USER-OMP/angle_harmonic_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(harmonic/omp,AngleHarmonicOMP) +AngleStyle(harmonic/omp,AngleHarmonicOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_quartic_omp.h b/src/USER-OMP/angle_quartic_omp.h index dad8cc32f4..cc69bd2364 100644 --- a/src/USER-OMP/angle_quartic_omp.h +++ b/src/USER-OMP/angle_quartic_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(quartic/omp,AngleQuarticOMP) +AngleStyle(quartic/omp,AngleQuarticOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_sdk_omp.h b/src/USER-OMP/angle_sdk_omp.h index 701345c5db..c9e10cec4a 100644 --- a/src/USER-OMP/angle_sdk_omp.h +++ b/src/USER-OMP/angle_sdk_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(sdk/omp,AngleSDKOMP) +AngleStyle(sdk/omp,AngleSDKOMP); // clang-format on #else diff --git a/src/USER-OMP/angle_table_omp.h b/src/USER-OMP/angle_table_omp.h index 07aa4364b9..372e07c17e 100644 --- a/src/USER-OMP/angle_table_omp.h +++ b/src/USER-OMP/angle_table_omp.h @@ -17,7 +17,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(table/omp,AngleTableOMP) +AngleStyle(table/omp,AngleTableOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_class2_omp.h b/src/USER-OMP/bond_class2_omp.h index 861950efdb..9d77525a03 100644 --- a/src/USER-OMP/bond_class2_omp.h +++ b/src/USER-OMP/bond_class2_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(class2/omp,BondClass2OMP) +BondStyle(class2/omp,BondClass2OMP); // clang-format on #else diff --git a/src/USER-OMP/bond_fene_expand_omp.h b/src/USER-OMP/bond_fene_expand_omp.h index 4bee237a47..5588cdc9c1 100644 --- a/src/USER-OMP/bond_fene_expand_omp.h +++ b/src/USER-OMP/bond_fene_expand_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(fene/expand/omp,BondFENEExpandOMP) +BondStyle(fene/expand/omp,BondFENEExpandOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_fene_omp.h b/src/USER-OMP/bond_fene_omp.h index 3f697e5fec..496b285a41 100644 --- a/src/USER-OMP/bond_fene_omp.h +++ b/src/USER-OMP/bond_fene_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(fene/omp,BondFENEOMP) +BondStyle(fene/omp,BondFENEOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_gromos_omp.h b/src/USER-OMP/bond_gromos_omp.h index d41f77c012..acd9260bf2 100644 --- a/src/USER-OMP/bond_gromos_omp.h +++ b/src/USER-OMP/bond_gromos_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(gromos/omp,BondGromosOMP) +BondStyle(gromos/omp,BondGromosOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_harmonic_omp.h b/src/USER-OMP/bond_harmonic_omp.h index 20f6df0e1c..9015480f2e 100644 --- a/src/USER-OMP/bond_harmonic_omp.h +++ b/src/USER-OMP/bond_harmonic_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(harmonic/omp,BondHarmonicOMP) +BondStyle(harmonic/omp,BondHarmonicOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_harmonic_shift_cut_omp.h b/src/USER-OMP/bond_harmonic_shift_cut_omp.h index 3ebd452a79..3905c4280b 100644 --- a/src/USER-OMP/bond_harmonic_shift_cut_omp.h +++ b/src/USER-OMP/bond_harmonic_shift_cut_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(harmonic/shift/cut/omp,BondHarmonicShiftCutOMP) +BondStyle(harmonic/shift/cut/omp,BondHarmonicShiftCutOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_harmonic_shift_omp.h b/src/USER-OMP/bond_harmonic_shift_omp.h index f38097ff00..341c8390e8 100644 --- a/src/USER-OMP/bond_harmonic_shift_omp.h +++ b/src/USER-OMP/bond_harmonic_shift_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(harmonic/shift/omp,BondHarmonicShiftOMP) +BondStyle(harmonic/shift/omp,BondHarmonicShiftOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_morse_omp.h b/src/USER-OMP/bond_morse_omp.h index 97c9ed7b2d..e733a15280 100644 --- a/src/USER-OMP/bond_morse_omp.h +++ b/src/USER-OMP/bond_morse_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(morse/omp,BondMorseOMP) +BondStyle(morse/omp,BondMorseOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_nonlinear_omp.h b/src/USER-OMP/bond_nonlinear_omp.h index ad4ed3c46a..d41e7abf5c 100644 --- a/src/USER-OMP/bond_nonlinear_omp.h +++ b/src/USER-OMP/bond_nonlinear_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(nonlinear/omp,BondNonlinearOMP) +BondStyle(nonlinear/omp,BondNonlinearOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_quartic_omp.h b/src/USER-OMP/bond_quartic_omp.h index 30eb737bf4..9840a0d8ac 100644 --- a/src/USER-OMP/bond_quartic_omp.h +++ b/src/USER-OMP/bond_quartic_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(quartic/omp,BondQuarticOMP) +BondStyle(quartic/omp,BondQuarticOMP); // clang-format on #else diff --git a/src/USER-OMP/bond_table_omp.h b/src/USER-OMP/bond_table_omp.h index 596b5d76b5..f3716aa006 100644 --- a/src/USER-OMP/bond_table_omp.h +++ b/src/USER-OMP/bond_table_omp.h @@ -17,7 +17,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(table/omp,BondTableOMP) +BondStyle(table/omp,BondTableOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_charmm_omp.h b/src/USER-OMP/dihedral_charmm_omp.h index 686b127922..c9b2c47bc3 100644 --- a/src/USER-OMP/dihedral_charmm_omp.h +++ b/src/USER-OMP/dihedral_charmm_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(charmm/omp,DihedralCharmmOMP) +DihedralStyle(charmm/omp,DihedralCharmmOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_class2_omp.h b/src/USER-OMP/dihedral_class2_omp.h index 281613429d..6252e531e3 100644 --- a/src/USER-OMP/dihedral_class2_omp.h +++ b/src/USER-OMP/dihedral_class2_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(class2/omp,DihedralClass2OMP) +DihedralStyle(class2/omp,DihedralClass2OMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_cosine_shift_exp_omp.h b/src/USER-OMP/dihedral_cosine_shift_exp_omp.h index 86df4ae736..eba0dd1462 100644 --- a/src/USER-OMP/dihedral_cosine_shift_exp_omp.h +++ b/src/USER-OMP/dihedral_cosine_shift_exp_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(cosine/shift/exp/omp,DihedralCosineShiftExpOMP) +DihedralStyle(cosine/shift/exp/omp,DihedralCosineShiftExpOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_fourier_omp.h b/src/USER-OMP/dihedral_fourier_omp.h index 717cb32ac5..75211b9567 100644 --- a/src/USER-OMP/dihedral_fourier_omp.h +++ b/src/USER-OMP/dihedral_fourier_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(fourier/omp,DihedralFourierOMP) +DihedralStyle(fourier/omp,DihedralFourierOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_harmonic_omp.h b/src/USER-OMP/dihedral_harmonic_omp.h index 2e09291036..5025effcf0 100644 --- a/src/USER-OMP/dihedral_harmonic_omp.h +++ b/src/USER-OMP/dihedral_harmonic_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(harmonic/omp,DihedralHarmonicOMP) +DihedralStyle(harmonic/omp,DihedralHarmonicOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_helix_omp.h b/src/USER-OMP/dihedral_helix_omp.h index 77f6bb1adc..b356eba837 100644 --- a/src/USER-OMP/dihedral_helix_omp.h +++ b/src/USER-OMP/dihedral_helix_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(helix/omp,DihedralHelixOMP) +DihedralStyle(helix/omp,DihedralHelixOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_multi_harmonic_omp.h b/src/USER-OMP/dihedral_multi_harmonic_omp.h index 5bb5e16380..a172650e46 100644 --- a/src/USER-OMP/dihedral_multi_harmonic_omp.h +++ b/src/USER-OMP/dihedral_multi_harmonic_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(multi/harmonic/omp,DihedralMultiHarmonicOMP) +DihedralStyle(multi/harmonic/omp,DihedralMultiHarmonicOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_nharmonic_omp.h b/src/USER-OMP/dihedral_nharmonic_omp.h index 7046b94a25..6b9c90e308 100644 --- a/src/USER-OMP/dihedral_nharmonic_omp.h +++ b/src/USER-OMP/dihedral_nharmonic_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(nharmonic/omp,DihedralNHarmonicOMP) +DihedralStyle(nharmonic/omp,DihedralNHarmonicOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_opls_omp.h b/src/USER-OMP/dihedral_opls_omp.h index f79a4554be..70ae7c989e 100644 --- a/src/USER-OMP/dihedral_opls_omp.h +++ b/src/USER-OMP/dihedral_opls_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(opls/omp,DihedralOPLSOMP) +DihedralStyle(opls/omp,DihedralOPLSOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_quadratic_omp.h b/src/USER-OMP/dihedral_quadratic_omp.h index 587921db97..a62f009c1a 100644 --- a/src/USER-OMP/dihedral_quadratic_omp.h +++ b/src/USER-OMP/dihedral_quadratic_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(quadratic/omp,DihedralQuadraticOMP) +DihedralStyle(quadratic/omp,DihedralQuadraticOMP); // clang-format on #else diff --git a/src/USER-OMP/dihedral_table_omp.h b/src/USER-OMP/dihedral_table_omp.h index bf20e8791a..fa60de1614 100644 --- a/src/USER-OMP/dihedral_table_omp.h +++ b/src/USER-OMP/dihedral_table_omp.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(table/omp,DihedralTableOMP) +DihedralStyle(table/omp,DihedralTableOMP); // clang-format on #else diff --git a/src/USER-OMP/ewald_omp.h b/src/USER-OMP/ewald_omp.h index e9b07cbb8e..40ae69435d 100644 --- a/src/USER-OMP/ewald_omp.h +++ b/src/USER-OMP/ewald_omp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(ewald/omp,EwaldOMP) +KSpaceStyle(ewald/omp,EwaldOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_gravity_omp.h b/src/USER-OMP/fix_gravity_omp.h index 13f321fcb8..08361588db 100644 --- a/src/USER-OMP/fix_gravity_omp.h +++ b/src/USER-OMP/fix_gravity_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(gravity/omp,FixGravityOMP) +FixStyle(gravity/omp,FixGravityOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_neigh_history_omp.h b/src/USER-OMP/fix_neigh_history_omp.h index 3ad24ee71b..d50d85f524 100644 --- a/src/USER-OMP/fix_neigh_history_omp.h +++ b/src/USER-OMP/fix_neigh_history_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(NEIGH_HISTORY/omp,FixNeighHistoryOMP) +FixStyle(NEIGH_HISTORY/omp,FixNeighHistoryOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nph_asphere_omp.h b/src/USER-OMP/fix_nph_asphere_omp.h index e18c2e8540..8d7f3288fd 100644 --- a/src/USER-OMP/fix_nph_asphere_omp.h +++ b/src/USER-OMP/fix_nph_asphere_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph/asphere/omp,FixNPHAsphereOMP) +FixStyle(nph/asphere/omp,FixNPHAsphereOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nph_omp.h b/src/USER-OMP/fix_nph_omp.h index 20c1d5d69f..a6542b9087 100644 --- a/src/USER-OMP/fix_nph_omp.h +++ b/src/USER-OMP/fix_nph_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph/omp,FixNPHOMP) +FixStyle(nph/omp,FixNPHOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nph_sphere_omp.h b/src/USER-OMP/fix_nph_sphere_omp.h index 8bef158c5e..dc2018bc81 100644 --- a/src/USER-OMP/fix_nph_sphere_omp.h +++ b/src/USER-OMP/fix_nph_sphere_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph/sphere/omp,FixNPHSphereOMP) +FixStyle(nph/sphere/omp,FixNPHSphereOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_npt_asphere_omp.h b/src/USER-OMP/fix_npt_asphere_omp.h index 988f5d99ae..a6f922fe34 100644 --- a/src/USER-OMP/fix_npt_asphere_omp.h +++ b/src/USER-OMP/fix_npt_asphere_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/asphere/omp,FixNPTAsphereOMP) +FixStyle(npt/asphere/omp,FixNPTAsphereOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_npt_omp.h b/src/USER-OMP/fix_npt_omp.h index 5f2c6e3246..eb2bb3feb7 100644 --- a/src/USER-OMP/fix_npt_omp.h +++ b/src/USER-OMP/fix_npt_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/omp,FixNPTOMP) +FixStyle(npt/omp,FixNPTOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_npt_sphere_omp.h b/src/USER-OMP/fix_npt_sphere_omp.h index 963e9880c2..73e2a599db 100644 --- a/src/USER-OMP/fix_npt_sphere_omp.h +++ b/src/USER-OMP/fix_npt_sphere_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/sphere/omp,FixNPTSphereOMP) +FixStyle(npt/sphere/omp,FixNPTSphereOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nve_omp.h b/src/USER-OMP/fix_nve_omp.h index 32bb31a7de..9cf07ea0b1 100644 --- a/src/USER-OMP/fix_nve_omp.h +++ b/src/USER-OMP/fix_nve_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/omp,FixNVEOMP) +FixStyle(nve/omp,FixNVEOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nve_sphere_omp.h b/src/USER-OMP/fix_nve_sphere_omp.h index 31b05e9c38..590cd16466 100644 --- a/src/USER-OMP/fix_nve_sphere_omp.h +++ b/src/USER-OMP/fix_nve_sphere_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/sphere/omp,FixNVESphereOMP) +FixStyle(nve/sphere/omp,FixNVESphereOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nvt_asphere_omp.h b/src/USER-OMP/fix_nvt_asphere_omp.h index 86a062272f..d39b84583e 100644 --- a/src/USER-OMP/fix_nvt_asphere_omp.h +++ b/src/USER-OMP/fix_nvt_asphere_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/asphere/omp,FixNVTAsphereOMP) +FixStyle(nvt/asphere/omp,FixNVTAsphereOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nvt_omp.h b/src/USER-OMP/fix_nvt_omp.h index 54d41a3d24..915a89adf8 100644 --- a/src/USER-OMP/fix_nvt_omp.h +++ b/src/USER-OMP/fix_nvt_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/omp,FixNVTOMP) +FixStyle(nvt/omp,FixNVTOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nvt_sllod_omp.h b/src/USER-OMP/fix_nvt_sllod_omp.h index f768b84e66..7828b64e71 100644 --- a/src/USER-OMP/fix_nvt_sllod_omp.h +++ b/src/USER-OMP/fix_nvt_sllod_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/sllod/omp,FixNVTSllodOMP) +FixStyle(nvt/sllod/omp,FixNVTSllodOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_nvt_sphere_omp.h b/src/USER-OMP/fix_nvt_sphere_omp.h index 57c3a9b3e3..0ef78bc942 100644 --- a/src/USER-OMP/fix_nvt_sphere_omp.h +++ b/src/USER-OMP/fix_nvt_sphere_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/sphere/omp,FixNVTSphereOMP) +FixStyle(nvt/sphere/omp,FixNVTSphereOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_omp.h b/src/USER-OMP/fix_omp.h index be056f396e..0db3497d41 100644 --- a/src/USER-OMP/fix_omp.h +++ b/src/USER-OMP/fix_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(OMP,FixOMP) +FixStyle(OMP,FixOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_peri_neigh_omp.h b/src/USER-OMP/fix_peri_neigh_omp.h index 4b511295bf..179ce7280b 100644 --- a/src/USER-OMP/fix_peri_neigh_omp.h +++ b/src/USER-OMP/fix_peri_neigh_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(PERI_NEIGH_OMP,FixPeriNeighOMP) +FixStyle(PERI_NEIGH_OMP,FixPeriNeighOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_qeq_comb_omp.h b/src/USER-OMP/fix_qeq_comb_omp.h index ccedccc826..f9dd6297a0 100644 --- a/src/USER-OMP/fix_qeq_comb_omp.h +++ b/src/USER-OMP/fix_qeq_comb_omp.h @@ -8,7 +8,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/comb/omp,FixQEQCombOMP) +FixStyle(qeq/comb/omp,FixQEQCombOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_qeq_reax_omp.h b/src/USER-OMP/fix_qeq_reax_omp.h index f503ef63ab..e4084fc9a9 100644 --- a/src/USER-OMP/fix_qeq_reax_omp.h +++ b/src/USER-OMP/fix_qeq_reax_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/reax/omp,FixQEqReaxOMP) +FixStyle(qeq/reax/omp,FixQEqReaxOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_rigid_nph_omp.h b/src/USER-OMP/fix_rigid_nph_omp.h index e7aa394b80..345c5697e1 100644 --- a/src/USER-OMP/fix_rigid_nph_omp.h +++ b/src/USER-OMP/fix_rigid_nph_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nph/omp,FixRigidNPHOMP) +FixStyle(rigid/nph/omp,FixRigidNPHOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_rigid_npt_omp.h b/src/USER-OMP/fix_rigid_npt_omp.h index c172f168c8..7f10ea1ab4 100644 --- a/src/USER-OMP/fix_rigid_npt_omp.h +++ b/src/USER-OMP/fix_rigid_npt_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/npt/omp,FixRigidNPTOMP) +FixStyle(rigid/npt/omp,FixRigidNPTOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_rigid_nve_omp.h b/src/USER-OMP/fix_rigid_nve_omp.h index 390d95faae..4cc85f589e 100644 --- a/src/USER-OMP/fix_rigid_nve_omp.h +++ b/src/USER-OMP/fix_rigid_nve_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nve/omp,FixRigidNVEOMP) +FixStyle(rigid/nve/omp,FixRigidNVEOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_rigid_nvt_omp.h b/src/USER-OMP/fix_rigid_nvt_omp.h index 5df6d837a2..69408fa2ff 100644 --- a/src/USER-OMP/fix_rigid_nvt_omp.h +++ b/src/USER-OMP/fix_rigid_nvt_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/nvt/omp,FixRigidNVTOMP) +FixStyle(rigid/nvt/omp,FixRigidNVTOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_rigid_omp.h b/src/USER-OMP/fix_rigid_omp.h index b3739b9bc0..82686e89b8 100644 --- a/src/USER-OMP/fix_rigid_omp.h +++ b/src/USER-OMP/fix_rigid_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/omp,FixRigidOMP) +FixStyle(rigid/omp,FixRigidOMP); // clang-format on #else diff --git a/src/USER-OMP/fix_rigid_small_omp.h b/src/USER-OMP/fix_rigid_small_omp.h index 98ebb40eb8..5cf3ff08af 100644 --- a/src/USER-OMP/fix_rigid_small_omp.h +++ b/src/USER-OMP/fix_rigid_small_omp.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/small/omp,FixRigidSmallOMP) +FixStyle(rigid/small/omp,FixRigidSmallOMP); // clang-format on #else diff --git a/src/USER-OMP/improper_class2_omp.h b/src/USER-OMP/improper_class2_omp.h index b35df9a6b7..93be028b36 100644 --- a/src/USER-OMP/improper_class2_omp.h +++ b/src/USER-OMP/improper_class2_omp.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(class2/omp,ImproperClass2OMP) +ImproperStyle(class2/omp,ImproperClass2OMP); // clang-format on #else diff --git a/src/USER-OMP/improper_cossq_omp.h b/src/USER-OMP/improper_cossq_omp.h index 4643fbed11..e537dfdff9 100644 --- a/src/USER-OMP/improper_cossq_omp.h +++ b/src/USER-OMP/improper_cossq_omp.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(cossq/omp,ImproperCossqOMP) +ImproperStyle(cossq/omp,ImproperCossqOMP); // clang-format on #else diff --git a/src/USER-OMP/improper_cvff_omp.h b/src/USER-OMP/improper_cvff_omp.h index 4916ee5f63..1a405ebdb9 100644 --- a/src/USER-OMP/improper_cvff_omp.h +++ b/src/USER-OMP/improper_cvff_omp.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(cvff/omp,ImproperCvffOMP) +ImproperStyle(cvff/omp,ImproperCvffOMP); // clang-format on #else diff --git a/src/USER-OMP/improper_fourier_omp.h b/src/USER-OMP/improper_fourier_omp.h index 765a34d1a2..fb8ace888b 100644 --- a/src/USER-OMP/improper_fourier_omp.h +++ b/src/USER-OMP/improper_fourier_omp.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(fourier/omp,ImproperFourierOMP) +ImproperStyle(fourier/omp,ImproperFourierOMP); // clang-format on #else diff --git a/src/USER-OMP/improper_harmonic_omp.h b/src/USER-OMP/improper_harmonic_omp.h index bfced05255..96497fced8 100644 --- a/src/USER-OMP/improper_harmonic_omp.h +++ b/src/USER-OMP/improper_harmonic_omp.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(harmonic/omp,ImproperHarmonicOMP) +ImproperStyle(harmonic/omp,ImproperHarmonicOMP); // clang-format on #else diff --git a/src/USER-OMP/improper_ring_omp.h b/src/USER-OMP/improper_ring_omp.h index 64c9105519..9e15c7bd04 100644 --- a/src/USER-OMP/improper_ring_omp.h +++ b/src/USER-OMP/improper_ring_omp.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(ring/omp,ImproperRingOMP) +ImproperStyle(ring/omp,ImproperRingOMP); // clang-format on #else diff --git a/src/USER-OMP/improper_umbrella_omp.h b/src/USER-OMP/improper_umbrella_omp.h index 71b95d861f..0cf6a570c4 100644 --- a/src/USER-OMP/improper_umbrella_omp.h +++ b/src/USER-OMP/improper_umbrella_omp.h @@ -17,7 +17,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(umbrella/omp,ImproperUmbrellaOMP) +ImproperStyle(umbrella/omp,ImproperUmbrellaOMP); // clang-format on #else diff --git a/src/USER-OMP/msm_cg_omp.h b/src/USER-OMP/msm_cg_omp.h index 6226655114..884dbea7fb 100644 --- a/src/USER-OMP/msm_cg_omp.h +++ b/src/USER-OMP/msm_cg_omp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(msm/cg/omp,MSMCGOMP) +KSpaceStyle(msm/cg/omp,MSMCGOMP); // clang-format on #else diff --git a/src/USER-OMP/msm_omp.h b/src/USER-OMP/msm_omp.h index 2ec7468a36..200eba3144 100644 --- a/src/USER-OMP/msm_omp.h +++ b/src/USER-OMP/msm_omp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(msm/omp,MSMOMP) +KSpaceStyle(msm/omp,MSMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_adp_omp.h b/src/USER-OMP/pair_adp_omp.h index aaddcaee71..c598579736 100644 --- a/src/USER-OMP/pair_adp_omp.h +++ b/src/USER-OMP/pair_adp_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(adp/omp,PairADPOMP) +PairStyle(adp/omp,PairADPOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_agni_omp.h b/src/USER-OMP/pair_agni_omp.h index d48323400c..cfcb8a4a30 100644 --- a/src/USER-OMP/pair_agni_omp.h +++ b/src/USER-OMP/pair_agni_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(agni/omp,PairAGNIOMP) +PairStyle(agni/omp,PairAGNIOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_airebo_morse_omp.h b/src/USER-OMP/pair_airebo_morse_omp.h index 494614e363..261bbb7721 100644 --- a/src/USER-OMP/pair_airebo_morse_omp.h +++ b/src/USER-OMP/pair_airebo_morse_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(airebo/morse/omp,PairAIREBOMorseOMP) +PairStyle(airebo/morse/omp,PairAIREBOMorseOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_airebo_omp.h b/src/USER-OMP/pair_airebo_omp.h index 2e9de68d8f..2589ff4e23 100644 --- a/src/USER-OMP/pair_airebo_omp.h +++ b/src/USER-OMP/pair_airebo_omp.h @@ -12,7 +12,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(airebo/omp,PairAIREBOOMP) +PairStyle(airebo/omp,PairAIREBOOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_beck_omp.h b/src/USER-OMP/pair_beck_omp.h index e2b5779f5c..707435808e 100644 --- a/src/USER-OMP/pair_beck_omp.h +++ b/src/USER-OMP/pair_beck_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(beck/omp,PairBeckOMP) +PairStyle(beck/omp,PairBeckOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_born_coul_long_omp.h b/src/USER-OMP/pair_born_coul_long_omp.h index 3bd2430ace..cc0f5a97d1 100644 --- a/src/USER-OMP/pair_born_coul_long_omp.h +++ b/src/USER-OMP/pair_born_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/long/omp,PairBornCoulLongOMP) +PairStyle(born/coul/long/omp,PairBornCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_born_coul_msm_omp.h b/src/USER-OMP/pair_born_coul_msm_omp.h index aa071952f3..1525ee40a1 100644 --- a/src/USER-OMP/pair_born_coul_msm_omp.h +++ b/src/USER-OMP/pair_born_coul_msm_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/msm/omp,PairBornCoulMSMOMP) +PairStyle(born/coul/msm/omp,PairBornCoulMSMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_born_coul_wolf_omp.h b/src/USER-OMP/pair_born_coul_wolf_omp.h index b121c19c13..2bdda5e12d 100644 --- a/src/USER-OMP/pair_born_coul_wolf_omp.h +++ b/src/USER-OMP/pair_born_coul_wolf_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/wolf/omp,PairBornCoulWolfOMP) +PairStyle(born/coul/wolf/omp,PairBornCoulWolfOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_born_omp.h b/src/USER-OMP/pair_born_omp.h index 07a2402dbb..4e625ebd34 100644 --- a/src/USER-OMP/pair_born_omp.h +++ b/src/USER-OMP/pair_born_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/omp,PairBornOMP) +PairStyle(born/omp,PairBornOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_brownian_omp.h b/src/USER-OMP/pair_brownian_omp.h index 2731bb5df9..20de5bb1cd 100644 --- a/src/USER-OMP/pair_brownian_omp.h +++ b/src/USER-OMP/pair_brownian_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(brownian/omp,PairBrownianOMP) +PairStyle(brownian/omp,PairBrownianOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_brownian_poly_omp.h b/src/USER-OMP/pair_brownian_poly_omp.h index 87aeb87a97..a6997b08f3 100644 --- a/src/USER-OMP/pair_brownian_poly_omp.h +++ b/src/USER-OMP/pair_brownian_poly_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(brownian/poly/omp,PairBrownianPolyOMP) +PairStyle(brownian/poly/omp,PairBrownianPolyOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_buck_coul_cut_omp.h b/src/USER-OMP/pair_buck_coul_cut_omp.h index 130aec50db..e9eb7cc12b 100644 --- a/src/USER-OMP/pair_buck_coul_cut_omp.h +++ b/src/USER-OMP/pair_buck_coul_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/cut/omp,PairBuckCoulCutOMP) +PairStyle(buck/coul/cut/omp,PairBuckCoulCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_buck_coul_long_omp.h b/src/USER-OMP/pair_buck_coul_long_omp.h index c5ba4c4cf1..6edee897d0 100644 --- a/src/USER-OMP/pair_buck_coul_long_omp.h +++ b/src/USER-OMP/pair_buck_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/long/omp,PairBuckCoulLongOMP) +PairStyle(buck/coul/long/omp,PairBuckCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_buck_coul_msm_omp.h b/src/USER-OMP/pair_buck_coul_msm_omp.h index 3050bdf910..bfa63c889e 100644 --- a/src/USER-OMP/pair_buck_coul_msm_omp.h +++ b/src/USER-OMP/pair_buck_coul_msm_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/msm/omp,PairBuckCoulMSMOMP) +PairStyle(buck/coul/msm/omp,PairBuckCoulMSMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_buck_long_coul_long_omp.h b/src/USER-OMP/pair_buck_long_coul_long_omp.h index 06d643c964..28735acf77 100644 --- a/src/USER-OMP/pair_buck_long_coul_long_omp.h +++ b/src/USER-OMP/pair_buck_long_coul_long_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/long/coul/long/omp,PairBuckLongCoulLongOMP) +PairStyle(buck/long/coul/long/omp,PairBuckLongCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_buck_omp.h b/src/USER-OMP/pair_buck_omp.h index c8a3503740..16af721772 100644 --- a/src/USER-OMP/pair_buck_omp.h +++ b/src/USER-OMP/pair_buck_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/omp,PairBuckOMP) +PairStyle(buck/omp,PairBuckOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_colloid_omp.h b/src/USER-OMP/pair_colloid_omp.h index 299b199bb7..17f21692e8 100644 --- a/src/USER-OMP/pair_colloid_omp.h +++ b/src/USER-OMP/pair_colloid_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(colloid/omp,PairColloidOMP) +PairStyle(colloid/omp,PairColloidOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_comb_omp.h b/src/USER-OMP/pair_comb_omp.h index a3f6c98a5b..36a89bc9c7 100644 --- a/src/USER-OMP/pair_comb_omp.h +++ b/src/USER-OMP/pair_comb_omp.h @@ -12,7 +12,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(comb/omp,PairCombOMP) +PairStyle(comb/omp,PairCombOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_cut_global_omp.h b/src/USER-OMP/pair_coul_cut_global_omp.h index 29b003a51f..53183d814c 100644 --- a/src/USER-OMP/pair_coul_cut_global_omp.h +++ b/src/USER-OMP/pair_coul_cut_global_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/cut/global/omp,PairCoulCutGlobalOMP) +PairStyle(coul/cut/global/omp,PairCoulCutGlobalOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_cut_omp.h b/src/USER-OMP/pair_coul_cut_omp.h index 4dec20d87c..821c961358 100644 --- a/src/USER-OMP/pair_coul_cut_omp.h +++ b/src/USER-OMP/pair_coul_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/cut/omp,PairCoulCutOMP) +PairStyle(coul/cut/omp,PairCoulCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_cut_soft_omp.h b/src/USER-OMP/pair_coul_cut_soft_omp.h index 54b0a55f2d..d8710c7992 100644 --- a/src/USER-OMP/pair_coul_cut_soft_omp.h +++ b/src/USER-OMP/pair_coul_cut_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/cut/soft/omp,PairCoulCutSoftOMP) +PairStyle(coul/cut/soft/omp,PairCoulCutSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_debye_omp.h b/src/USER-OMP/pair_coul_debye_omp.h index 1604afd69e..ce09e80a31 100644 --- a/src/USER-OMP/pair_coul_debye_omp.h +++ b/src/USER-OMP/pair_coul_debye_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/debye/omp,PairCoulDebyeOMP) +PairStyle(coul/debye/omp,PairCoulDebyeOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_diel_omp.h b/src/USER-OMP/pair_coul_diel_omp.h index cfaa00fa46..cc09db2540 100644 --- a/src/USER-OMP/pair_coul_diel_omp.h +++ b/src/USER-OMP/pair_coul_diel_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/diel/omp,PairCoulDielOMP) +PairStyle(coul/diel/omp,PairCoulDielOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_dsf_omp.h b/src/USER-OMP/pair_coul_dsf_omp.h index 4454213347..90b6651e96 100644 --- a/src/USER-OMP/pair_coul_dsf_omp.h +++ b/src/USER-OMP/pair_coul_dsf_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/dsf/omp,PairCoulDSFOMP) +PairStyle(coul/dsf/omp,PairCoulDSFOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_long_omp.h b/src/USER-OMP/pair_coul_long_omp.h index aa595ed0fb..fec18d9976 100644 --- a/src/USER-OMP/pair_coul_long_omp.h +++ b/src/USER-OMP/pair_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/long/omp,PairCoulLongOMP) +PairStyle(coul/long/omp,PairCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_long_soft_omp.h b/src/USER-OMP/pair_coul_long_soft_omp.h index 43a4286e02..b4e9e49f94 100644 --- a/src/USER-OMP/pair_coul_long_soft_omp.h +++ b/src/USER-OMP/pair_coul_long_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/long/soft/omp,PairCoulLongSoftOMP) +PairStyle(coul/long/soft/omp,PairCoulLongSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_msm_omp.h b/src/USER-OMP/pair_coul_msm_omp.h index 90ad216770..9a665e30db 100644 --- a/src/USER-OMP/pair_coul_msm_omp.h +++ b/src/USER-OMP/pair_coul_msm_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/msm/omp,PairCoulMSMOMP) +PairStyle(coul/msm/omp,PairCoulMSMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_coul_wolf_omp.h b/src/USER-OMP/pair_coul_wolf_omp.h index 8b30f7df38..90a7aaf808 100644 --- a/src/USER-OMP/pair_coul_wolf_omp.h +++ b/src/USER-OMP/pair_coul_wolf_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/wolf/omp,PairCoulWolfOMP) +PairStyle(coul/wolf/omp,PairCoulWolfOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_dpd_omp.h b/src/USER-OMP/pair_dpd_omp.h index d7891bc227..b630de2e20 100644 --- a/src/USER-OMP/pair_dpd_omp.h +++ b/src/USER-OMP/pair_dpd_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/omp,PairDPDOMP) +PairStyle(dpd/omp,PairDPDOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_dpd_tstat_omp.h b/src/USER-OMP/pair_dpd_tstat_omp.h index 0ae0130edb..ef1082cdfc 100644 --- a/src/USER-OMP/pair_dpd_tstat_omp.h +++ b/src/USER-OMP/pair_dpd_tstat_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/tstat/omp,PairDPDTstatOMP) +PairStyle(dpd/tstat/omp,PairDPDTstatOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_eam_alloy_omp.h b/src/USER-OMP/pair_eam_alloy_omp.h index fec0b88411..a3e94f88aa 100644 --- a/src/USER-OMP/pair_eam_alloy_omp.h +++ b/src/USER-OMP/pair_eam_alloy_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/alloy/omp,PairEAMAlloyOMP) +PairStyle(eam/alloy/omp,PairEAMAlloyOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_eam_fs_omp.h b/src/USER-OMP/pair_eam_fs_omp.h index 4315065c8f..c170b95782 100644 --- a/src/USER-OMP/pair_eam_fs_omp.h +++ b/src/USER-OMP/pair_eam_fs_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/fs/omp,PairEAMFSOMP) +PairStyle(eam/fs/omp,PairEAMFSOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_eam_omp.h b/src/USER-OMP/pair_eam_omp.h index b42b002eb3..188a82bd37 100644 --- a/src/USER-OMP/pair_eam_omp.h +++ b/src/USER-OMP/pair_eam_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eam/omp,PairEAMOMP) +PairStyle(eam/omp,PairEAMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_edip_omp.h b/src/USER-OMP/pair_edip_omp.h index c0a19a965c..32276d9932 100644 --- a/src/USER-OMP/pair_edip_omp.h +++ b/src/USER-OMP/pair_edip_omp.h @@ -12,7 +12,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(edip/omp,PairEDIPOMP) +PairStyle(edip/omp,PairEDIPOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_eim_omp.h b/src/USER-OMP/pair_eim_omp.h index 50ee9e02b8..5d52229dfc 100644 --- a/src/USER-OMP/pair_eim_omp.h +++ b/src/USER-OMP/pair_eim_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(eim/omp,PairEIMOMP) +PairStyle(eim/omp,PairEIMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_gauss_cut_omp.h b/src/USER-OMP/pair_gauss_cut_omp.h index 41951fc072..789856965d 100644 --- a/src/USER-OMP/pair_gauss_cut_omp.h +++ b/src/USER-OMP/pair_gauss_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gauss/cut/omp,PairGaussCutOMP) +PairStyle(gauss/cut/omp,PairGaussCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_gauss_omp.h b/src/USER-OMP/pair_gauss_omp.h index 9f14fee3a5..eb29666e21 100644 --- a/src/USER-OMP/pair_gauss_omp.h +++ b/src/USER-OMP/pair_gauss_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gauss/omp,PairGaussOMP) +PairStyle(gauss/omp,PairGaussOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_gayberne_omp.h b/src/USER-OMP/pair_gayberne_omp.h index d204656a6d..ed21ca6a3f 100644 --- a/src/USER-OMP/pair_gayberne_omp.h +++ b/src/USER-OMP/pair_gayberne_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gayberne/omp,PairGayBerneOMP) +PairStyle(gayberne/omp,PairGayBerneOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_gran_hertz_history_omp.h b/src/USER-OMP/pair_gran_hertz_history_omp.h index 696bbddbed..d73346a527 100644 --- a/src/USER-OMP/pair_gran_hertz_history_omp.h +++ b/src/USER-OMP/pair_gran_hertz_history_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gran/hertz/history/omp,PairGranHertzHistoryOMP) +PairStyle(gran/hertz/history/omp,PairGranHertzHistoryOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_gran_hooke_history_omp.h b/src/USER-OMP/pair_gran_hooke_history_omp.h index d2235a0ba2..075e0f95ff 100644 --- a/src/USER-OMP/pair_gran_hooke_history_omp.h +++ b/src/USER-OMP/pair_gran_hooke_history_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gran/hooke/history/omp,PairGranHookeHistoryOMP) +PairStyle(gran/hooke/history/omp,PairGranHookeHistoryOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_gran_hooke_omp.h b/src/USER-OMP/pair_gran_hooke_omp.h index 5e5ebbb328..689d31d6df 100644 --- a/src/USER-OMP/pair_gran_hooke_omp.h +++ b/src/USER-OMP/pair_gran_hooke_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gran/hooke/omp,PairGranHookeOMP) +PairStyle(gran/hooke/omp,PairGranHookeOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_hbond_dreiding_lj_omp.h b/src/USER-OMP/pair_hbond_dreiding_lj_omp.h index 5e3e0ff966..2bb54bb90b 100644 --- a/src/USER-OMP/pair_hbond_dreiding_lj_omp.h +++ b/src/USER-OMP/pair_hbond_dreiding_lj_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hbond/dreiding/lj/omp,PairHbondDreidingLJOMP) +PairStyle(hbond/dreiding/lj/omp,PairHbondDreidingLJOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_hbond_dreiding_morse_omp.h b/src/USER-OMP/pair_hbond_dreiding_morse_omp.h index ff13cf04f4..aa6dbebcb9 100644 --- a/src/USER-OMP/pair_hbond_dreiding_morse_omp.h +++ b/src/USER-OMP/pair_hbond_dreiding_morse_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hbond/dreiding/morse/omp,PairHbondDreidingMorseOMP) +PairStyle(hbond/dreiding/morse/omp,PairHbondDreidingMorseOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj96_cut_omp.h b/src/USER-OMP/pair_lj96_cut_omp.h index ffb8091842..8860637dee 100644 --- a/src/USER-OMP/pair_lj96_cut_omp.h +++ b/src/USER-OMP/pair_lj96_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj96/cut/omp,PairLJ96CutOMP) +PairStyle(lj96/cut/omp,PairLJ96CutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.h b/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.h index 7012c60e7d..99bf3c895d 100644 --- a/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.h +++ b/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/charmm/implicit/omp,PairLJCharmmCoulCharmmImplicitOMP) +PairStyle(lj/charmm/coul/charmm/implicit/omp,PairLJCharmmCoulCharmmImplicitOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.h b/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.h index 732e4f1179..b18668ee3c 100644 --- a/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.h +++ b/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/charmm/omp,PairLJCharmmCoulCharmmOMP) +PairStyle(lj/charmm/coul/charmm/omp,PairLJCharmmCoulCharmmOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_charmm_coul_long_omp.h b/src/USER-OMP/pair_lj_charmm_coul_long_omp.h index cd94b6c6a3..55c4de1540 100644 --- a/src/USER-OMP/pair_lj_charmm_coul_long_omp.h +++ b/src/USER-OMP/pair_lj_charmm_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/long/omp,PairLJCharmmCoulLongOMP) +PairStyle(lj/charmm/coul/long/omp,PairLJCharmmCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.h b/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.h index bf1bd4004e..e800633847 100644 --- a/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.h +++ b/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/long/soft/omp,PairLJCharmmCoulLongSoftOMP) +PairStyle(lj/charmm/coul/long/soft/omp,PairLJCharmmCoulLongSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_charmm_coul_msm_omp.h b/src/USER-OMP/pair_lj_charmm_coul_msm_omp.h index f931e6a32b..49a441dd48 100644 --- a/src/USER-OMP/pair_lj_charmm_coul_msm_omp.h +++ b/src/USER-OMP/pair_lj_charmm_coul_msm_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/charmm/coul/msm/omp,PairLJCharmmCoulMSMOMP) +PairStyle(lj/charmm/coul/msm/omp,PairLJCharmmCoulMSMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_class2_coul_cut_omp.h b/src/USER-OMP/pair_lj_class2_coul_cut_omp.h index afc935b22e..105a1a9159 100644 --- a/src/USER-OMP/pair_lj_class2_coul_cut_omp.h +++ b/src/USER-OMP/pair_lj_class2_coul_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/cut/omp,PairLJClass2CoulCutOMP) +PairStyle(lj/class2/coul/cut/omp,PairLJClass2CoulCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_class2_coul_long_omp.h b/src/USER-OMP/pair_lj_class2_coul_long_omp.h index cbf39c6422..69680d82b3 100644 --- a/src/USER-OMP/pair_lj_class2_coul_long_omp.h +++ b/src/USER-OMP/pair_lj_class2_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/coul/long/omp,PairLJClass2CoulLongOMP) +PairStyle(lj/class2/coul/long/omp,PairLJClass2CoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_class2_omp.h b/src/USER-OMP/pair_lj_class2_omp.h index ec9e04a955..ba48721824 100644 --- a/src/USER-OMP/pair_lj_class2_omp.h +++ b/src/USER-OMP/pair_lj_class2_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/class2/omp,PairLJClass2OMP) +PairStyle(lj/class2/omp,PairLJClass2OMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cubic_omp.h b/src/USER-OMP/pair_lj_cubic_omp.h index 13388970dd..1344fd9ce9 100644 --- a/src/USER-OMP/pair_lj_cubic_omp.h +++ b/src/USER-OMP/pair_lj_cubic_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cubic/omp,PairLJCubicOMP) +PairStyle(lj/cubic/omp,PairLJCubicOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_coul_cut_omp.h b/src/USER-OMP/pair_lj_cut_coul_cut_omp.h index 9ee40b3c24..3935e5b1ce 100644 --- a/src/USER-OMP/pair_lj_cut_coul_cut_omp.h +++ b/src/USER-OMP/pair_lj_cut_coul_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/cut/omp,PairLJCutCoulCutOMP) +PairStyle(lj/cut/coul/cut/omp,PairLJCutCoulCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.h b/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.h index 196e9e4ef7..24a3951a50 100644 --- a/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.h +++ b/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/cut/soft/omp,PairLJCutCoulCutSoftOMP) +PairStyle(lj/cut/coul/cut/soft/omp,PairLJCutCoulCutSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_coul_debye_omp.h b/src/USER-OMP/pair_lj_cut_coul_debye_omp.h index b91c7859d6..e4c9fd3ee5 100644 --- a/src/USER-OMP/pair_lj_cut_coul_debye_omp.h +++ b/src/USER-OMP/pair_lj_cut_coul_debye_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/debye/omp,PairLJCutCoulDebyeOMP) +PairStyle(lj/cut/coul/debye/omp,PairLJCutCoulDebyeOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_coul_dsf_omp.h b/src/USER-OMP/pair_lj_cut_coul_dsf_omp.h index a112ac2fe9..e67ab7d844 100644 --- a/src/USER-OMP/pair_lj_cut_coul_dsf_omp.h +++ b/src/USER-OMP/pair_lj_cut_coul_dsf_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/dsf/omp,PairLJCutCoulDSFOMP) +PairStyle(lj/cut/coul/dsf/omp,PairLJCutCoulDSFOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_coul_long_omp.h b/src/USER-OMP/pair_lj_cut_coul_long_omp.h index 78b2912def..e79835c5f4 100644 --- a/src/USER-OMP/pair_lj_cut_coul_long_omp.h +++ b/src/USER-OMP/pair_lj_cut_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long/omp,PairLJCutCoulLongOMP) +PairStyle(lj/cut/coul/long/omp,PairLJCutCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.h b/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.h index e89b74605d..f18b29d161 100644 --- a/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.h +++ b/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/long/soft/omp,PairLJCutCoulLongSoftOMP) +PairStyle(lj/cut/coul/long/soft/omp,PairLJCutCoulLongSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_coul_msm_omp.h b/src/USER-OMP/pair_lj_cut_coul_msm_omp.h index 5577d5030f..2fd86e2085 100644 --- a/src/USER-OMP/pair_lj_cut_coul_msm_omp.h +++ b/src/USER-OMP/pair_lj_cut_coul_msm_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/msm/omp,PairLJCutCoulMSMOMP) +PairStyle(lj/cut/coul/msm/omp,PairLJCutCoulMSMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_coul_wolf_omp.h b/src/USER-OMP/pair_lj_cut_coul_wolf_omp.h index 51a36d309a..e01e0569af 100644 --- a/src/USER-OMP/pair_lj_cut_coul_wolf_omp.h +++ b/src/USER-OMP/pair_lj_cut_coul_wolf_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/wolf/omp,PairLJCutCoulWolfOMP) +PairStyle(lj/cut/coul/wolf/omp,PairLJCutCoulWolfOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_dipole_cut_omp.h b/src/USER-OMP/pair_lj_cut_dipole_cut_omp.h index aed327957b..8b5cb4f4e2 100644 --- a/src/USER-OMP/pair_lj_cut_dipole_cut_omp.h +++ b/src/USER-OMP/pair_lj_cut_dipole_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/dipole/cut/omp,PairLJCutDipoleCutOMP) +PairStyle(lj/cut/dipole/cut/omp,PairLJCutDipoleCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_omp.h b/src/USER-OMP/pair_lj_cut_omp.h index 46b14fd1c6..dc0dcd51f5 100644 --- a/src/USER-OMP/pair_lj_cut_omp.h +++ b/src/USER-OMP/pair_lj_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/omp,PairLJCutOMP) +PairStyle(lj/cut/omp,PairLJCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_soft_omp.h b/src/USER-OMP/pair_lj_cut_soft_omp.h index 43f7e39f73..9a37f988cd 100644 --- a/src/USER-OMP/pair_lj_cut_soft_omp.h +++ b/src/USER-OMP/pair_lj_cut_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/soft/omp,PairLJCutSoftOMP) +PairStyle(lj/cut/soft/omp,PairLJCutSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_thole_long_omp.h b/src/USER-OMP/pair_lj_cut_thole_long_omp.h index 1005372381..73a8e87db0 100644 --- a/src/USER-OMP/pair_lj_cut_thole_long_omp.h +++ b/src/USER-OMP/pair_lj_cut_thole_long_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/thole/long/omp,PairLJCutTholeLongOMP) +PairStyle(lj/cut/thole/long/omp,PairLJCutTholeLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.h b/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.h index 07ed845849..b2f262662a 100644 --- a/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.h +++ b/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/tip4p/cut/omp,PairLJCutTIP4PCutOMP) +PairStyle(lj/cut/tip4p/cut/omp,PairLJCutTIP4PCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_tip4p_long_omp.h b/src/USER-OMP/pair_lj_cut_tip4p_long_omp.h index 878071ec9b..bbaf131423 100644 --- a/src/USER-OMP/pair_lj_cut_tip4p_long_omp.h +++ b/src/USER-OMP/pair_lj_cut_tip4p_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/tip4p/long/omp,PairLJCutTIP4PLongOMP) +PairStyle(lj/cut/tip4p/long/omp,PairLJCutTIP4PLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.h b/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.h index ae5b7e6f35..4170c58a4d 100644 --- a/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.h +++ b/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/tip4p/long/soft/omp,PairLJCutTIP4PLongSoftOMP) +PairStyle(lj/cut/tip4p/long/soft/omp,PairLJCutTIP4PLongSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_expand_omp.h b/src/USER-OMP/pair_lj_expand_omp.h index 7cf60572f1..351b019eec 100644 --- a/src/USER-OMP/pair_lj_expand_omp.h +++ b/src/USER-OMP/pair_lj_expand_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/expand/omp,PairLJExpandOMP) +PairStyle(lj/expand/omp,PairLJExpandOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.h b/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.h index 006eee4091..8167d62e0b 100644 --- a/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.h +++ b/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/gromacs/coul/gromacs/omp,PairLJGromacsCoulGromacsOMP) +PairStyle(lj/gromacs/coul/gromacs/omp,PairLJGromacsCoulGromacsOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_gromacs_omp.h b/src/USER-OMP/pair_lj_gromacs_omp.h index 46a0a6f646..63adddaaf7 100644 --- a/src/USER-OMP/pair_lj_gromacs_omp.h +++ b/src/USER-OMP/pair_lj_gromacs_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/gromacs/omp,PairLJGromacsOMP) +PairStyle(lj/gromacs/omp,PairLJGromacsOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_long_coul_long_omp.h b/src/USER-OMP/pair_lj_long_coul_long_omp.h index 126b95088d..93500b8d44 100644 --- a/src/USER-OMP/pair_lj_long_coul_long_omp.h +++ b/src/USER-OMP/pair_lj_long_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/long/coul/long/omp,PairLJLongCoulLongOMP) +PairStyle(lj/long/coul/long/omp,PairLJLongCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_long_tip4p_long_omp.h b/src/USER-OMP/pair_lj_long_tip4p_long_omp.h index f56f46813b..d7dc05faef 100644 --- a/src/USER-OMP/pair_lj_long_tip4p_long_omp.h +++ b/src/USER-OMP/pair_lj_long_tip4p_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/long/tip4p/long/omp,PairLJLongTIP4PLongOMP) +PairStyle(lj/long/tip4p/long/omp,PairLJLongTIP4PLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_relres_omp.h b/src/USER-OMP/pair_lj_relres_omp.h index aefe0ef28e..29ed84207f 100644 --- a/src/USER-OMP/pair_lj_relres_omp.h +++ b/src/USER-OMP/pair_lj_relres_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/relres/omp,PairLJRelResOMP) +PairStyle(lj/relres/omp,PairLJRelResOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_sdk_coul_long_omp.h b/src/USER-OMP/pair_lj_sdk_coul_long_omp.h index b00f64930c..3e58d0ecd5 100644 --- a/src/USER-OMP/pair_lj_sdk_coul_long_omp.h +++ b/src/USER-OMP/pair_lj_sdk_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk/coul/long/omp,PairLJSDKCoulLongOMP) +PairStyle(lj/sdk/coul/long/omp,PairLJSDKCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_sdk_coul_msm_omp.h b/src/USER-OMP/pair_lj_sdk_coul_msm_omp.h index 5b9f03ad3c..710b72a172 100644 --- a/src/USER-OMP/pair_lj_sdk_coul_msm_omp.h +++ b/src/USER-OMP/pair_lj_sdk_coul_msm_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk/coul/msm/omp,PairLJSDKCoulMSMOMP) +PairStyle(lj/sdk/coul/msm/omp,PairLJSDKCoulMSMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_sdk_omp.h b/src/USER-OMP/pair_lj_sdk_omp.h index 67174b23f0..81d6406d5f 100644 --- a/src/USER-OMP/pair_lj_sdk_omp.h +++ b/src/USER-OMP/pair_lj_sdk_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sdk/omp,PairLJSDKOMP) +PairStyle(lj/sdk/omp,PairLJSDKOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_sf_dipole_sf_omp.h b/src/USER-OMP/pair_lj_sf_dipole_sf_omp.h index 7bbea925bf..6bd48f014c 100644 --- a/src/USER-OMP/pair_lj_sf_dipole_sf_omp.h +++ b/src/USER-OMP/pair_lj_sf_dipole_sf_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/sf/dipole/sf/omp,PairLJSFDipoleSFOMP) +PairStyle(lj/sf/dipole/sf/omp,PairLJSFDipoleSFOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_smooth_linear_omp.h b/src/USER-OMP/pair_lj_smooth_linear_omp.h index cb541f1b52..fab5c8ea0b 100644 --- a/src/USER-OMP/pair_lj_smooth_linear_omp.h +++ b/src/USER-OMP/pair_lj_smooth_linear_omp.h @@ -17,8 +17,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/smooth/linear/omp,PairLJSmoothLinearOMP) -PairStyle(lj/sf/omp,PairLJSmoothLinearOMP) +PairStyle(lj/smooth/linear/omp,PairLJSmoothLinearOMP); +PairStyle(lj/sf/omp,PairLJSmoothLinearOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lj_smooth_omp.h b/src/USER-OMP/pair_lj_smooth_omp.h index df8743f71f..1263d2a00d 100644 --- a/src/USER-OMP/pair_lj_smooth_omp.h +++ b/src/USER-OMP/pair_lj_smooth_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/smooth/omp,PairLJSmoothOMP) +PairStyle(lj/smooth/omp,PairLJSmoothOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lubricate_omp.h b/src/USER-OMP/pair_lubricate_omp.h index 023370a585..958e8bcce4 100644 --- a/src/USER-OMP/pair_lubricate_omp.h +++ b/src/USER-OMP/pair_lubricate_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lubricate/omp,PairLubricateOMP) +PairStyle(lubricate/omp,PairLubricateOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_lubricate_poly_omp.h b/src/USER-OMP/pair_lubricate_poly_omp.h index 4d3d453b7e..b364b4b71a 100644 --- a/src/USER-OMP/pair_lubricate_poly_omp.h +++ b/src/USER-OMP/pair_lubricate_poly_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lubricate/poly/omp,PairLubricateOMP) +PairStyle(lubricate/poly/omp,PairLubricateOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_meam_spline_omp.h b/src/USER-OMP/pair_meam_spline_omp.h index 0f34419441..cb81e99966 100644 --- a/src/USER-OMP/pair_meam_spline_omp.h +++ b/src/USER-OMP/pair_meam_spline_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(meam/spline/omp,PairMEAMSplineOMP) +PairStyle(meam/spline/omp,PairMEAMSplineOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_morse_omp.h b/src/USER-OMP/pair_morse_omp.h index c1a3643bfc..e62e8a9fd7 100644 --- a/src/USER-OMP/pair_morse_omp.h +++ b/src/USER-OMP/pair_morse_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(morse/omp,PairMorseOMP) +PairStyle(morse/omp,PairMorseOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_morse_smooth_linear_omp.h b/src/USER-OMP/pair_morse_smooth_linear_omp.h index ab1b7a85f9..4f036f91e1 100644 --- a/src/USER-OMP/pair_morse_smooth_linear_omp.h +++ b/src/USER-OMP/pair_morse_smooth_linear_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(morse/smooth/linear/omp,PairMorseSmoothLinearOMP) +PairStyle(morse/smooth/linear/omp,PairMorseSmoothLinearOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_nm_cut_coul_cut_omp.h b/src/USER-OMP/pair_nm_cut_coul_cut_omp.h index c31d520ccb..de13527d86 100644 --- a/src/USER-OMP/pair_nm_cut_coul_cut_omp.h +++ b/src/USER-OMP/pair_nm_cut_coul_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(nm/cut/coul/cut/omp,PairNMCutCoulCutOMP) +PairStyle(nm/cut/coul/cut/omp,PairNMCutCoulCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_nm_cut_coul_long_omp.h b/src/USER-OMP/pair_nm_cut_coul_long_omp.h index 3f3837290a..8af07145b8 100644 --- a/src/USER-OMP/pair_nm_cut_coul_long_omp.h +++ b/src/USER-OMP/pair_nm_cut_coul_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(nm/cut/coul/long/omp,PairNMCutCoulLongOMP) +PairStyle(nm/cut/coul/long/omp,PairNMCutCoulLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_nm_cut_omp.h b/src/USER-OMP/pair_nm_cut_omp.h index 57ccdbb1d9..d2bc25470d 100644 --- a/src/USER-OMP/pair_nm_cut_omp.h +++ b/src/USER-OMP/pair_nm_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(nm/cut/omp,PairNMCutOMP) +PairStyle(nm/cut/omp,PairNMCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_peri_lps_omp.h b/src/USER-OMP/pair_peri_lps_omp.h index 3a3babccd5..412c743140 100644 --- a/src/USER-OMP/pair_peri_lps_omp.h +++ b/src/USER-OMP/pair_peri_lps_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(peri/lps/omp,PairPeriLPSOMP) +PairStyle(peri/lps/omp,PairPeriLPSOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_peri_pmb_omp.h b/src/USER-OMP/pair_peri_pmb_omp.h index 145930d695..ac79224fc1 100644 --- a/src/USER-OMP/pair_peri_pmb_omp.h +++ b/src/USER-OMP/pair_peri_pmb_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(peri/pmb/omp,PairPeriPMBOMP) +PairStyle(peri/pmb/omp,PairPeriPMBOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_reaxc_omp.h b/src/USER-OMP/pair_reaxc_omp.h index ba0d3eea90..b23d2c7d7b 100644 --- a/src/USER-OMP/pair_reaxc_omp.h +++ b/src/USER-OMP/pair_reaxc_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(reax/c/omp,PairReaxCOMP) +PairStyle(reax/c/omp,PairReaxCOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_rebo_omp.h b/src/USER-OMP/pair_rebo_omp.h index 1a2e293697..8d6a6716ff 100644 --- a/src/USER-OMP/pair_rebo_omp.h +++ b/src/USER-OMP/pair_rebo_omp.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(rebo/omp,PairREBOOMP) +PairStyle(rebo/omp,PairREBOOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_resquared_omp.h b/src/USER-OMP/pair_resquared_omp.h index de5dea224e..0da44ab779 100644 --- a/src/USER-OMP/pair_resquared_omp.h +++ b/src/USER-OMP/pair_resquared_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(resquared/omp,PairRESquaredOMP) +PairStyle(resquared/omp,PairRESquaredOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_soft_omp.h b/src/USER-OMP/pair_soft_omp.h index b471bdfbe8..599bb29954 100644 --- a/src/USER-OMP/pair_soft_omp.h +++ b/src/USER-OMP/pair_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(soft/omp,PairSoftOMP) +PairStyle(soft/omp,PairSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_sw_omp.h b/src/USER-OMP/pair_sw_omp.h index f9282aecd5..ba43436fde 100644 --- a/src/USER-OMP/pair_sw_omp.h +++ b/src/USER-OMP/pair_sw_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sw/omp,PairSWOMP) +PairStyle(sw/omp,PairSWOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_table_omp.h b/src/USER-OMP/pair_table_omp.h index 86b07c365e..853c9bd481 100644 --- a/src/USER-OMP/pair_table_omp.h +++ b/src/USER-OMP/pair_table_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(table/omp,PairTableOMP) +PairStyle(table/omp,PairTableOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_tersoff_mod_c_omp.h b/src/USER-OMP/pair_tersoff_mod_c_omp.h index 8f32a3db32..0ca644c481 100644 --- a/src/USER-OMP/pair_tersoff_mod_c_omp.h +++ b/src/USER-OMP/pair_tersoff_mod_c_omp.h @@ -12,7 +12,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/mod/c/omp,PairTersoffMODCOMP) +PairStyle(tersoff/mod/c/omp,PairTersoffMODCOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_tersoff_mod_omp.h b/src/USER-OMP/pair_tersoff_mod_omp.h index c949334f2c..39a43826c2 100644 --- a/src/USER-OMP/pair_tersoff_mod_omp.h +++ b/src/USER-OMP/pair_tersoff_mod_omp.h @@ -12,7 +12,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/mod/omp,PairTersoffMODOMP) +PairStyle(tersoff/mod/omp,PairTersoffMODOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_tersoff_omp.h b/src/USER-OMP/pair_tersoff_omp.h index c5781a71de..cb52ec09d1 100644 --- a/src/USER-OMP/pair_tersoff_omp.h +++ b/src/USER-OMP/pair_tersoff_omp.h @@ -12,7 +12,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/omp,PairTersoffOMP) +PairStyle(tersoff/omp,PairTersoffOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_tersoff_table_omp.h b/src/USER-OMP/pair_tersoff_table_omp.h index 26d5dcc4a1..0123037a82 100644 --- a/src/USER-OMP/pair_tersoff_table_omp.h +++ b/src/USER-OMP/pair_tersoff_table_omp.h @@ -12,7 +12,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/table/omp,PairTersoffTableOMP) +PairStyle(tersoff/table/omp,PairTersoffTableOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_tersoff_zbl_omp.h b/src/USER-OMP/pair_tersoff_zbl_omp.h index 8f3f9ee1b5..c44f28534a 100644 --- a/src/USER-OMP/pair_tersoff_zbl_omp.h +++ b/src/USER-OMP/pair_tersoff_zbl_omp.h @@ -12,7 +12,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tersoff/zbl/omp,PairTersoffZBLOMP) +PairStyle(tersoff/zbl/omp,PairTersoffZBLOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_tip4p_cut_omp.h b/src/USER-OMP/pair_tip4p_cut_omp.h index 321acf1327..56df1ab923 100644 --- a/src/USER-OMP/pair_tip4p_cut_omp.h +++ b/src/USER-OMP/pair_tip4p_cut_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tip4p/cut/omp,PairTIP4PCutOMP) +PairStyle(tip4p/cut/omp,PairTIP4PCutOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_tip4p_long_omp.h b/src/USER-OMP/pair_tip4p_long_omp.h index 8f0f23f8b2..1c70a018c4 100644 --- a/src/USER-OMP/pair_tip4p_long_omp.h +++ b/src/USER-OMP/pair_tip4p_long_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tip4p/long/omp,PairTIP4PLongOMP) +PairStyle(tip4p/long/omp,PairTIP4PLongOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_tip4p_long_soft_omp.h b/src/USER-OMP/pair_tip4p_long_soft_omp.h index ba654c789c..45aa872474 100644 --- a/src/USER-OMP/pair_tip4p_long_soft_omp.h +++ b/src/USER-OMP/pair_tip4p_long_soft_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(tip4p/long/soft/omp,PairTIP4PLongSoftOMP) +PairStyle(tip4p/long/soft/omp,PairTIP4PLongSoftOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_ufm_omp.h b/src/USER-OMP/pair_ufm_omp.h index 04c9369e8e..eaa5980287 100644 --- a/src/USER-OMP/pair_ufm_omp.h +++ b/src/USER-OMP/pair_ufm_omp.h @@ -19,7 +19,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(ufm/omp,PairUFMOMP) +PairStyle(ufm/omp,PairUFMOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_vashishta_omp.h b/src/USER-OMP/pair_vashishta_omp.h index f3ca7865ea..ef7e88113f 100644 --- a/src/USER-OMP/pair_vashishta_omp.h +++ b/src/USER-OMP/pair_vashishta_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(vashishta/omp,PairVashishtaOMP) +PairStyle(vashishta/omp,PairVashishtaOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_vashishta_table_omp.h b/src/USER-OMP/pair_vashishta_table_omp.h index 9b38448033..12d7361d7a 100644 --- a/src/USER-OMP/pair_vashishta_table_omp.h +++ b/src/USER-OMP/pair_vashishta_table_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(vashishta/table/omp,PairVashishtaTableOMP) +PairStyle(vashishta/table/omp,PairVashishtaTableOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_yukawa_colloid_omp.h b/src/USER-OMP/pair_yukawa_colloid_omp.h index 9338090818..9b6884638a 100644 --- a/src/USER-OMP/pair_yukawa_colloid_omp.h +++ b/src/USER-OMP/pair_yukawa_colloid_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(yukawa/colloid/omp,PairYukawaColloidOMP) +PairStyle(yukawa/colloid/omp,PairYukawaColloidOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_yukawa_omp.h b/src/USER-OMP/pair_yukawa_omp.h index 67cd6aa7d8..955314e7a8 100644 --- a/src/USER-OMP/pair_yukawa_omp.h +++ b/src/USER-OMP/pair_yukawa_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(yukawa/omp,PairYukawaOMP) +PairStyle(yukawa/omp,PairYukawaOMP); // clang-format on #else diff --git a/src/USER-OMP/pair_zbl_omp.h b/src/USER-OMP/pair_zbl_omp.h index edd696165c..63e59ba256 100644 --- a/src/USER-OMP/pair_zbl_omp.h +++ b/src/USER-OMP/pair_zbl_omp.h @@ -17,7 +17,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(zbl/omp,PairZBLOMP) +PairStyle(zbl/omp,PairZBLOMP); // clang-format on #else diff --git a/src/USER-OMP/pppm_cg_omp.h b/src/USER-OMP/pppm_cg_omp.h index b2616befc3..4e61cb4520 100644 --- a/src/USER-OMP/pppm_cg_omp.h +++ b/src/USER-OMP/pppm_cg_omp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/cg/omp,PPPMCGOMP) +KSpaceStyle(pppm/cg/omp,PPPMCGOMP); // clang-format on #else diff --git a/src/USER-OMP/pppm_disp_omp.h b/src/USER-OMP/pppm_disp_omp.h index a05ddd8546..a243f369a6 100644 --- a/src/USER-OMP/pppm_disp_omp.h +++ b/src/USER-OMP/pppm_disp_omp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/disp/omp,PPPMDispOMP) +KSpaceStyle(pppm/disp/omp,PPPMDispOMP); // clang-format on #else diff --git a/src/USER-OMP/pppm_disp_tip4p_omp.h b/src/USER-OMP/pppm_disp_tip4p_omp.h index 961d8a98da..c64535edf5 100644 --- a/src/USER-OMP/pppm_disp_tip4p_omp.h +++ b/src/USER-OMP/pppm_disp_tip4p_omp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/disp/tip4p/omp,PPPMDispTIP4POMP) +KSpaceStyle(pppm/disp/tip4p/omp,PPPMDispTIP4POMP); // clang-format on #else diff --git a/src/USER-OMP/pppm_omp.h b/src/USER-OMP/pppm_omp.h index 98db9b2168..6b43f4a5ba 100644 --- a/src/USER-OMP/pppm_omp.h +++ b/src/USER-OMP/pppm_omp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/omp,PPPMOMP) +KSpaceStyle(pppm/omp,PPPMOMP); // clang-format on #else diff --git a/src/USER-OMP/pppm_tip4p_omp.h b/src/USER-OMP/pppm_tip4p_omp.h index 91201b6c41..815fe8940a 100644 --- a/src/USER-OMP/pppm_tip4p_omp.h +++ b/src/USER-OMP/pppm_tip4p_omp.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(pppm/tip4p/omp,PPPMTIP4POMP) +KSpaceStyle(pppm/tip4p/omp,PPPMTIP4POMP); // clang-format on #else diff --git a/src/USER-OMP/respa_omp.h b/src/USER-OMP/respa_omp.h index db90e47313..c33fce1d37 100644 --- a/src/USER-OMP/respa_omp.h +++ b/src/USER-OMP/respa_omp.h @@ -13,7 +13,7 @@ #ifdef INTEGRATE_CLASS // clang-format off -IntegrateStyle(respa/omp,RespaOMP) +IntegrateStyle(respa/omp,RespaOMP); // clang-format on #else diff --git a/src/USER-PACE/pair_pace.h b/src/USER-PACE/pair_pace.h index 38349d966d..dcb639adff 100644 --- a/src/USER-PACE/pair_pace.h +++ b/src/USER-PACE/pair_pace.h @@ -27,7 +27,7 @@ Copyright 2021 Yury Lysogorskiy^1, Cas van der Oord^2, Anton Bochkarev^1, #ifdef PAIR_CLASS // clang-format off -PairStyle(pace,PairPACE) +PairStyle(pace,PairPACE); // clang-format on #else diff --git a/src/USER-PHONON/dynamical_matrix.h b/src/USER-PHONON/dynamical_matrix.h index 8662c50b8a..59b0d4f160 100644 --- a/src/USER-PHONON/dynamical_matrix.h +++ b/src/USER-PHONON/dynamical_matrix.h @@ -4,7 +4,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(dynamical_matrix,DynamicalMatrix) +CommandStyle(dynamical_matrix,DynamicalMatrix); // clang-format on #else diff --git a/src/USER-PHONON/fix_phonon.h b/src/USER-PHONON/fix_phonon.h index 77a6e982ef..d9b67293e6 100644 --- a/src/USER-PHONON/fix_phonon.h +++ b/src/USER-PHONON/fix_phonon.h @@ -25,7 +25,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(phonon,FixPhonon) +FixStyle(phonon,FixPhonon); // clang-format on #else diff --git a/src/USER-PHONON/third_order.h b/src/USER-PHONON/third_order.h index 56b3c670a0..e5bd07e7ad 100644 --- a/src/USER-PHONON/third_order.h +++ b/src/USER-PHONON/third_order.h @@ -5,7 +5,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(third_order,ThirdOrder) +CommandStyle(third_order,ThirdOrder); // clang-format on #else diff --git a/src/USER-PLUMED/fix_plumed.h b/src/USER-PLUMED/fix_plumed.h index 68230c00fa..919fc4568f 100644 --- a/src/USER-PLUMED/fix_plumed.h +++ b/src/USER-PLUMED/fix_plumed.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(plumed,FixPlumed) +FixStyle(plumed,FixPlumed); // clang-format on #else diff --git a/src/USER-PTM/compute_ptm_atom.h b/src/USER-PTM/compute_ptm_atom.h index 443af88463..97da6bc88c 100644 --- a/src/USER-PTM/compute_ptm_atom.h +++ b/src/USER-PTM/compute_ptm_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(ptm/atom,ComputePTMAtom) +ComputeStyle(ptm/atom,ComputePTMAtom); // clang-format on #else diff --git a/src/USER-QMMM/fix_qmmm.h b/src/USER-QMMM/fix_qmmm.h index cc796a963b..ebf2756aca 100644 --- a/src/USER-QMMM/fix_qmmm.h +++ b/src/USER-QMMM/fix_qmmm.h @@ -14,7 +14,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qmmm,FixQMMM) +FixStyle(qmmm,FixQMMM); // clang-format on #else diff --git a/src/USER-QTB/fix_qbmsst.h b/src/USER-QTB/fix_qbmsst.h index 9e8ae5958f..ceda70bb0c 100644 --- a/src/USER-QTB/fix_qbmsst.h +++ b/src/USER-QTB/fix_qbmsst.h @@ -18,7 +18,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qbmsst,FixQBMSST) +FixStyle(qbmsst,FixQBMSST); // clang-format on #else diff --git a/src/USER-QTB/fix_qtb.h b/src/USER-QTB/fix_qtb.h index f5ac3c01c2..7ed3cca01c 100644 --- a/src/USER-QTB/fix_qtb.h +++ b/src/USER-QTB/fix_qtb.h @@ -18,7 +18,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qtb,FixQTB) +FixStyle(qtb,FixQTB); // clang-format on #else diff --git a/src/USER-QUIP/pair_quip.h b/src/USER-QUIP/pair_quip.h index 0657d3c97c..edc2e8336a 100644 --- a/src/USER-QUIP/pair_quip.h +++ b/src/USER-QUIP/pair_quip.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(quip,PairQUIP) +PairStyle(quip,PairQUIP); // clang-format on #else diff --git a/src/USER-REACTION/fix_bond_react.h b/src/USER-REACTION/fix_bond_react.h index 89e85c3b97..d73383acca 100644 --- a/src/USER-REACTION/fix_bond_react.h +++ b/src/USER-REACTION/fix_bond_react.h @@ -17,7 +17,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(bond/react,FixBondReact) +FixStyle(bond/react,FixBondReact); // clang-format on #else diff --git a/src/USER-REAXC/compute_spec_atom.h b/src/USER-REAXC/compute_spec_atom.h index 78de3a7582..cab2d9ac6c 100644 --- a/src/USER-REAXC/compute_spec_atom.h +++ b/src/USER-REAXC/compute_spec_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(SPEC/ATOM,ComputeSpecAtom) +ComputeStyle(SPEC/ATOM,ComputeSpecAtom); // clang-format on #else diff --git a/src/USER-REAXC/fix_qeq_reax.h b/src/USER-REAXC/fix_qeq_reax.h index fed1fc3be1..7fb7783cb3 100644 --- a/src/USER-REAXC/fix_qeq_reax.h +++ b/src/USER-REAXC/fix_qeq_reax.h @@ -23,7 +23,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(qeq/reax,FixQEqReax) +FixStyle(qeq/reax,FixQEqReax); // clang-format on #else diff --git a/src/USER-REAXC/fix_reaxc.h b/src/USER-REAXC/fix_reaxc.h index 5e324a1add..d9caa65f47 100644 --- a/src/USER-REAXC/fix_reaxc.h +++ b/src/USER-REAXC/fix_reaxc.h @@ -23,7 +23,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(REAXC,FixReaxC) +FixStyle(REAXC,FixReaxC); // clang-format on #else diff --git a/src/USER-REAXC/fix_reaxc_bonds.h b/src/USER-REAXC/fix_reaxc_bonds.h index bbfe714d0c..f3fedad1f0 100644 --- a/src/USER-REAXC/fix_reaxc_bonds.h +++ b/src/USER-REAXC/fix_reaxc_bonds.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(reax/c/bonds,FixReaxCBonds) +FixStyle(reax/c/bonds,FixReaxCBonds); // clang-format on #else diff --git a/src/USER-REAXC/fix_reaxc_species.h b/src/USER-REAXC/fix_reaxc_species.h index 8fb2343e39..6436257410 100644 --- a/src/USER-REAXC/fix_reaxc_species.h +++ b/src/USER-REAXC/fix_reaxc_species.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(reax/c/species,FixReaxCSpecies) +FixStyle(reax/c/species,FixReaxCSpecies); // clang-format on #else diff --git a/src/USER-REAXC/pair_reaxc.h b/src/USER-REAXC/pair_reaxc.h index 5e15876ce1..863f9a6d19 100644 --- a/src/USER-REAXC/pair_reaxc.h +++ b/src/USER-REAXC/pair_reaxc.h @@ -23,7 +23,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(reax/c,PairReaxC) +PairStyle(reax/c,PairReaxC); // clang-format on #else diff --git a/src/USER-SCAFACOS/scafacos.h b/src/USER-SCAFACOS/scafacos.h index e52159e9e6..65f4b023e5 100644 --- a/src/USER-SCAFACOS/scafacos.h +++ b/src/USER-SCAFACOS/scafacos.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(scafacos,Scafacos) +KSpaceStyle(scafacos,Scafacos); // clang-format on #else diff --git a/src/USER-SDPD/fix_meso_move.h b/src/USER-SDPD/fix_meso_move.h index 4a39e75982..9a41fdd76e 100644 --- a/src/USER-SDPD/fix_meso_move.h +++ b/src/USER-SDPD/fix_meso_move.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(meso/move,FixMesoMove) +FixStyle(meso/move,FixMesoMove); // clang-format on #else diff --git a/src/USER-SDPD/fix_rigid_meso.h b/src/USER-SDPD/fix_rigid_meso.h index af86d579e0..cbf83bee6f 100644 --- a/src/USER-SDPD/fix_rigid_meso.h +++ b/src/USER-SDPD/fix_rigid_meso.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(rigid/meso,FixRigidMeso) +FixStyle(rigid/meso,FixRigidMeso); // clang-format on #else diff --git a/src/USER-SDPD/pair_sdpd_taitwater_isothermal.h b/src/USER-SDPD/pair_sdpd_taitwater_isothermal.h index 16da1661f6..4f8316c69e 100644 --- a/src/USER-SDPD/pair_sdpd_taitwater_isothermal.h +++ b/src/USER-SDPD/pair_sdpd_taitwater_isothermal.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sdpd/taitwater/isothermal,PairSDPDTaitwaterIsothermal) +PairStyle(sdpd/taitwater/isothermal,PairSDPDTaitwaterIsothermal); // clang-format on #else diff --git a/src/USER-SMD/atom_vec_smd.h b/src/USER-SMD/atom_vec_smd.h index cae7d12648..c0aec79a70 100644 --- a/src/USER-SMD/atom_vec_smd.h +++ b/src/USER-SMD/atom_vec_smd.h @@ -24,7 +24,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(smd,AtomVecSMD) +AtomStyle(smd,AtomVecSMD); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_contact_radius.h b/src/USER-SMD/compute_smd_contact_radius.h index 3479d9a35d..e591eee7bd 100644 --- a/src/USER-SMD/compute_smd_contact_radius.h +++ b/src/USER-SMD/compute_smd_contact_radius.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/contact/radius,ComputeSMDContactRadius) +ComputeStyle(smd/contact/radius,ComputeSMDContactRadius); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_damage.h b/src/USER-SMD/compute_smd_damage.h index 4953f82595..b193f81c3f 100644 --- a/src/USER-SMD/compute_smd_damage.h +++ b/src/USER-SMD/compute_smd_damage.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/damage,ComputeSMDDamage) +ComputeStyle(smd/damage,ComputeSMDDamage); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_hourglass_error.h b/src/USER-SMD/compute_smd_hourglass_error.h index 66aed348ba..95a0d0a986 100644 --- a/src/USER-SMD/compute_smd_hourglass_error.h +++ b/src/USER-SMD/compute_smd_hourglass_error.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/hourglass/error,ComputeSMDHourglassError) +ComputeStyle(smd/hourglass/error,ComputeSMDHourglassError); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_internal_energy.h b/src/USER-SMD/compute_smd_internal_energy.h index 219843edd0..904e105749 100644 --- a/src/USER-SMD/compute_smd_internal_energy.h +++ b/src/USER-SMD/compute_smd_internal_energy.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/internal/energy,ComputeSMDInternalEnergy) +ComputeStyle(smd/internal/energy,ComputeSMDInternalEnergy); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_plastic_strain.h b/src/USER-SMD/compute_smd_plastic_strain.h index 9420e38c52..b7b90ac060 100644 --- a/src/USER-SMD/compute_smd_plastic_strain.h +++ b/src/USER-SMD/compute_smd_plastic_strain.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/plastic/strain,ComputeSMDPlasticStrain) +ComputeStyle(smd/plastic/strain,ComputeSMDPlasticStrain); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_plastic_strain_rate.h b/src/USER-SMD/compute_smd_plastic_strain_rate.h index ae8528f9ef..3c9ae2de05 100644 --- a/src/USER-SMD/compute_smd_plastic_strain_rate.h +++ b/src/USER-SMD/compute_smd_plastic_strain_rate.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/plastic/strain/rate,ComputeSMDPlasticStrainRate) +ComputeStyle(smd/plastic/strain/rate,ComputeSMDPlasticStrainRate); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_rho.h b/src/USER-SMD/compute_smd_rho.h index 1b63d6fd7f..7fd7bcec81 100644 --- a/src/USER-SMD/compute_smd_rho.h +++ b/src/USER-SMD/compute_smd_rho.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/rho,ComputeSMDRho) +ComputeStyle(smd/rho,ComputeSMDRho); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_tlsph_defgrad.h b/src/USER-SMD/compute_smd_tlsph_defgrad.h index d91f904daf..ab0064fd88 100644 --- a/src/USER-SMD/compute_smd_tlsph_defgrad.h +++ b/src/USER-SMD/compute_smd_tlsph_defgrad.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/tlsph/defgrad,ComputeSMDTLSPHDefgrad) +ComputeStyle(smd/tlsph/defgrad,ComputeSMDTLSPHDefgrad); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_tlsph_dt.h b/src/USER-SMD/compute_smd_tlsph_dt.h index fa7ec3c9af..7316317ee3 100644 --- a/src/USER-SMD/compute_smd_tlsph_dt.h +++ b/src/USER-SMD/compute_smd_tlsph_dt.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/tlsph/dt,ComputeSMDTlsphDt) +ComputeStyle(smd/tlsph/dt,ComputeSMDTlsphDt); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_tlsph_num_neighs.h b/src/USER-SMD/compute_smd_tlsph_num_neighs.h index b35d05e594..c86ff2ab20 100644 --- a/src/USER-SMD/compute_smd_tlsph_num_neighs.h +++ b/src/USER-SMD/compute_smd_tlsph_num_neighs.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/tlsph/num/neighs,ComputeSMDTLSPHNumNeighs) +ComputeStyle(smd/tlsph/num/neighs,ComputeSMDTLSPHNumNeighs); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_tlsph_shape.h b/src/USER-SMD/compute_smd_tlsph_shape.h index 99410025b7..2ddaf5818d 100644 --- a/src/USER-SMD/compute_smd_tlsph_shape.h +++ b/src/USER-SMD/compute_smd_tlsph_shape.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/tlsph/shape,ComputeSmdTlsphShape) +ComputeStyle(smd/tlsph/shape,ComputeSmdTlsphShape); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_tlsph_strain.h b/src/USER-SMD/compute_smd_tlsph_strain.h index e604af1bda..50d0041384 100644 --- a/src/USER-SMD/compute_smd_tlsph_strain.h +++ b/src/USER-SMD/compute_smd_tlsph_strain.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/tlsph/strain,ComputeSMDTLSPHstrain) +ComputeStyle(smd/tlsph/strain,ComputeSMDTLSPHstrain); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_tlsph_strain_rate.h b/src/USER-SMD/compute_smd_tlsph_strain_rate.h index ec77480448..b5edc18fb2 100644 --- a/src/USER-SMD/compute_smd_tlsph_strain_rate.h +++ b/src/USER-SMD/compute_smd_tlsph_strain_rate.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/tlsph/strain/rate,ComputeSMDTLSPHStrainRate) +ComputeStyle(smd/tlsph/strain/rate,ComputeSMDTLSPHStrainRate); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_tlsph_stress.h b/src/USER-SMD/compute_smd_tlsph_stress.h index ce55583d82..dac6384145 100644 --- a/src/USER-SMD/compute_smd_tlsph_stress.h +++ b/src/USER-SMD/compute_smd_tlsph_stress.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/tlsph/stress,ComputeSMDTLSPHStress) +ComputeStyle(smd/tlsph/stress,ComputeSMDTLSPHStress); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_triangle_vertices.h b/src/USER-SMD/compute_smd_triangle_vertices.h index b8a2a1f309..5d296621b2 100644 --- a/src/USER-SMD/compute_smd_triangle_vertices.h +++ b/src/USER-SMD/compute_smd_triangle_vertices.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/triangle/vertices,ComputeSMDTriangleVertices) +ComputeStyle(smd/triangle/vertices,ComputeSMDTriangleVertices); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_ulsph_effm.h b/src/USER-SMD/compute_smd_ulsph_effm.h index 50c8b1fc10..9d46ebee3b 100644 --- a/src/USER-SMD/compute_smd_ulsph_effm.h +++ b/src/USER-SMD/compute_smd_ulsph_effm.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/ulsph/effm,ComputeSMD_Ulsph_Effm) +ComputeStyle(smd/ulsph/effm,ComputeSMD_Ulsph_Effm); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_ulsph_num_neighs.h b/src/USER-SMD/compute_smd_ulsph_num_neighs.h index ec33daa006..7ca7096c25 100644 --- a/src/USER-SMD/compute_smd_ulsph_num_neighs.h +++ b/src/USER-SMD/compute_smd_ulsph_num_neighs.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/ulsph/num/neighs,ComputeSMDULSPHNumNeighs) +ComputeStyle(smd/ulsph/num/neighs,ComputeSMDULSPHNumNeighs); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_ulsph_strain.h b/src/USER-SMD/compute_smd_ulsph_strain.h index 8624b4bf6b..f047918bd0 100644 --- a/src/USER-SMD/compute_smd_ulsph_strain.h +++ b/src/USER-SMD/compute_smd_ulsph_strain.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/ulsph/strain,ComputeSMDULSPHstrain) +ComputeStyle(smd/ulsph/strain,ComputeSMDULSPHstrain); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_ulsph_strain_rate.h b/src/USER-SMD/compute_smd_ulsph_strain_rate.h index b2d85e0bfc..16bc888288 100644 --- a/src/USER-SMD/compute_smd_ulsph_strain_rate.h +++ b/src/USER-SMD/compute_smd_ulsph_strain_rate.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/ulsph/strain/rate,ComputeSMDULSPHStrainRate) +ComputeStyle(smd/ulsph/strain/rate,ComputeSMDULSPHStrainRate); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_ulsph_stress.h b/src/USER-SMD/compute_smd_ulsph_stress.h index 9bb78b5b05..0e923a853d 100644 --- a/src/USER-SMD/compute_smd_ulsph_stress.h +++ b/src/USER-SMD/compute_smd_ulsph_stress.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/ulsph/stress,ComputeSMDULSPHStress) +ComputeStyle(smd/ulsph/stress,ComputeSMDULSPHStress); // clang-format on #else diff --git a/src/USER-SMD/compute_smd_vol.h b/src/USER-SMD/compute_smd_vol.h index 82daeb7418..ed3979915d 100644 --- a/src/USER-SMD/compute_smd_vol.h +++ b/src/USER-SMD/compute_smd_vol.h @@ -25,7 +25,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(smd/vol,ComputeSMDVol) +ComputeStyle(smd/vol,ComputeSMDVol); // clang-format on #else diff --git a/src/USER-SMD/fix_smd_adjust_dt.h b/src/USER-SMD/fix_smd_adjust_dt.h index f8f572f88a..b27e89d114 100644 --- a/src/USER-SMD/fix_smd_adjust_dt.h +++ b/src/USER-SMD/fix_smd_adjust_dt.h @@ -24,7 +24,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(smd/adjust_dt,FixSMDTlsphDtReset) +FixStyle(smd/adjust_dt,FixSMDTlsphDtReset); // clang-format on #else diff --git a/src/USER-SMD/fix_smd_integrate_tlsph.h b/src/USER-SMD/fix_smd_integrate_tlsph.h index 9c62cec150..594b2b1f83 100644 --- a/src/USER-SMD/fix_smd_integrate_tlsph.h +++ b/src/USER-SMD/fix_smd_integrate_tlsph.h @@ -25,7 +25,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(smd/integrate_tlsph,FixSMDIntegrateTlsph) +FixStyle(smd/integrate_tlsph,FixSMDIntegrateTlsph); // clang-format on #else diff --git a/src/USER-SMD/fix_smd_integrate_ulsph.h b/src/USER-SMD/fix_smd_integrate_ulsph.h index 2297d6c78c..29e3f849e2 100644 --- a/src/USER-SMD/fix_smd_integrate_ulsph.h +++ b/src/USER-SMD/fix_smd_integrate_ulsph.h @@ -25,7 +25,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(smd/integrate_ulsph,FixSMDIntegrateUlsph) +FixStyle(smd/integrate_ulsph,FixSMDIntegrateUlsph); // clang-format on #else diff --git a/src/USER-SMD/fix_smd_move_triangulated_surface.h b/src/USER-SMD/fix_smd_move_triangulated_surface.h index 8d64f83396..d0a20c914c 100644 --- a/src/USER-SMD/fix_smd_move_triangulated_surface.h +++ b/src/USER-SMD/fix_smd_move_triangulated_surface.h @@ -24,7 +24,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(smd/move_tri_surf,FixSMDMoveTriSurf) +FixStyle(smd/move_tri_surf,FixSMDMoveTriSurf); // clang-format on #else diff --git a/src/USER-SMD/fix_smd_setvel.h b/src/USER-SMD/fix_smd_setvel.h index 20014a070e..fa82452060 100644 --- a/src/USER-SMD/fix_smd_setvel.h +++ b/src/USER-SMD/fix_smd_setvel.h @@ -24,7 +24,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(smd/setvel,FixSMDSetVel) +FixStyle(smd/setvel,FixSMDSetVel); // clang-format on #else diff --git a/src/USER-SMD/fix_smd_tlsph_reference_configuration.h b/src/USER-SMD/fix_smd_tlsph_reference_configuration.h index 1010329032..64e573a7ba 100644 --- a/src/USER-SMD/fix_smd_tlsph_reference_configuration.h +++ b/src/USER-SMD/fix_smd_tlsph_reference_configuration.h @@ -27,7 +27,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(SMD_TLSPH_NEIGHBORS,FixSMD_TLSPH_ReferenceConfiguration) +FixStyle(SMD_TLSPH_NEIGHBORS,FixSMD_TLSPH_ReferenceConfiguration); // clang-format on #else diff --git a/src/USER-SMD/fix_smd_wall_surface.h b/src/USER-SMD/fix_smd_wall_surface.h index e2af3a68e0..f29d743d26 100644 --- a/src/USER-SMD/fix_smd_wall_surface.h +++ b/src/USER-SMD/fix_smd_wall_surface.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(smd/wall_surface,FixSMDWallSurface) +FixStyle(smd/wall_surface,FixSMDWallSurface); // clang-format on #else diff --git a/src/USER-SMD/pair_smd_hertz.h b/src/USER-SMD/pair_smd_hertz.h index 924cf12237..fbe634d143 100644 --- a/src/USER-SMD/pair_smd_hertz.h +++ b/src/USER-SMD/pair_smd_hertz.h @@ -25,7 +25,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(smd/hertz,PairHertz) +PairStyle(smd/hertz,PairHertz); // clang-format on #else diff --git a/src/USER-SMD/pair_smd_tlsph.h b/src/USER-SMD/pair_smd_tlsph.h index e5fafa1607..2c191db74b 100644 --- a/src/USER-SMD/pair_smd_tlsph.h +++ b/src/USER-SMD/pair_smd_tlsph.h @@ -24,7 +24,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(smd/tlsph,PairTlsph) +PairStyle(smd/tlsph,PairTlsph); // clang-format on #else diff --git a/src/USER-SMD/pair_smd_triangulated_surface.h b/src/USER-SMD/pair_smd_triangulated_surface.h index 587f33374b..fb2f4e1c35 100644 --- a/src/USER-SMD/pair_smd_triangulated_surface.h +++ b/src/USER-SMD/pair_smd_triangulated_surface.h @@ -25,7 +25,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(smd/tri_surface,PairTriSurf) +PairStyle(smd/tri_surface,PairTriSurf); // clang-format on #else diff --git a/src/USER-SMD/pair_smd_ulsph.h b/src/USER-SMD/pair_smd_ulsph.h index 179f81b3e6..9d8e2b7d71 100644 --- a/src/USER-SMD/pair_smd_ulsph.h +++ b/src/USER-SMD/pair_smd_ulsph.h @@ -24,7 +24,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(smd/ulsph,PairULSPH) +PairStyle(smd/ulsph,PairULSPH); // clang-format on #else diff --git a/src/USER-SMTBQ/pair_smtbq.h b/src/USER-SMTBQ/pair_smtbq.h index 94cb43fd94..5ec9e80a95 100644 --- a/src/USER-SMTBQ/pair_smtbq.h +++ b/src/USER-SMTBQ/pair_smtbq.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(smtbq,PairSMTBQ) +PairStyle(smtbq,PairSMTBQ); // clang-format on #else diff --git a/src/USER-SPH/atom_vec_sph.h b/src/USER-SPH/atom_vec_sph.h index ece38d6809..503b5f9f47 100644 --- a/src/USER-SPH/atom_vec_sph.h +++ b/src/USER-SPH/atom_vec_sph.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(sph,AtomVecSPH) +AtomStyle(sph,AtomVecSPH); // clang-format on #else diff --git a/src/USER-SPH/compute_sph_e_atom.h b/src/USER-SPH/compute_sph_e_atom.h index 5d6337bca0..f4b090726d 100644 --- a/src/USER-SPH/compute_sph_e_atom.h +++ b/src/USER-SPH/compute_sph_e_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(sph/e/atom,ComputeSPHEAtom) +ComputeStyle(sph/e/atom,ComputeSPHEAtom); // clang-format on #else diff --git a/src/USER-SPH/compute_sph_rho_atom.h b/src/USER-SPH/compute_sph_rho_atom.h index eae3094627..f94bc2d240 100644 --- a/src/USER-SPH/compute_sph_rho_atom.h +++ b/src/USER-SPH/compute_sph_rho_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(sph/rho/atom,ComputeSPHRhoAtom) +ComputeStyle(sph/rho/atom,ComputeSPHRhoAtom); // clang-format on #else diff --git a/src/USER-SPH/compute_sph_t_atom.h b/src/USER-SPH/compute_sph_t_atom.h index 2d77a1ffb3..e0f0030d38 100644 --- a/src/USER-SPH/compute_sph_t_atom.h +++ b/src/USER-SPH/compute_sph_t_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(sph/t/atom,ComputeSPHTAtom) +ComputeStyle(sph/t/atom,ComputeSPHTAtom); // clang-format on #else diff --git a/src/USER-SPH/fix_sph.h b/src/USER-SPH/fix_sph.h index b3478f8711..9f160258aa 100644 --- a/src/USER-SPH/fix_sph.h +++ b/src/USER-SPH/fix_sph.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(sph,FixSPH) +FixStyle(sph,FixSPH); // clang-format on #else diff --git a/src/USER-SPH/fix_sph_stationary.h b/src/USER-SPH/fix_sph_stationary.h index fc0ec7596d..6ecc0323c1 100644 --- a/src/USER-SPH/fix_sph_stationary.h +++ b/src/USER-SPH/fix_sph_stationary.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(sph/stationary,FixSPHStationary) +FixStyle(sph/stationary,FixSPHStationary); // clang-format on #else diff --git a/src/USER-SPH/pair_sph_heatconduction.h b/src/USER-SPH/pair_sph_heatconduction.h index 3d1cf28f71..8ce641a949 100644 --- a/src/USER-SPH/pair_sph_heatconduction.h +++ b/src/USER-SPH/pair_sph_heatconduction.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sph/heatconduction,PairSPHHeatConduction) +PairStyle(sph/heatconduction,PairSPHHeatConduction); // clang-format on #else diff --git a/src/USER-SPH/pair_sph_idealgas.h b/src/USER-SPH/pair_sph_idealgas.h index 96f7cb809c..335f2e03b5 100644 --- a/src/USER-SPH/pair_sph_idealgas.h +++ b/src/USER-SPH/pair_sph_idealgas.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sph/idealgas,PairSPHIdealGas) +PairStyle(sph/idealgas,PairSPHIdealGas); // clang-format on #else diff --git a/src/USER-SPH/pair_sph_lj.h b/src/USER-SPH/pair_sph_lj.h index 4da35efb28..aba0bf732f 100644 --- a/src/USER-SPH/pair_sph_lj.h +++ b/src/USER-SPH/pair_sph_lj.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sph/lj,PairSPHLJ) +PairStyle(sph/lj,PairSPHLJ); // clang-format on #else diff --git a/src/USER-SPH/pair_sph_rhosum.h b/src/USER-SPH/pair_sph_rhosum.h index e50f881585..640e0e905e 100644 --- a/src/USER-SPH/pair_sph_rhosum.h +++ b/src/USER-SPH/pair_sph_rhosum.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sph/rhosum,PairSPHRhoSum) +PairStyle(sph/rhosum,PairSPHRhoSum); // clang-format on #else diff --git a/src/USER-SPH/pair_sph_taitwater.h b/src/USER-SPH/pair_sph_taitwater.h index 6e94f73d89..bf59c18bdb 100644 --- a/src/USER-SPH/pair_sph_taitwater.h +++ b/src/USER-SPH/pair_sph_taitwater.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sph/taitwater,PairSPHTaitwater) +PairStyle(sph/taitwater,PairSPHTaitwater); // clang-format on #else diff --git a/src/USER-SPH/pair_sph_taitwater_morris.h b/src/USER-SPH/pair_sph_taitwater_morris.h index 6f0bb31055..e04a96a6ea 100644 --- a/src/USER-SPH/pair_sph_taitwater_morris.h +++ b/src/USER-SPH/pair_sph_taitwater_morris.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(sph/taitwater/morris,PairSPHTaitwaterMorris) +PairStyle(sph/taitwater/morris,PairSPHTaitwaterMorris); // clang-format on #else diff --git a/src/USER-TALLY/compute_force_tally.h b/src/USER-TALLY/compute_force_tally.h index 32e80f7358..f112e23dd9 100644 --- a/src/USER-TALLY/compute_force_tally.h +++ b/src/USER-TALLY/compute_force_tally.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(force/tally,ComputeForceTally) +ComputeStyle(force/tally,ComputeForceTally); // clang-format on #else diff --git a/src/USER-TALLY/compute_heat_flux_tally.h b/src/USER-TALLY/compute_heat_flux_tally.h index 9cf21b45b3..09d5cdeb1d 100644 --- a/src/USER-TALLY/compute_heat_flux_tally.h +++ b/src/USER-TALLY/compute_heat_flux_tally.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(heat/flux/tally,ComputeHeatFluxTally) +ComputeStyle(heat/flux/tally,ComputeHeatFluxTally); // clang-format on #else diff --git a/src/USER-TALLY/compute_pe_mol_tally.h b/src/USER-TALLY/compute_pe_mol_tally.h index a64de0e2b5..d53f70b94f 100644 --- a/src/USER-TALLY/compute_pe_mol_tally.h +++ b/src/USER-TALLY/compute_pe_mol_tally.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pe/mol/tally,ComputePEMolTally) +ComputeStyle(pe/mol/tally,ComputePEMolTally); // clang-format on #else diff --git a/src/USER-TALLY/compute_pe_tally.h b/src/USER-TALLY/compute_pe_tally.h index e6246d73a7..05ca46c1f9 100644 --- a/src/USER-TALLY/compute_pe_tally.h +++ b/src/USER-TALLY/compute_pe_tally.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pe/tally,ComputePETally) +ComputeStyle(pe/tally,ComputePETally); // clang-format on #else diff --git a/src/USER-TALLY/compute_stress_tally.h b/src/USER-TALLY/compute_stress_tally.h index a29954bb03..e73a1a05e2 100644 --- a/src/USER-TALLY/compute_stress_tally.h +++ b/src/USER-TALLY/compute_stress_tally.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(stress/tally,ComputeStressTally) +ComputeStyle(stress/tally,ComputeStressTally); // clang-format on #else diff --git a/src/USER-UEF/compute_pressure_uef.h b/src/USER-UEF/compute_pressure_uef.h index e3de684dc4..b52217ee4f 100644 --- a/src/USER-UEF/compute_pressure_uef.h +++ b/src/USER-UEF/compute_pressure_uef.h @@ -15,7 +15,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pressure/uef,ComputePressureUef) +ComputeStyle(pressure/uef,ComputePressureUef); // clang-format on #else diff --git a/src/USER-UEF/compute_temp_uef.h b/src/USER-UEF/compute_temp_uef.h index 515e6a0fc5..cb6b40d9a2 100644 --- a/src/USER-UEF/compute_temp_uef.h +++ b/src/USER-UEF/compute_temp_uef.h @@ -15,7 +15,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/uef,ComputeTempUef) +ComputeStyle(temp/uef,ComputeTempUef); // clang-format on #else diff --git a/src/USER-UEF/dump_cfg_uef.h b/src/USER-UEF/dump_cfg_uef.h index dd68670f14..1e9e5762a0 100644 --- a/src/USER-UEF/dump_cfg_uef.h +++ b/src/USER-UEF/dump_cfg_uef.h @@ -15,7 +15,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(cfg/uef,DumpCFGUef) +DumpStyle(cfg/uef,DumpCFGUef); // clang-format on #else diff --git a/src/USER-UEF/fix_npt_uef.h b/src/USER-UEF/fix_npt_uef.h index c1d08a65c2..675e3fccde 100644 --- a/src/USER-UEF/fix_npt_uef.h +++ b/src/USER-UEF/fix_npt_uef.h @@ -15,7 +15,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/uef,FixNPTUef) +FixStyle(npt/uef,FixNPTUef); // clang-format on #else diff --git a/src/USER-UEF/fix_nvt_uef.h b/src/USER-UEF/fix_nvt_uef.h index e77e30da0f..d373fd6040 100644 --- a/src/USER-UEF/fix_nvt_uef.h +++ b/src/USER-UEF/fix_nvt_uef.h @@ -15,7 +15,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/uef,FixNVTUef) +FixStyle(nvt/uef,FixNVTUef); // clang-format on #else diff --git a/src/USER-VTK/dump_vtk.h b/src/USER-VTK/dump_vtk.h index 995a893464..21fc6f1c3d 100644 --- a/src/USER-VTK/dump_vtk.h +++ b/src/USER-VTK/dump_vtk.h @@ -17,7 +17,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(vtk,DumpVTK) +DumpStyle(vtk,DumpVTK); // clang-format on #else diff --git a/src/USER-YAFF/angle_cross.h b/src/USER-YAFF/angle_cross.h index d42f5dbec7..e8ac17f75e 100644 --- a/src/USER-YAFF/angle_cross.h +++ b/src/USER-YAFF/angle_cross.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(cross,AngleCross) +AngleStyle(cross,AngleCross); // clang-format on #else diff --git a/src/USER-YAFF/angle_mm3.h b/src/USER-YAFF/angle_mm3.h index 39ac761a47..ce83ed43ae 100644 --- a/src/USER-YAFF/angle_mm3.h +++ b/src/USER-YAFF/angle_mm3.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(mm3,AngleMM3) +AngleStyle(mm3,AngleMM3); // clang-format on #else diff --git a/src/USER-YAFF/bond_mm3.h b/src/USER-YAFF/bond_mm3.h index da6000af0c..52b63f93bc 100644 --- a/src/USER-YAFF/bond_mm3.h +++ b/src/USER-YAFF/bond_mm3.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(mm3,BondMM3) +BondStyle(mm3,BondMM3); // clang-format on #else diff --git a/src/USER-YAFF/improper_distharm.h b/src/USER-YAFF/improper_distharm.h index 5f2fb1aaa3..85597f6878 100644 --- a/src/USER-YAFF/improper_distharm.h +++ b/src/USER-YAFF/improper_distharm.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(distharm,ImproperDistHarm) +ImproperStyle(distharm,ImproperDistHarm); // clang-format on #else diff --git a/src/USER-YAFF/improper_sqdistharm.h b/src/USER-YAFF/improper_sqdistharm.h index 51db70cec3..20ee793425 100644 --- a/src/USER-YAFF/improper_sqdistharm.h +++ b/src/USER-YAFF/improper_sqdistharm.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(sqdistharm,ImproperSQDistHarm) +ImproperStyle(sqdistharm,ImproperSQDistHarm); // clang-format on #else diff --git a/src/USER-YAFF/pair_lj_switch3_coulgauss_long.h b/src/USER-YAFF/pair_lj_switch3_coulgauss_long.h index 7fc60f385a..7b7568ff33 100644 --- a/src/USER-YAFF/pair_lj_switch3_coulgauss_long.h +++ b/src/USER-YAFF/pair_lj_switch3_coulgauss_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/switch3/coulgauss/long,PairLJSwitch3CoulGaussLong) +PairStyle(lj/switch3/coulgauss/long,PairLJSwitch3CoulGaussLong); // clang-format on #else diff --git a/src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h b/src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h index a4c97246f8..e247460944 100644 --- a/src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h +++ b/src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(mm3/switch3/coulgauss/long,PairMM3Switch3CoulGaussLong) +PairStyle(mm3/switch3/coulgauss/long,PairMM3Switch3CoulGaussLong); // clang-format on #else diff --git a/src/VORONOI/compute_voronoi_atom.h b/src/VORONOI/compute_voronoi_atom.h index 6f32b1a81d..3665f3c6f9 100644 --- a/src/VORONOI/compute_voronoi_atom.h +++ b/src/VORONOI/compute_voronoi_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(voronoi/atom,ComputeVoronoi) +ComputeStyle(voronoi/atom,ComputeVoronoi); // clang-format on #else diff --git a/src/angle_deprecated.h b/src/angle_deprecated.h index d4abd0f43a..a742bcd99d 100644 --- a/src/angle_deprecated.h +++ b/src/angle_deprecated.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(DEPRECATED,AngleDeprecated) +AngleStyle(DEPRECATED,AngleDeprecated); // clang-format on #else diff --git a/src/angle_hybrid.h b/src/angle_hybrid.h index 49e6ada1e6..a942353c2c 100644 --- a/src/angle_hybrid.h +++ b/src/angle_hybrid.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(hybrid,AngleHybrid) +AngleStyle(hybrid,AngleHybrid); // clang-format on #else diff --git a/src/angle_zero.h b/src/angle_zero.h index a07eef3a0c..ad51886d8b 100644 --- a/src/angle_zero.h +++ b/src/angle_zero.h @@ -13,7 +13,7 @@ #ifdef ANGLE_CLASS // clang-format off -AngleStyle(zero,AngleZero) +AngleStyle(zero,AngleZero); // clang-format on #else diff --git a/src/atom_vec_atomic.h b/src/atom_vec_atomic.h index e5f8d19a74..4ec0ff2c10 100644 --- a/src/atom_vec_atomic.h +++ b/src/atom_vec_atomic.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(atomic,AtomVecAtomic) +AtomStyle(atomic,AtomVecAtomic); // clang-format on #else diff --git a/src/atom_vec_body.cpp b/src/atom_vec_body.cpp index 533d7975c1..ad2f8b2ea6 100644 --- a/src/atom_vec_body.cpp +++ b/src/atom_vec_body.cpp @@ -104,16 +104,18 @@ void AtomVecBody::process_args(int narg, char **arg) if (narg < 1) error->all(FLERR,"Invalid atom_style body command"); - if (0) bptr = nullptr; + if (0) { + bptr = nullptr; #define BODY_CLASS #define BodyStyle(key,Class) \ - else if (strcmp(arg[0],#key) == 0) bptr = new Class(lmp,narg,arg); + } else if (strcmp(arg[0],#key) == 0) { \ + bptr = new Class(lmp,narg,arg); #include "style_body.h" #undef BodyStyle #undef BODY_CLASS - else error->all(FLERR,utils:: + } else error->all(FLERR,utils:: check_packages_for_style("body",arg[0],lmp).c_str()); bptr->avec = this; diff --git a/src/atom_vec_body.h b/src/atom_vec_body.h index c7e806487d..32af2838eb 100644 --- a/src/atom_vec_body.h +++ b/src/atom_vec_body.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(body,AtomVecBody) +AtomStyle(body,AtomVecBody); // clang-format on #else diff --git a/src/atom_vec_charge.h b/src/atom_vec_charge.h index c5c56a3c8c..4c5f2c2e81 100644 --- a/src/atom_vec_charge.h +++ b/src/atom_vec_charge.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(charge,AtomVecCharge) +AtomStyle(charge,AtomVecCharge); // clang-format on #else diff --git a/src/atom_vec_ellipsoid.h b/src/atom_vec_ellipsoid.h index 72a0fa5685..6b1636d7da 100644 --- a/src/atom_vec_ellipsoid.h +++ b/src/atom_vec_ellipsoid.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(ellipsoid,AtomVecEllipsoid) +AtomStyle(ellipsoid,AtomVecEllipsoid); // clang-format on #else diff --git a/src/atom_vec_hybrid.h b/src/atom_vec_hybrid.h index fce4efbd52..203219861a 100644 --- a/src/atom_vec_hybrid.h +++ b/src/atom_vec_hybrid.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(hybrid,AtomVecHybrid) +AtomStyle(hybrid,AtomVecHybrid); // clang-format on #else diff --git a/src/atom_vec_line.h b/src/atom_vec_line.h index 13c731bbb9..d07d16e4bb 100644 --- a/src/atom_vec_line.h +++ b/src/atom_vec_line.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(line,AtomVecLine) +AtomStyle(line,AtomVecLine); // clang-format on #else diff --git a/src/atom_vec_sphere.h b/src/atom_vec_sphere.h index a8f503b6ce..0fdf908f1c 100644 --- a/src/atom_vec_sphere.h +++ b/src/atom_vec_sphere.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(sphere,AtomVecSphere) +AtomStyle(sphere,AtomVecSphere); // clang-format on #else diff --git a/src/atom_vec_tri.h b/src/atom_vec_tri.h index aa741612e4..8f873fa412 100644 --- a/src/atom_vec_tri.h +++ b/src/atom_vec_tri.h @@ -13,7 +13,7 @@ #ifdef ATOM_CLASS // clang-format off -AtomStyle(tri,AtomVecTri) +AtomStyle(tri,AtomVecTri); // clang-format on #else diff --git a/src/balance.h b/src/balance.h index fb79a02152..56551f65fe 100644 --- a/src/balance.h +++ b/src/balance.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(balance,Balance) +CommandStyle(balance,Balance); // clang-format on #else diff --git a/src/bond_deprecated.h b/src/bond_deprecated.h index 738aed04cd..3595e51da8 100644 --- a/src/bond_deprecated.h +++ b/src/bond_deprecated.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(DEPRECATED,BondDeprecated) +BondStyle(DEPRECATED,BondDeprecated); // clang-format on #else diff --git a/src/bond_hybrid.h b/src/bond_hybrid.h index ca22a78372..81514850e2 100644 --- a/src/bond_hybrid.h +++ b/src/bond_hybrid.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(hybrid,BondHybrid) +BondStyle(hybrid,BondHybrid); // clang-format on #else diff --git a/src/bond_zero.h b/src/bond_zero.h index 99945a83cb..5480b011e0 100644 --- a/src/bond_zero.h +++ b/src/bond_zero.h @@ -13,7 +13,7 @@ #ifdef BOND_CLASS // clang-format off -BondStyle(zero,BondZero) +BondStyle(zero,BondZero); // clang-format on #else diff --git a/src/change_box.h b/src/change_box.h index 113e25e404..c98afede3a 100644 --- a/src/change_box.h +++ b/src/change_box.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(change_box,ChangeBox) +CommandStyle(change_box,ChangeBox); // clang-format on #else diff --git a/src/compute_adf.h b/src/compute_adf.h index 96964f3f71..f53c1f9fdf 100644 --- a/src/compute_adf.h +++ b/src/compute_adf.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(adf,ComputeADF) +ComputeStyle(adf,ComputeADF); // clang-format on #else diff --git a/src/compute_aggregate_atom.h b/src/compute_aggregate_atom.h index f9fc227471..898946f8e8 100644 --- a/src/compute_aggregate_atom.h +++ b/src/compute_aggregate_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(aggregate/atom,ComputeAggregateAtom) +ComputeStyle(aggregate/atom,ComputeAggregateAtom); // clang-format on #else diff --git a/src/compute_angle.h b/src/compute_angle.h index 781b272cdb..7102f44047 100644 --- a/src/compute_angle.h +++ b/src/compute_angle.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(angle,ComputeAngle) +ComputeStyle(angle,ComputeAngle); // clang-format on #else diff --git a/src/compute_angle_local.h b/src/compute_angle_local.h index 32b0cc96f8..80b6c8aa4d 100644 --- a/src/compute_angle_local.h +++ b/src/compute_angle_local.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(angle/local,ComputeAngleLocal) +ComputeStyle(angle/local,ComputeAngleLocal); // clang-format on #else diff --git a/src/compute_angmom_chunk.h b/src/compute_angmom_chunk.h index 331cc9ea99..6f931022f2 100644 --- a/src/compute_angmom_chunk.h +++ b/src/compute_angmom_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(angmom/chunk,ComputeAngmomChunk) +ComputeStyle(angmom/chunk,ComputeAngmomChunk); // clang-format on #else diff --git a/src/compute_bond.h b/src/compute_bond.h index 00ab7a0b82..c00cba651e 100644 --- a/src/compute_bond.h +++ b/src/compute_bond.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(bond,ComputeBond) +ComputeStyle(bond,ComputeBond); // clang-format on #else diff --git a/src/compute_bond_local.h b/src/compute_bond_local.h index 219d3fd0e4..0e7e6a15b0 100644 --- a/src/compute_bond_local.h +++ b/src/compute_bond_local.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(bond/local,ComputeBondLocal) +ComputeStyle(bond/local,ComputeBondLocal); // clang-format on #else diff --git a/src/compute_centro_atom.h b/src/compute_centro_atom.h index 9a536fecdb..bcbf3b26cd 100644 --- a/src/compute_centro_atom.h +++ b/src/compute_centro_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(centro/atom,ComputeCentroAtom) +ComputeStyle(centro/atom,ComputeCentroAtom); // clang-format on #else diff --git a/src/compute_centroid_stress_atom.h b/src/compute_centroid_stress_atom.h index 4a928b580e..18a3c2c303 100644 --- a/src/compute_centroid_stress_atom.h +++ b/src/compute_centroid_stress_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(centroid/stress/atom,ComputeCentroidStressAtom) +ComputeStyle(centroid/stress/atom,ComputeCentroidStressAtom); // clang-format on #else diff --git a/src/compute_chunk_atom.h b/src/compute_chunk_atom.h index 88b797427e..e6d2a3d34a 100644 --- a/src/compute_chunk_atom.h +++ b/src/compute_chunk_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(chunk/atom,ComputeChunkAtom) +ComputeStyle(chunk/atom,ComputeChunkAtom); // clang-format on #else diff --git a/src/compute_chunk_spread_atom.h b/src/compute_chunk_spread_atom.h index 4a685ae9f2..3c91a15da1 100644 --- a/src/compute_chunk_spread_atom.h +++ b/src/compute_chunk_spread_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(chunk/spread/atom,ComputeChunkSpreadAtom) +ComputeStyle(chunk/spread/atom,ComputeChunkSpreadAtom); // clang-format on #else diff --git a/src/compute_cluster_atom.h b/src/compute_cluster_atom.h index 1314abffc0..0125975e5a 100644 --- a/src/compute_cluster_atom.h +++ b/src/compute_cluster_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(cluster/atom,ComputeClusterAtom) +ComputeStyle(cluster/atom,ComputeClusterAtom); // clang-format on #else diff --git a/src/compute_cna_atom.h b/src/compute_cna_atom.h index cc4544da44..77ba8cca47 100644 --- a/src/compute_cna_atom.h +++ b/src/compute_cna_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(cna/atom,ComputeCNAAtom) +ComputeStyle(cna/atom,ComputeCNAAtom); // clang-format on #else diff --git a/src/compute_com.h b/src/compute_com.h index ddc4c4f037..de828b133c 100644 --- a/src/compute_com.h +++ b/src/compute_com.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(com,ComputeCOM) +ComputeStyle(com,ComputeCOM); // clang-format on #else diff --git a/src/compute_com_chunk.h b/src/compute_com_chunk.h index dd87203264..5de79b8aca 100644 --- a/src/compute_com_chunk.h +++ b/src/compute_com_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(com/chunk,ComputeCOMChunk) +ComputeStyle(com/chunk,ComputeCOMChunk); // clang-format on #else diff --git a/src/compute_contact_atom.h b/src/compute_contact_atom.h index 0ddae3d618..167b7dc479 100644 --- a/src/compute_contact_atom.h +++ b/src/compute_contact_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(contact/atom,ComputeContactAtom) +ComputeStyle(contact/atom,ComputeContactAtom); // clang-format on #else diff --git a/src/compute_coord_atom.h b/src/compute_coord_atom.h index 823ce2ba1e..0c30349694 100644 --- a/src/compute_coord_atom.h +++ b/src/compute_coord_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(coord/atom,ComputeCoordAtom) +ComputeStyle(coord/atom,ComputeCoordAtom); // clang-format on #else diff --git a/src/compute_deprecated.h b/src/compute_deprecated.h index 6a6a44558e..036a953262 100644 --- a/src/compute_deprecated.h +++ b/src/compute_deprecated.h @@ -15,7 +15,7 @@ // list all deprecated and removed compute styles here // clang-format off -ComputeStyle(DEPRECATED,ComputeDeprecated) +ComputeStyle(DEPRECATED,ComputeDeprecated); // clang-format on #else diff --git a/src/compute_dihedral.h b/src/compute_dihedral.h index 13f148a3bf..d400f3d989 100644 --- a/src/compute_dihedral.h +++ b/src/compute_dihedral.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(dihedral,ComputeDihedral) +ComputeStyle(dihedral,ComputeDihedral); // clang-format on #else diff --git a/src/compute_dihedral_local.h b/src/compute_dihedral_local.h index ca3d562c87..73eb7be280 100644 --- a/src/compute_dihedral_local.h +++ b/src/compute_dihedral_local.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(dihedral/local,ComputeDihedralLocal) +ComputeStyle(dihedral/local,ComputeDihedralLocal); // clang-format on #else diff --git a/src/compute_dipole_chunk.h b/src/compute_dipole_chunk.h index 7f29da6b84..261e0dc2c5 100644 --- a/src/compute_dipole_chunk.h +++ b/src/compute_dipole_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(dipole/chunk,ComputeDipoleChunk) +ComputeStyle(dipole/chunk,ComputeDipoleChunk); // clang-format on #else diff --git a/src/compute_displace_atom.h b/src/compute_displace_atom.h index 69e778919a..f635b153fd 100644 --- a/src/compute_displace_atom.h +++ b/src/compute_displace_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(displace/atom,ComputeDisplaceAtom) +ComputeStyle(displace/atom,ComputeDisplaceAtom); // clang-format on #else diff --git a/src/compute_erotate_sphere.h b/src/compute_erotate_sphere.h index f5baa9c679..f6f31daf62 100644 --- a/src/compute_erotate_sphere.h +++ b/src/compute_erotate_sphere.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(erotate/sphere,ComputeERotateSphere) +ComputeStyle(erotate/sphere,ComputeERotateSphere); // clang-format on #else diff --git a/src/compute_erotate_sphere_atom.h b/src/compute_erotate_sphere_atom.h index 2b707ae271..f9a2879832 100644 --- a/src/compute_erotate_sphere_atom.h +++ b/src/compute_erotate_sphere_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(erotate/sphere/atom,ComputeErotateSphereAtom) +ComputeStyle(erotate/sphere/atom,ComputeErotateSphereAtom); // clang-format on #else diff --git a/src/compute_fragment_atom.h b/src/compute_fragment_atom.h index 2ca6b15147..f1a1751c79 100644 --- a/src/compute_fragment_atom.h +++ b/src/compute_fragment_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(fragment/atom,ComputeFragmentAtom) +ComputeStyle(fragment/atom,ComputeFragmentAtom); // clang-format on #else diff --git a/src/compute_global_atom.h b/src/compute_global_atom.h index ed8a581d32..d6da23a693 100644 --- a/src/compute_global_atom.h +++ b/src/compute_global_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(global/atom,ComputeGlobalAtom) +ComputeStyle(global/atom,ComputeGlobalAtom); // clang-format on #else diff --git a/src/compute_group_group.h b/src/compute_group_group.h index 8cb9469a55..f54ff87eef 100644 --- a/src/compute_group_group.h +++ b/src/compute_group_group.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(group/group,ComputeGroupGroup) +ComputeStyle(group/group,ComputeGroupGroup); // clang-format on #else diff --git a/src/compute_gyration.h b/src/compute_gyration.h index b6adfa7900..248d365755 100644 --- a/src/compute_gyration.h +++ b/src/compute_gyration.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(gyration,ComputeGyration) +ComputeStyle(gyration,ComputeGyration); // clang-format on #else diff --git a/src/compute_gyration_chunk.h b/src/compute_gyration_chunk.h index 138cd7623b..7453642da1 100644 --- a/src/compute_gyration_chunk.h +++ b/src/compute_gyration_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(gyration/chunk,ComputeGyrationChunk) +ComputeStyle(gyration/chunk,ComputeGyrationChunk); // clang-format on #else diff --git a/src/compute_heat_flux.h b/src/compute_heat_flux.h index 6456b295c5..9c3dbfcf4e 100644 --- a/src/compute_heat_flux.h +++ b/src/compute_heat_flux.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(heat/flux,ComputeHeatFlux) +ComputeStyle(heat/flux,ComputeHeatFlux); // clang-format on #else diff --git a/src/compute_hexorder_atom.h b/src/compute_hexorder_atom.h index c6cddd9b35..2fac2b993f 100644 --- a/src/compute_hexorder_atom.h +++ b/src/compute_hexorder_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(hexorder/atom,ComputeHexOrderAtom) +ComputeStyle(hexorder/atom,ComputeHexOrderAtom); // clang-format on #else diff --git a/src/compute_improper.h b/src/compute_improper.h index e87beb5894..dae7ca5ff1 100644 --- a/src/compute_improper.h +++ b/src/compute_improper.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(improper,ComputeImproper) +ComputeStyle(improper,ComputeImproper); // clang-format on #else diff --git a/src/compute_improper_local.h b/src/compute_improper_local.h index c644dca965..d5fdd2d378 100644 --- a/src/compute_improper_local.h +++ b/src/compute_improper_local.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(improper/local,ComputeImproperLocal) +ComputeStyle(improper/local,ComputeImproperLocal); // clang-format on #else diff --git a/src/compute_inertia_chunk.h b/src/compute_inertia_chunk.h index a930bd3161..c0e0022141 100644 --- a/src/compute_inertia_chunk.h +++ b/src/compute_inertia_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(inertia/chunk,ComputeInertiaChunk) +ComputeStyle(inertia/chunk,ComputeInertiaChunk); // clang-format on #else diff --git a/src/compute_ke.h b/src/compute_ke.h index f6a53417e0..8576883724 100644 --- a/src/compute_ke.h +++ b/src/compute_ke.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(ke,ComputeKE) +ComputeStyle(ke,ComputeKE); // clang-format on #else diff --git a/src/compute_ke_atom.h b/src/compute_ke_atom.h index 8d23408faa..b5b8431e81 100644 --- a/src/compute_ke_atom.h +++ b/src/compute_ke_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(ke/atom,ComputeKEAtom) +ComputeStyle(ke/atom,ComputeKEAtom); // clang-format on #else diff --git a/src/compute_msd.h b/src/compute_msd.h index b1eda5bbd4..1bf3655c6a 100644 --- a/src/compute_msd.h +++ b/src/compute_msd.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(msd,ComputeMSD) +ComputeStyle(msd,ComputeMSD); // clang-format on #else diff --git a/src/compute_msd_chunk.h b/src/compute_msd_chunk.h index b5e3fd929c..9eeeb8f0b9 100644 --- a/src/compute_msd_chunk.h +++ b/src/compute_msd_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(msd/chunk,ComputeMSDChunk) +ComputeStyle(msd/chunk,ComputeMSDChunk); // clang-format on #else diff --git a/src/compute_omega_chunk.h b/src/compute_omega_chunk.h index 18d6d784c7..72adb732c6 100644 --- a/src/compute_omega_chunk.h +++ b/src/compute_omega_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(omega/chunk,ComputeOmegaChunk) +ComputeStyle(omega/chunk,ComputeOmegaChunk); // clang-format on #else diff --git a/src/compute_orientorder_atom.h b/src/compute_orientorder_atom.h index dd7e264394..e8d7c86f63 100644 --- a/src/compute_orientorder_atom.h +++ b/src/compute_orientorder_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(orientorder/atom,ComputeOrientOrderAtom) +ComputeStyle(orientorder/atom,ComputeOrientOrderAtom); // clang-format on #else diff --git a/src/compute_pair.h b/src/compute_pair.h index 214d0e7d07..ea385eb99c 100644 --- a/src/compute_pair.h +++ b/src/compute_pair.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pair,ComputePair) +ComputeStyle(pair,ComputePair); // clang-format on #else diff --git a/src/compute_pair_local.h b/src/compute_pair_local.h index 003d6129d5..66527b208a 100644 --- a/src/compute_pair_local.h +++ b/src/compute_pair_local.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pair/local,ComputePairLocal) +ComputeStyle(pair/local,ComputePairLocal); // clang-format on #else diff --git a/src/compute_pe.h b/src/compute_pe.h index 08353a5055..1a0ec088d9 100644 --- a/src/compute_pe.h +++ b/src/compute_pe.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pe,ComputePE) +ComputeStyle(pe,ComputePE); // clang-format on #else diff --git a/src/compute_pe_atom.h b/src/compute_pe_atom.h index 86844eaa7a..6f19d2d68a 100644 --- a/src/compute_pe_atom.h +++ b/src/compute_pe_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pe/atom,ComputePEAtom) +ComputeStyle(pe/atom,ComputePEAtom); // clang-format on #else diff --git a/src/compute_pressure.h b/src/compute_pressure.h index 44a5f73c21..19e649d4ee 100644 --- a/src/compute_pressure.h +++ b/src/compute_pressure.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(pressure,ComputePressure) +ComputeStyle(pressure,ComputePressure); // clang-format on #else diff --git a/src/compute_property_atom.h b/src/compute_property_atom.h index 5f8a91c217..fd29be8b1b 100644 --- a/src/compute_property_atom.h +++ b/src/compute_property_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(property/atom,ComputePropertyAtom) +ComputeStyle(property/atom,ComputePropertyAtom); // clang-format on #else diff --git a/src/compute_property_chunk.h b/src/compute_property_chunk.h index b441c998a6..eef78e1e77 100644 --- a/src/compute_property_chunk.h +++ b/src/compute_property_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(property/chunk,ComputePropertyChunk) +ComputeStyle(property/chunk,ComputePropertyChunk); // clang-format on #else diff --git a/src/compute_property_local.h b/src/compute_property_local.h index 3dc2ac8366..aeeb4e47af 100644 --- a/src/compute_property_local.h +++ b/src/compute_property_local.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(property/local,ComputePropertyLocal) +ComputeStyle(property/local,ComputePropertyLocal); // clang-format on #else diff --git a/src/compute_rdf.h b/src/compute_rdf.h index 3c39061ca0..59300e501f 100644 --- a/src/compute_rdf.h +++ b/src/compute_rdf.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(rdf,ComputeRDF) +ComputeStyle(rdf,ComputeRDF); // clang-format on #else diff --git a/src/compute_reduce.h b/src/compute_reduce.h index f3f9019b75..b5d8b10126 100644 --- a/src/compute_reduce.h +++ b/src/compute_reduce.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(reduce,ComputeReduce) +ComputeStyle(reduce,ComputeReduce); // clang-format on #else diff --git a/src/compute_reduce_chunk.h b/src/compute_reduce_chunk.h index 0cbf82b960..d070f7063d 100644 --- a/src/compute_reduce_chunk.h +++ b/src/compute_reduce_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(reduce/chunk,ComputeReduceChunk) +ComputeStyle(reduce/chunk,ComputeReduceChunk); // clang-format on #else diff --git a/src/compute_reduce_region.h b/src/compute_reduce_region.h index 823911568e..5475c9a109 100644 --- a/src/compute_reduce_region.h +++ b/src/compute_reduce_region.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(reduce/region,ComputeReduceRegion) +ComputeStyle(reduce/region,ComputeReduceRegion); // clang-format on #else diff --git a/src/compute_slice.h b/src/compute_slice.h index 976f435b03..dc7404dba4 100644 --- a/src/compute_slice.h +++ b/src/compute_slice.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(slice,ComputeSlice) +ComputeStyle(slice,ComputeSlice); // clang-format on #else diff --git a/src/compute_stress_atom.h b/src/compute_stress_atom.h index f494cbc552..a2d5fc5da9 100644 --- a/src/compute_stress_atom.h +++ b/src/compute_stress_atom.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(stress/atom,ComputeStressAtom) +ComputeStyle(stress/atom,ComputeStressAtom); // clang-format on #else diff --git a/src/compute_temp.h b/src/compute_temp.h index 15c230736b..3facc7fa1e 100644 --- a/src/compute_temp.h +++ b/src/compute_temp.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp,ComputeTemp) +ComputeStyle(temp,ComputeTemp); // clang-format on #else diff --git a/src/compute_temp_chunk.h b/src/compute_temp_chunk.h index d2daf43dd8..0ecde0394e 100644 --- a/src/compute_temp_chunk.h +++ b/src/compute_temp_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/chunk,ComputeTempChunk) +ComputeStyle(temp/chunk,ComputeTempChunk); // clang-format on #else diff --git a/src/compute_temp_com.h b/src/compute_temp_com.h index f3d696cc61..7b12666a2b 100644 --- a/src/compute_temp_com.h +++ b/src/compute_temp_com.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/com,ComputeTempCOM) +ComputeStyle(temp/com,ComputeTempCOM); // clang-format on #else diff --git a/src/compute_temp_deform.h b/src/compute_temp_deform.h index fcef9c4c21..8faaad250e 100644 --- a/src/compute_temp_deform.h +++ b/src/compute_temp_deform.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/deform,ComputeTempDeform) +ComputeStyle(temp/deform,ComputeTempDeform); // clang-format on #else diff --git a/src/compute_temp_partial.h b/src/compute_temp_partial.h index 294befaa62..db5b6d33d8 100644 --- a/src/compute_temp_partial.h +++ b/src/compute_temp_partial.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/partial,ComputeTempPartial) +ComputeStyle(temp/partial,ComputeTempPartial); // clang-format on #else diff --git a/src/compute_temp_profile.h b/src/compute_temp_profile.h index 2450408544..4e4b818da2 100644 --- a/src/compute_temp_profile.h +++ b/src/compute_temp_profile.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/profile,ComputeTempProfile) +ComputeStyle(temp/profile,ComputeTempProfile); // clang-format on #else diff --git a/src/compute_temp_ramp.h b/src/compute_temp_ramp.h index 33ca192d81..bcef4473c1 100644 --- a/src/compute_temp_ramp.h +++ b/src/compute_temp_ramp.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/ramp,ComputeTempRamp) +ComputeStyle(temp/ramp,ComputeTempRamp); // clang-format on #else diff --git a/src/compute_temp_region.h b/src/compute_temp_region.h index ec5966f9bc..fcff629715 100644 --- a/src/compute_temp_region.h +++ b/src/compute_temp_region.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/region,ComputeTempRegion) +ComputeStyle(temp/region,ComputeTempRegion); // clang-format on #else diff --git a/src/compute_temp_sphere.h b/src/compute_temp_sphere.h index a9a24d49c6..5aaf551c81 100644 --- a/src/compute_temp_sphere.h +++ b/src/compute_temp_sphere.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(temp/sphere,ComputeTempSphere) +ComputeStyle(temp/sphere,ComputeTempSphere); // clang-format on #else diff --git a/src/compute_torque_chunk.h b/src/compute_torque_chunk.h index a90288f9be..39d85cc8c0 100644 --- a/src/compute_torque_chunk.h +++ b/src/compute_torque_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(torque/chunk,ComputeTorqueChunk) +ComputeStyle(torque/chunk,ComputeTorqueChunk); // clang-format on #else diff --git a/src/compute_vacf.h b/src/compute_vacf.h index aed70fc4fb..c79d508ee6 100644 --- a/src/compute_vacf.h +++ b/src/compute_vacf.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(vacf,ComputeVACF) +ComputeStyle(vacf,ComputeVACF); // clang-format on #else diff --git a/src/compute_vcm_chunk.h b/src/compute_vcm_chunk.h index 973e696b18..7acb1d3dd1 100644 --- a/src/compute_vcm_chunk.h +++ b/src/compute_vcm_chunk.h @@ -13,7 +13,7 @@ #ifdef COMPUTE_CLASS // clang-format off -ComputeStyle(vcm/chunk,ComputeVCMChunk) +ComputeStyle(vcm/chunk,ComputeVCMChunk); // clang-format on #else diff --git a/src/create_atoms.h b/src/create_atoms.h index 238a7ea352..a5de8d29fa 100644 --- a/src/create_atoms.h +++ b/src/create_atoms.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(create_atoms,CreateAtoms) +CommandStyle(create_atoms,CreateAtoms); // clang-format on #else diff --git a/src/create_bonds.h b/src/create_bonds.h index 05a45dc6eb..9b4bee920a 100644 --- a/src/create_bonds.h +++ b/src/create_bonds.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(create_bonds,CreateBonds) +CommandStyle(create_bonds,CreateBonds); // clang-format on #else diff --git a/src/create_box.h b/src/create_box.h index d57f256772..524922b90a 100644 --- a/src/create_box.h +++ b/src/create_box.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(create_box,CreateBox) +CommandStyle(create_box,CreateBox); // clang-format on #else diff --git a/src/delete_atoms.h b/src/delete_atoms.h index c0b8f5afa5..b3e6e8be52 100644 --- a/src/delete_atoms.h +++ b/src/delete_atoms.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(delete_atoms,DeleteAtoms) +CommandStyle(delete_atoms,DeleteAtoms); // clang-format on #else diff --git a/src/delete_bonds.h b/src/delete_bonds.h index d33321ffd1..06453fa0ec 100644 --- a/src/delete_bonds.h +++ b/src/delete_bonds.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(delete_bonds,DeleteBonds) +CommandStyle(delete_bonds,DeleteBonds); // clang-format on #else diff --git a/src/deprecated.h b/src/deprecated.h index 966dd1c5d0..f03f5630c4 100644 --- a/src/deprecated.h +++ b/src/deprecated.h @@ -13,13 +13,13 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(DEPRECATED,Deprecated) -CommandStyle(reset_ids,Deprecated) -CommandStyle(kim_init,Deprecated) -CommandStyle(kim_interactions,Deprecated) -CommandStyle(kim_param,Deprecated) -CommandStyle(kim_property,Deprecated) -CommandStyle(kim_query,Deprecated) +CommandStyle(DEPRECATED,Deprecated); +CommandStyle(reset_ids,Deprecated); +CommandStyle(kim_init,Deprecated); +CommandStyle(kim_interactions,Deprecated); +CommandStyle(kim_param,Deprecated); +CommandStyle(kim_property,Deprecated); +CommandStyle(kim_query,Deprecated); // clang-format on #else diff --git a/src/dihedral_deprecated.h b/src/dihedral_deprecated.h index 3ba410ba78..574541bc7c 100644 --- a/src/dihedral_deprecated.h +++ b/src/dihedral_deprecated.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(DEPRECATED,DihedralDeprecated) +DihedralStyle(DEPRECATED,DihedralDeprecated); // clang-format on #else diff --git a/src/dihedral_hybrid.h b/src/dihedral_hybrid.h index b2856ea3cc..7fb31e52e3 100644 --- a/src/dihedral_hybrid.h +++ b/src/dihedral_hybrid.h @@ -13,7 +13,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(hybrid,DihedralHybrid) +DihedralStyle(hybrid,DihedralHybrid); // clang-format on #else diff --git a/src/dihedral_zero.h b/src/dihedral_zero.h index bba109c9d3..cc896167ae 100644 --- a/src/dihedral_zero.h +++ b/src/dihedral_zero.h @@ -17,7 +17,7 @@ #ifdef DIHEDRAL_CLASS // clang-format off -DihedralStyle(zero,DihedralZero) +DihedralStyle(zero,DihedralZero); // clang-format on #else diff --git a/src/displace_atoms.h b/src/displace_atoms.h index 4654ab34a7..8e42ecaecb 100644 --- a/src/displace_atoms.h +++ b/src/displace_atoms.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(displace_atoms,DisplaceAtoms) +CommandStyle(displace_atoms,DisplaceAtoms); // clang-format on #else diff --git a/src/dump_atom.h b/src/dump_atom.h index d5b7bf2144..734349f9d2 100644 --- a/src/dump_atom.h +++ b/src/dump_atom.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(atom,DumpAtom) +DumpStyle(atom,DumpAtom); // clang-format on #else diff --git a/src/dump_cfg.h b/src/dump_cfg.h index b1dd7aa3d4..9ae2d9f03b 100644 --- a/src/dump_cfg.h +++ b/src/dump_cfg.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(cfg,DumpCFG) +DumpStyle(cfg,DumpCFG); // clang-format on #else diff --git a/src/dump_custom.h b/src/dump_custom.h index b40d85dcdb..496887a312 100644 --- a/src/dump_custom.h +++ b/src/dump_custom.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(custom,DumpCustom) +DumpStyle(custom,DumpCustom); // clang-format on #else diff --git a/src/dump_dcd.h b/src/dump_dcd.h index 8ccac8e0f6..3d602f2d9d 100644 --- a/src/dump_dcd.h +++ b/src/dump_dcd.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(dcd,DumpDCD) +DumpStyle(dcd,DumpDCD); // clang-format on #else diff --git a/src/dump_deprecated.h b/src/dump_deprecated.h index 7fef34c7ac..b03f7d9f2b 100644 --- a/src/dump_deprecated.h +++ b/src/dump_deprecated.h @@ -15,7 +15,7 @@ // list all deprecated and removed dump styles here // clang-format off -DumpStyle(DEPRECATED,DumpDeprecated) +DumpStyle(DEPRECATED,DumpDeprecated); // clang-format on #else diff --git a/src/dump_image.h b/src/dump_image.h index 2fdd1163ed..f4e6f51b5f 100644 --- a/src/dump_image.h +++ b/src/dump_image.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(image,DumpImage) +DumpStyle(image,DumpImage); // clang-format on #else diff --git a/src/dump_local.h b/src/dump_local.h index 76f00273f5..8b413b765a 100644 --- a/src/dump_local.h +++ b/src/dump_local.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(local,DumpLocal) +DumpStyle(local,DumpLocal); // clang-format on #else diff --git a/src/dump_movie.h b/src/dump_movie.h index 526489d6f0..152c100fbe 100644 --- a/src/dump_movie.h +++ b/src/dump_movie.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(movie,DumpMovie) +DumpStyle(movie,DumpMovie); // clang-format on #else diff --git a/src/dump_xyz.h b/src/dump_xyz.h index f8ade9fcf2..e4a7bd2f55 100644 --- a/src/dump_xyz.h +++ b/src/dump_xyz.h @@ -13,7 +13,7 @@ #ifdef DUMP_CLASS // clang-format off -DumpStyle(xyz,DumpXYZ) +DumpStyle(xyz,DumpXYZ); // clang-format on #else diff --git a/src/fix_adapt.h b/src/fix_adapt.h index 2bae4c7b9f..080f8ee700 100644 --- a/src/fix_adapt.h +++ b/src/fix_adapt.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(adapt,FixAdapt) +FixStyle(adapt,FixAdapt); // clang-format on #else diff --git a/src/fix_addforce.h b/src/fix_addforce.h index 8787115ff1..8c82bdc826 100644 --- a/src/fix_addforce.h +++ b/src/fix_addforce.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(addforce,FixAddForce) +FixStyle(addforce,FixAddForce); // clang-format on #else diff --git a/src/fix_ave_atom.h b/src/fix_ave_atom.h index 71b65aec3b..2cdf66274f 100644 --- a/src/fix_ave_atom.h +++ b/src/fix_ave_atom.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ave/atom,FixAveAtom) +FixStyle(ave/atom,FixAveAtom); // clang-format on #else diff --git a/src/fix_ave_chunk.h b/src/fix_ave_chunk.h index 6b9f9d2d3d..07ff553a92 100644 --- a/src/fix_ave_chunk.h +++ b/src/fix_ave_chunk.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ave/chunk,FixAveChunk) +FixStyle(ave/chunk,FixAveChunk); // clang-format on #else diff --git a/src/fix_ave_correlate.h b/src/fix_ave_correlate.h index 6035f684a2..9b6c185ab7 100644 --- a/src/fix_ave_correlate.h +++ b/src/fix_ave_correlate.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ave/correlate,FixAveCorrelate) +FixStyle(ave/correlate,FixAveCorrelate); // clang-format on #else diff --git a/src/fix_ave_histo.h b/src/fix_ave_histo.h index b944841a2e..647bbaff14 100644 --- a/src/fix_ave_histo.h +++ b/src/fix_ave_histo.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ave/histo,FixAveHisto) +FixStyle(ave/histo,FixAveHisto); // clang-format on #else diff --git a/src/fix_ave_histo_weight.h b/src/fix_ave_histo_weight.h index 24099d6552..fb4557fd14 100644 --- a/src/fix_ave_histo_weight.h +++ b/src/fix_ave_histo_weight.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ave/histo/weight,FixAveHistoWeight) +FixStyle(ave/histo/weight,FixAveHistoWeight); // clang-format on #else diff --git a/src/fix_ave_time.h b/src/fix_ave_time.h index 45d8a26cc9..c84d8ed5bd 100644 --- a/src/fix_ave_time.h +++ b/src/fix_ave_time.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(ave/time,FixAveTime) +FixStyle(ave/time,FixAveTime); // clang-format on #else diff --git a/src/fix_aveforce.h b/src/fix_aveforce.h index 7ae80e5447..35f75dcb97 100644 --- a/src/fix_aveforce.h +++ b/src/fix_aveforce.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(aveforce,FixAveForce) +FixStyle(aveforce,FixAveForce); // clang-format on #else diff --git a/src/fix_balance.h b/src/fix_balance.h index 4fc346a4aa..26b91980c9 100644 --- a/src/fix_balance.h +++ b/src/fix_balance.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(balance,FixBalance) +FixStyle(balance,FixBalance); // clang-format on #else diff --git a/src/fix_box_relax.h b/src/fix_box_relax.h index 7bade22511..c11b0e95bf 100644 --- a/src/fix_box_relax.h +++ b/src/fix_box_relax.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(box/relax,FixBoxRelax) +FixStyle(box/relax,FixBoxRelax); // clang-format on #else diff --git a/src/fix_controller.h b/src/fix_controller.h index 3d9b84fb8b..f97088e18b 100644 --- a/src/fix_controller.h +++ b/src/fix_controller.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(controller,FixController) +FixStyle(controller,FixController); // clang-format on #else diff --git a/src/fix_deform.h b/src/fix_deform.h index 5490d8dc40..7e3c90dd09 100644 --- a/src/fix_deform.h +++ b/src/fix_deform.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(deform,FixDeform) +FixStyle(deform,FixDeform); // clang-format on #else diff --git a/src/fix_deprecated.h b/src/fix_deprecated.h index a445126b8f..a887db6abf 100644 --- a/src/fix_deprecated.h +++ b/src/fix_deprecated.h @@ -15,9 +15,9 @@ // list all deprecated and removed fix styles here // clang-format off -FixStyle(DEPRECATED,FixDeprecated) -FixStyle(ave/spatial,FixDeprecated) -FixStyle(ave/spatial/sphere,FixDeprecated) +FixStyle(DEPRECATED,FixDeprecated); +FixStyle(ave/spatial,FixDeprecated); +FixStyle(ave/spatial/sphere,FixDeprecated); // clang-format on #else diff --git a/src/fix_drag.h b/src/fix_drag.h index 0d640a0ebd..48cdcd66de 100644 --- a/src/fix_drag.h +++ b/src/fix_drag.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(drag,FixDrag) +FixStyle(drag,FixDrag); // clang-format on #else diff --git a/src/fix_dt_reset.h b/src/fix_dt_reset.h index 1d5fa43731..5dafd21515 100644 --- a/src/fix_dt_reset.h +++ b/src/fix_dt_reset.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(dt/reset,FixDtReset) +FixStyle(dt/reset,FixDtReset); // clang-format on #else diff --git a/src/fix_dummy.h b/src/fix_dummy.h index edc6aa410d..66a38b60ce 100644 --- a/src/fix_dummy.h +++ b/src/fix_dummy.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(DUMMY,FixDummy) +FixStyle(DUMMY,FixDummy); // clang-format on #else diff --git a/src/fix_enforce2d.h b/src/fix_enforce2d.h index d56a08b889..be2a1540e2 100644 --- a/src/fix_enforce2d.h +++ b/src/fix_enforce2d.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(enforce2d,FixEnforce2D) +FixStyle(enforce2d,FixEnforce2D); // clang-format on #else diff --git a/src/fix_external.h b/src/fix_external.h index b86535928b..59fb2c975d 100644 --- a/src/fix_external.h +++ b/src/fix_external.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(external,FixExternal) +FixStyle(external,FixExternal); // clang-format on #else diff --git a/src/fix_gravity.h b/src/fix_gravity.h index b3bfa6ef36..75b5cfaa07 100644 --- a/src/fix_gravity.h +++ b/src/fix_gravity.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(gravity,FixGravity) +FixStyle(gravity,FixGravity); // clang-format on #else diff --git a/src/fix_group.h b/src/fix_group.h index 091832d2b0..a1f200934f 100644 --- a/src/fix_group.h +++ b/src/fix_group.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(GROUP,FixGroup) +FixStyle(GROUP,FixGroup); // clang-format on #else diff --git a/src/fix_halt.h b/src/fix_halt.h index 5769dbfd2b..6973339844 100644 --- a/src/fix_halt.h +++ b/src/fix_halt.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(halt,FixHalt) +FixStyle(halt,FixHalt); // clang-format on #else diff --git a/src/fix_heat.h b/src/fix_heat.h index 726720f714..5a80a69523 100644 --- a/src/fix_heat.h +++ b/src/fix_heat.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(heat,FixHeat) +FixStyle(heat,FixHeat); // clang-format on #else diff --git a/src/fix_indent.h b/src/fix_indent.h index 3adfad53a8..1b4b0426d4 100644 --- a/src/fix_indent.h +++ b/src/fix_indent.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(indent,FixIndent) +FixStyle(indent,FixIndent); // clang-format on #else diff --git a/src/fix_langevin.h b/src/fix_langevin.h index 4d63d3727b..a1bd7aca18 100644 --- a/src/fix_langevin.h +++ b/src/fix_langevin.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(langevin,FixLangevin) +FixStyle(langevin,FixLangevin); // clang-format on #else diff --git a/src/fix_lineforce.h b/src/fix_lineforce.h index d1fbecdc49..4cfcc94e53 100644 --- a/src/fix_lineforce.h +++ b/src/fix_lineforce.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(lineforce,FixLineForce) +FixStyle(lineforce,FixLineForce); // clang-format on #else diff --git a/src/fix_minimize.h b/src/fix_minimize.h index 706b2817be..c71b871d19 100644 --- a/src/fix_minimize.h +++ b/src/fix_minimize.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(MINIMIZE,FixMinimize) +FixStyle(MINIMIZE,FixMinimize); // clang-format on #else diff --git a/src/fix_momentum.h b/src/fix_momentum.h index 9a7bcaa5c3..24330366c3 100644 --- a/src/fix_momentum.h +++ b/src/fix_momentum.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(momentum,FixMomentum) +FixStyle(momentum,FixMomentum); // clang-format on #else diff --git a/src/fix_move.h b/src/fix_move.h index 0cbf16ffda..32dc4d1168 100644 --- a/src/fix_move.h +++ b/src/fix_move.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(move,FixMove) +FixStyle(move,FixMove); // clang-format on #else diff --git a/src/fix_neigh_history.h b/src/fix_neigh_history.h index eae7a7bd84..5fe714bb49 100644 --- a/src/fix_neigh_history.h +++ b/src/fix_neigh_history.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(NEIGH_HISTORY,FixNeighHistory) +FixStyle(NEIGH_HISTORY,FixNeighHistory); // clang-format on #else diff --git a/src/fix_nph.h b/src/fix_nph.h index f1d24eda92..a5affbf850 100644 --- a/src/fix_nph.h +++ b/src/fix_nph.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph,FixNPH) +FixStyle(nph,FixNPH); // clang-format on #else diff --git a/src/fix_nph_sphere.h b/src/fix_nph_sphere.h index 245712bfdd..333efb5f70 100644 --- a/src/fix_nph_sphere.h +++ b/src/fix_nph_sphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nph/sphere,FixNPHSphere) +FixStyle(nph/sphere,FixNPHSphere); // clang-format on #else diff --git a/src/fix_npt.h b/src/fix_npt.h index dc70f95294..0c656c3c2b 100644 --- a/src/fix_npt.h +++ b/src/fix_npt.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt,FixNPT) +FixStyle(npt,FixNPT); // clang-format on #else diff --git a/src/fix_npt_sphere.h b/src/fix_npt_sphere.h index 9c81b7dab5..73ce35a7c1 100644 --- a/src/fix_npt_sphere.h +++ b/src/fix_npt_sphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(npt/sphere,FixNPTSphere) +FixStyle(npt/sphere,FixNPTSphere); // clang-format on #else diff --git a/src/fix_numdiff.h b/src/fix_numdiff.h index 2dbd1e4798..9641ce4946 100644 --- a/src/fix_numdiff.h +++ b/src/fix_numdiff.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(numdiff,FixNumDiff) +FixStyle(numdiff,FixNumDiff); // clang-format on #else diff --git a/src/fix_nve.h b/src/fix_nve.h index 0c4ac1c05b..21ff64410f 100644 --- a/src/fix_nve.h +++ b/src/fix_nve.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve,FixNVE) +FixStyle(nve,FixNVE); // clang-format on #else diff --git a/src/fix_nve_limit.h b/src/fix_nve_limit.h index 253d7ebe14..a31ff496e3 100644 --- a/src/fix_nve_limit.h +++ b/src/fix_nve_limit.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/limit,FixNVELimit) +FixStyle(nve/limit,FixNVELimit); // clang-format on #else diff --git a/src/fix_nve_noforce.h b/src/fix_nve_noforce.h index 8408b091d3..b3ee02a489 100644 --- a/src/fix_nve_noforce.h +++ b/src/fix_nve_noforce.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/noforce,FixNVENoforce) +FixStyle(nve/noforce,FixNVENoforce); // clang-format on #else diff --git a/src/fix_nve_sphere.h b/src/fix_nve_sphere.h index b1f34c9e7d..98d5514cd0 100644 --- a/src/fix_nve_sphere.h +++ b/src/fix_nve_sphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nve/sphere,FixNVESphere) +FixStyle(nve/sphere,FixNVESphere); // clang-format on #else diff --git a/src/fix_nvt.h b/src/fix_nvt.h index d3fc4d2f51..f0e1f1ca86 100644 --- a/src/fix_nvt.h +++ b/src/fix_nvt.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt,FixNVT) +FixStyle(nvt,FixNVT); // clang-format on #else diff --git a/src/fix_nvt_sllod.h b/src/fix_nvt_sllod.h index 5c1bf9638f..0a6e2dfabb 100644 --- a/src/fix_nvt_sllod.h +++ b/src/fix_nvt_sllod.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/sllod,FixNVTSllod) +FixStyle(nvt/sllod,FixNVTSllod); // clang-format on #else diff --git a/src/fix_nvt_sphere.h b/src/fix_nvt_sphere.h index a2a76f9c3c..443df59a6d 100644 --- a/src/fix_nvt_sphere.h +++ b/src/fix_nvt_sphere.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(nvt/sphere,FixNVTSphere) +FixStyle(nvt/sphere,FixNVTSphere); // clang-format on #else diff --git a/src/fix_planeforce.h b/src/fix_planeforce.h index 7e7366848f..e27dbf1324 100644 --- a/src/fix_planeforce.h +++ b/src/fix_planeforce.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(planeforce,FixPlaneForce) +FixStyle(planeforce,FixPlaneForce); // clang-format on #else diff --git a/src/fix_press_berendsen.h b/src/fix_press_berendsen.h index f7a8cf2d98..9e3ea82e73 100644 --- a/src/fix_press_berendsen.h +++ b/src/fix_press_berendsen.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(press/berendsen,FixPressBerendsen) +FixStyle(press/berendsen,FixPressBerendsen); // clang-format on #else diff --git a/src/fix_print.h b/src/fix_print.h index 0c2b9b53c1..dc83d3de11 100644 --- a/src/fix_print.h +++ b/src/fix_print.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(print,FixPrint) +FixStyle(print,FixPrint); // clang-format on #else diff --git a/src/fix_property_atom.h b/src/fix_property_atom.h index be4191db9c..15f96c1407 100644 --- a/src/fix_property_atom.h +++ b/src/fix_property_atom.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(property/atom,FixPropertyAtom) +FixStyle(property/atom,FixPropertyAtom); // clang-format on #else diff --git a/src/fix_read_restart.h b/src/fix_read_restart.h index 9d56107fff..acafd88800 100644 --- a/src/fix_read_restart.h +++ b/src/fix_read_restart.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(READ_RESTART,FixReadRestart) +FixStyle(READ_RESTART,FixReadRestart); // clang-format on #else diff --git a/src/fix_recenter.h b/src/fix_recenter.h index d4857eb500..4bac4b7757 100644 --- a/src/fix_recenter.h +++ b/src/fix_recenter.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(recenter,FixRecenter) +FixStyle(recenter,FixRecenter); // clang-format on #else diff --git a/src/fix_respa.h b/src/fix_respa.h index cc2a8ef1ff..fb7514c2b7 100644 --- a/src/fix_respa.h +++ b/src/fix_respa.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(RESPA,FixRespa) +FixStyle(RESPA,FixRespa); // clang-format on #else diff --git a/src/fix_restrain.h b/src/fix_restrain.h index a515847cb7..a6d2cf7627 100644 --- a/src/fix_restrain.h +++ b/src/fix_restrain.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(restrain,FixRestrain) +FixStyle(restrain,FixRestrain); // clang-format on #else diff --git a/src/fix_setforce.h b/src/fix_setforce.h index 863dfa7bf4..ecbd130595 100644 --- a/src/fix_setforce.h +++ b/src/fix_setforce.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(setforce,FixSetForce) +FixStyle(setforce,FixSetForce); // clang-format on #else diff --git a/src/fix_spring.h b/src/fix_spring.h index 37a9e91434..bb546ef9bd 100644 --- a/src/fix_spring.h +++ b/src/fix_spring.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(spring,FixSpring) +FixStyle(spring,FixSpring); // clang-format on #else diff --git a/src/fix_spring_chunk.h b/src/fix_spring_chunk.h index 19d9c3c2fa..554c9c59e4 100644 --- a/src/fix_spring_chunk.h +++ b/src/fix_spring_chunk.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(spring/chunk,FixSpringChunk) +FixStyle(spring/chunk,FixSpringChunk); // clang-format on #else diff --git a/src/fix_spring_rg.h b/src/fix_spring_rg.h index 1f0f18719b..6e6d72cac7 100644 --- a/src/fix_spring_rg.h +++ b/src/fix_spring_rg.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(spring/rg,FixSpringRG) +FixStyle(spring/rg,FixSpringRG); // clang-format on #else diff --git a/src/fix_spring_self.h b/src/fix_spring_self.h index df98b3fa1b..2201679491 100644 --- a/src/fix_spring_self.h +++ b/src/fix_spring_self.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(spring/self,FixSpringSelf) +FixStyle(spring/self,FixSpringSelf); // clang-format on #else diff --git a/src/fix_store.h b/src/fix_store.h index e7274dcba3..0a80548c2c 100644 --- a/src/fix_store.h +++ b/src/fix_store.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(STORE,FixStore) +FixStyle(STORE,FixStore); // clang-format on #else diff --git a/src/fix_store_force.h b/src/fix_store_force.h index d1e2360b54..88a7a2666f 100644 --- a/src/fix_store_force.h +++ b/src/fix_store_force.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(store/force,FixStoreForce) +FixStyle(store/force,FixStoreForce); // clang-format on #else diff --git a/src/fix_store_state.h b/src/fix_store_state.h index 5e22f09ae6..19298cb4aa 100644 --- a/src/fix_store_state.h +++ b/src/fix_store_state.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(store/state,FixStoreState) +FixStyle(store/state,FixStoreState); // clang-format on #else diff --git a/src/fix_temp_berendsen.h b/src/fix_temp_berendsen.h index 9b77848350..43b733314e 100644 --- a/src/fix_temp_berendsen.h +++ b/src/fix_temp_berendsen.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(temp/berendsen,FixTempBerendsen) +FixStyle(temp/berendsen,FixTempBerendsen); // clang-format on #else diff --git a/src/fix_temp_csld.h b/src/fix_temp_csld.h index e9b6c16ac4..396e11a277 100644 --- a/src/fix_temp_csld.h +++ b/src/fix_temp_csld.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(temp/csld,FixTempCSLD) +FixStyle(temp/csld,FixTempCSLD); // clang-format on #else diff --git a/src/fix_temp_csvr.h b/src/fix_temp_csvr.h index 3402521b00..2528d4a84f 100644 --- a/src/fix_temp_csvr.h +++ b/src/fix_temp_csvr.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(temp/csvr,FixTempCSVR) +FixStyle(temp/csvr,FixTempCSVR); // clang-format on #else diff --git a/src/fix_temp_rescale.h b/src/fix_temp_rescale.h index 6687760708..12fb6448fe 100644 --- a/src/fix_temp_rescale.h +++ b/src/fix_temp_rescale.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(temp/rescale,FixTempRescale) +FixStyle(temp/rescale,FixTempRescale); // clang-format on #else diff --git a/src/fix_tmd.h b/src/fix_tmd.h index b43ea60d90..e7977b281b 100644 --- a/src/fix_tmd.h +++ b/src/fix_tmd.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(tmd,FixTMD) +FixStyle(tmd,FixTMD); // clang-format on #else diff --git a/src/fix_vector.h b/src/fix_vector.h index 1793fb3769..ae1f4696d5 100644 --- a/src/fix_vector.h +++ b/src/fix_vector.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(vector,FixVector) +FixStyle(vector,FixVector); // clang-format on #else diff --git a/src/fix_viscous.h b/src/fix_viscous.h index 5a8ff1a6ff..2bf9242d98 100644 --- a/src/fix_viscous.h +++ b/src/fix_viscous.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(viscous,FixViscous) +FixStyle(viscous,FixViscous); // clang-format on #else diff --git a/src/fix_wall_harmonic.h b/src/fix_wall_harmonic.h index a6359486e1..173bf57a6a 100644 --- a/src/fix_wall_harmonic.h +++ b/src/fix_wall_harmonic.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/harmonic,FixWallHarmonic) +FixStyle(wall/harmonic,FixWallHarmonic); // clang-format on #else diff --git a/src/fix_wall_lj1043.h b/src/fix_wall_lj1043.h index b93a985e7c..d3d060d5de 100644 --- a/src/fix_wall_lj1043.h +++ b/src/fix_wall_lj1043.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/lj1043,FixWallLJ1043) +FixStyle(wall/lj1043,FixWallLJ1043); // clang-format on #else diff --git a/src/fix_wall_lj126.h b/src/fix_wall_lj126.h index 5a4aa7957b..19ce87f028 100644 --- a/src/fix_wall_lj126.h +++ b/src/fix_wall_lj126.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/lj126,FixWallLJ126) +FixStyle(wall/lj126,FixWallLJ126); // clang-format on #else diff --git a/src/fix_wall_lj93.h b/src/fix_wall_lj93.h index 6854ab063c..cba696464d 100644 --- a/src/fix_wall_lj93.h +++ b/src/fix_wall_lj93.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/lj93,FixWallLJ93) +FixStyle(wall/lj93,FixWallLJ93); // clang-format on #else diff --git a/src/fix_wall_morse.h b/src/fix_wall_morse.h index 4d92a3714d..fab19848c5 100644 --- a/src/fix_wall_morse.h +++ b/src/fix_wall_morse.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/morse,FixWallMorse) +FixStyle(wall/morse,FixWallMorse); // clang-format on #else diff --git a/src/fix_wall_reflect.h b/src/fix_wall_reflect.h index 68ceb86a41..82ca69d2c6 100644 --- a/src/fix_wall_reflect.h +++ b/src/fix_wall_reflect.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/reflect,FixWallReflect) +FixStyle(wall/reflect,FixWallReflect); // clang-format on #else diff --git a/src/fix_wall_region.h b/src/fix_wall_region.h index 2b8f2afc90..45a8e2d401 100644 --- a/src/fix_wall_region.h +++ b/src/fix_wall_region.h @@ -13,7 +13,7 @@ #ifdef FIX_CLASS // clang-format off -FixStyle(wall/region,FixWallRegion) +FixStyle(wall/region,FixWallRegion); // clang-format on #else diff --git a/src/improper_deprecated.h b/src/improper_deprecated.h index fee2f3b901..23b2f1b929 100644 --- a/src/improper_deprecated.h +++ b/src/improper_deprecated.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(DEPRECATED,ImproperDeprecated) +ImproperStyle(DEPRECATED,ImproperDeprecated); // clang-format on #else diff --git a/src/improper_hybrid.h b/src/improper_hybrid.h index c8b8cab29d..ce33d1e0fa 100644 --- a/src/improper_hybrid.h +++ b/src/improper_hybrid.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(hybrid,ImproperHybrid) +ImproperStyle(hybrid,ImproperHybrid); // clang-format on #else diff --git a/src/improper_zero.h b/src/improper_zero.h index ce3d5586de..9ee74a67a3 100644 --- a/src/improper_zero.h +++ b/src/improper_zero.h @@ -13,7 +13,7 @@ #ifdef IMPROPER_CLASS // clang-format off -ImproperStyle(zero,ImproperZero) +ImproperStyle(zero,ImproperZero); // clang-format on #else diff --git a/src/info.h b/src/info.h index a9612550c2..3ea8dddc59 100644 --- a/src/info.h +++ b/src/info.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(info,Info) +CommandStyle(info,Info); // clang-format on #else diff --git a/src/kspace_deprecated.h b/src/kspace_deprecated.h index 3bdd3e77ab..245d4e9d7c 100644 --- a/src/kspace_deprecated.h +++ b/src/kspace_deprecated.h @@ -13,7 +13,7 @@ #ifdef KSPACE_CLASS // clang-format off -KSpaceStyle(DEPRECATED,KSpaceDeprecated) +KSpaceStyle(DEPRECATED,KSpaceDeprecated); // clang-format on #else diff --git a/src/min_cg.h b/src/min_cg.h index 3b5f323b1d..cc00047911 100644 --- a/src/min_cg.h +++ b/src/min_cg.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(cg,MinCG) +MinimizeStyle(cg,MinCG); // clang-format on #else diff --git a/src/min_fire.h b/src/min_fire.h index 8f58eb662e..f5061a1b13 100644 --- a/src/min_fire.h +++ b/src/min_fire.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(fire,MinFire) +MinimizeStyle(fire,MinFire); // clang-format on #else diff --git a/src/min_fire_old.h b/src/min_fire_old.h index f9b966892d..55246bba7a 100644 --- a/src/min_fire_old.h +++ b/src/min_fire_old.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(fire/old,MinFireOld) +MinimizeStyle(fire/old,MinFireOld); // clang-format on #else diff --git a/src/min_hftn.h b/src/min_hftn.h index 9db2a6a605..83c43e395f 100644 --- a/src/min_hftn.h +++ b/src/min_hftn.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(hftn,MinHFTN) +MinimizeStyle(hftn,MinHFTN); // clang-format on #else diff --git a/src/min_quickmin.h b/src/min_quickmin.h index 41389843ce..bc64315fb7 100644 --- a/src/min_quickmin.h +++ b/src/min_quickmin.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(quickmin,MinQuickMin) +MinimizeStyle(quickmin,MinQuickMin); // clang-format on #else diff --git a/src/min_sd.h b/src/min_sd.h index 71e13b02e5..936f5e6cd9 100644 --- a/src/min_sd.h +++ b/src/min_sd.h @@ -13,7 +13,7 @@ #ifdef MINIMIZE_CLASS // clang-format off -MinimizeStyle(sd,MinSD) +MinimizeStyle(sd,MinSD); // clang-format on #else diff --git a/src/minimize.h b/src/minimize.h index bf93f3998d..547872ff70 100644 --- a/src/minimize.h +++ b/src/minimize.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(minimize,Minimize) +CommandStyle(minimize,Minimize); // clang-format on #else diff --git a/src/ntopo_angle_all.h b/src/ntopo_angle_all.h index 8e383f9ddf..b7aa87ae1a 100644 --- a/src/ntopo_angle_all.h +++ b/src/ntopo_angle_all.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_ANGLE_ALL,NTopoAngleAll) +NTopoStyle(NTOPO_ANGLE_ALL,NTopoAngleAll); // clang-format on #else diff --git a/src/ntopo_angle_partial.h b/src/ntopo_angle_partial.h index a391a9a913..bbd9adfd30 100644 --- a/src/ntopo_angle_partial.h +++ b/src/ntopo_angle_partial.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_ANGLE_PARTIAL,NTopoAnglePartial) +NTopoStyle(NTOPO_ANGLE_PARTIAL,NTopoAnglePartial); // clang-format on #else diff --git a/src/ntopo_angle_template.h b/src/ntopo_angle_template.h index f7dc835181..951a28546f 100644 --- a/src/ntopo_angle_template.h +++ b/src/ntopo_angle_template.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_ANGLE_TEMPLATE,NTopoAngleTemplate) +NTopoStyle(NTOPO_ANGLE_TEMPLATE,NTopoAngleTemplate); // clang-format on #else diff --git a/src/ntopo_bond_all.h b/src/ntopo_bond_all.h index 17c31322ff..ffe48f6c5b 100644 --- a/src/ntopo_bond_all.h +++ b/src/ntopo_bond_all.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_BOND_ALL,NTopoBondAll) +NTopoStyle(NTOPO_BOND_ALL,NTopoBondAll); // clang-format on #else diff --git a/src/ntopo_bond_partial.h b/src/ntopo_bond_partial.h index 5bd69e005d..924d6c05a3 100644 --- a/src/ntopo_bond_partial.h +++ b/src/ntopo_bond_partial.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_BOND_PARTIAL,NTopoBondPartial) +NTopoStyle(NTOPO_BOND_PARTIAL,NTopoBondPartial); // clang-format on #else diff --git a/src/ntopo_bond_template.h b/src/ntopo_bond_template.h index b6a47659b6..f04bda7d88 100644 --- a/src/ntopo_bond_template.h +++ b/src/ntopo_bond_template.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_BOND_TEMPLATE,NTopoBondTemplate) +NTopoStyle(NTOPO_BOND_TEMPLATE,NTopoBondTemplate); // clang-format on #else diff --git a/src/ntopo_dihedral_all.h b/src/ntopo_dihedral_all.h index 01b71f4315..d152e46937 100644 --- a/src/ntopo_dihedral_all.h +++ b/src/ntopo_dihedral_all.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_DIHEDRAL_ALL,NTopoDihedralAll) +NTopoStyle(NTOPO_DIHEDRAL_ALL,NTopoDihedralAll); // clang-format on #else diff --git a/src/ntopo_dihedral_partial.h b/src/ntopo_dihedral_partial.h index 6dfb09fc0b..2cebe7c93f 100644 --- a/src/ntopo_dihedral_partial.h +++ b/src/ntopo_dihedral_partial.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_DIHEDRAL_PARTIAL,NTopoDihedralPartial) +NTopoStyle(NTOPO_DIHEDRAL_PARTIAL,NTopoDihedralPartial); // clang-format on #else diff --git a/src/ntopo_dihedral_template.h b/src/ntopo_dihedral_template.h index 66a169f1fb..e671005f8b 100644 --- a/src/ntopo_dihedral_template.h +++ b/src/ntopo_dihedral_template.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_DIHEDRAL_TEMPLATE,NTopoDihedralTemplate) +NTopoStyle(NTOPO_DIHEDRAL_TEMPLATE,NTopoDihedralTemplate); // clang-format on #else diff --git a/src/ntopo_improper_all.h b/src/ntopo_improper_all.h index c9b5d0a200..46a91ac73f 100644 --- a/src/ntopo_improper_all.h +++ b/src/ntopo_improper_all.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_IMPROPER_ALL,NTopoImproperAll) +NTopoStyle(NTOPO_IMPROPER_ALL,NTopoImproperAll); // clang-format on #else diff --git a/src/ntopo_improper_partial.h b/src/ntopo_improper_partial.h index 619f8caf8d..fc59a573b0 100644 --- a/src/ntopo_improper_partial.h +++ b/src/ntopo_improper_partial.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_IMPROPER_PARTIAL,NTopoImproperPartial) +NTopoStyle(NTOPO_IMPROPER_PARTIAL,NTopoImproperPartial); // clang-format on #else diff --git a/src/ntopo_improper_template.h b/src/ntopo_improper_template.h index 0e1eb3c996..5e7c7b0d37 100644 --- a/src/ntopo_improper_template.h +++ b/src/ntopo_improper_template.h @@ -13,7 +13,7 @@ #ifdef NTOPO_CLASS // clang-format off -NTopoStyle(NTOPO_IMPROPER_TEMPLATE,NTopoImproperTemplate) +NTopoStyle(NTOPO_IMPROPER_TEMPLATE,NTopoImproperTemplate); // clang-format on #else diff --git a/src/pair_beck.h b/src/pair_beck.h index a5fef6a9cd..d86d48b7e9 100644 --- a/src/pair_beck.h +++ b/src/pair_beck.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(beck,PairBeck) +PairStyle(beck,PairBeck); // clang-format on #else diff --git a/src/pair_born.h b/src/pair_born.h index 65d8a74e94..074ea0cd1c 100644 --- a/src/pair_born.h +++ b/src/pair_born.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born,PairBorn) +PairStyle(born,PairBorn); // clang-format on #else diff --git a/src/pair_born_coul_dsf.h b/src/pair_born_coul_dsf.h index c4edb32a22..c5d60402f1 100644 --- a/src/pair_born_coul_dsf.h +++ b/src/pair_born_coul_dsf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/dsf,PairBornCoulDSF) +PairStyle(born/coul/dsf,PairBornCoulDSF); // clang-format on #else diff --git a/src/pair_born_coul_wolf.h b/src/pair_born_coul_wolf.h index 37e78a09ff..73bdbbc716 100644 --- a/src/pair_born_coul_wolf.h +++ b/src/pair_born_coul_wolf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(born/coul/wolf,PairBornCoulWolf) +PairStyle(born/coul/wolf,PairBornCoulWolf); // clang-format on #else diff --git a/src/pair_buck.h b/src/pair_buck.h index 7e8b8355a1..d93dc89bda 100644 --- a/src/pair_buck.h +++ b/src/pair_buck.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck,PairBuck) +PairStyle(buck,PairBuck); // clang-format on #else diff --git a/src/pair_buck_coul_cut.h b/src/pair_buck_coul_cut.h index aadae79bae..3f57de3bcc 100644 --- a/src/pair_buck_coul_cut.h +++ b/src/pair_buck_coul_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(buck/coul/cut,PairBuckCoulCut) +PairStyle(buck/coul/cut,PairBuckCoulCut); // clang-format on #else diff --git a/src/pair_coul_cut.h b/src/pair_coul_cut.h index 828911c8ab..c91683c12b 100644 --- a/src/pair_coul_cut.h +++ b/src/pair_coul_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/cut,PairCoulCut) +PairStyle(coul/cut,PairCoulCut); // clang-format on #else diff --git a/src/pair_coul_cut_global.h b/src/pair_coul_cut_global.h index c7392fd45d..2dfdcb6868 100644 --- a/src/pair_coul_cut_global.h +++ b/src/pair_coul_cut_global.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/cut/global,PairCoulCutGlobal) +PairStyle(coul/cut/global,PairCoulCutGlobal); // clang-format on #else diff --git a/src/pair_coul_debye.h b/src/pair_coul_debye.h index 9b0f3717f3..cb2758dd99 100644 --- a/src/pair_coul_debye.h +++ b/src/pair_coul_debye.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/debye,PairCoulDebye) +PairStyle(coul/debye,PairCoulDebye); // clang-format on #else diff --git a/src/pair_coul_dsf.h b/src/pair_coul_dsf.h index 0374af9cc0..91937c37ed 100644 --- a/src/pair_coul_dsf.h +++ b/src/pair_coul_dsf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/dsf,PairCoulDSF) +PairStyle(coul/dsf,PairCoulDSF); // clang-format on #else diff --git a/src/pair_coul_streitz.h b/src/pair_coul_streitz.h index 319b556887..548e17f37e 100644 --- a/src/pair_coul_streitz.h +++ b/src/pair_coul_streitz.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/streitz,PairCoulStreitz) +PairStyle(coul/streitz,PairCoulStreitz); // clang-format on #else diff --git a/src/pair_coul_wolf.h b/src/pair_coul_wolf.h index a5c7334ea2..584af0cbe3 100644 --- a/src/pair_coul_wolf.h +++ b/src/pair_coul_wolf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(coul/wolf,PairCoulWolf) +PairStyle(coul/wolf,PairCoulWolf); // clang-format on #else diff --git a/src/pair_deprecated.h b/src/pair_deprecated.h index a46455c608..8bb623e895 100644 --- a/src/pair_deprecated.h +++ b/src/pair_deprecated.h @@ -13,8 +13,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(DEPRECATED,PairDeprecated) -PairStyle(reax,PairDeprecated) +PairStyle(DEPRECATED,PairDeprecated); +PairStyle(reax,PairDeprecated); // clang-format on #else diff --git a/src/pair_dpd.h b/src/pair_dpd.h index bfdcaa7043..2578ec3d63 100644 --- a/src/pair_dpd.h +++ b/src/pair_dpd.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd,PairDPD) +PairStyle(dpd,PairDPD); // clang-format on #else diff --git a/src/pair_dpd_tstat.h b/src/pair_dpd_tstat.h index acfc05368f..75f05f6128 100644 --- a/src/pair_dpd_tstat.h +++ b/src/pair_dpd_tstat.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(dpd/tstat,PairDPDTstat) +PairStyle(dpd/tstat,PairDPDTstat); // clang-format on #else diff --git a/src/pair_gauss.h b/src/pair_gauss.h index b795756bbb..00479b5049 100644 --- a/src/pair_gauss.h +++ b/src/pair_gauss.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(gauss,PairGauss) +PairStyle(gauss,PairGauss); // clang-format on #else diff --git a/src/pair_hybrid.h b/src/pair_hybrid.h index a486c0fd2f..f316802179 100644 --- a/src/pair_hybrid.h +++ b/src/pair_hybrid.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hybrid,PairHybrid) +PairStyle(hybrid,PairHybrid); // clang-format on #else diff --git a/src/pair_hybrid_overlay.h b/src/pair_hybrid_overlay.h index aa025bffa8..2342e9e060 100644 --- a/src/pair_hybrid_overlay.h +++ b/src/pair_hybrid_overlay.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hybrid/overlay,PairHybridOverlay) +PairStyle(hybrid/overlay,PairHybridOverlay); // clang-format on #else diff --git a/src/pair_hybrid_scaled.h b/src/pair_hybrid_scaled.h index bba57ae709..d8d0bdc6d1 100644 --- a/src/pair_hybrid_scaled.h +++ b/src/pair_hybrid_scaled.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(hybrid/scaled,PairHybridScaled) +PairStyle(hybrid/scaled,PairHybridScaled); // clang-format on #else diff --git a/src/pair_lj96_cut.h b/src/pair_lj96_cut.h index b0af81b830..13e23c9679 100644 --- a/src/pair_lj96_cut.h +++ b/src/pair_lj96_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj96/cut,PairLJ96Cut) +PairStyle(lj96/cut,PairLJ96Cut); // clang-format on #else diff --git a/src/pair_lj_cubic.h b/src/pair_lj_cubic.h index 7a75607ca4..0a9875574f 100644 --- a/src/pair_lj_cubic.h +++ b/src/pair_lj_cubic.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cubic,PairLJCubic) +PairStyle(lj/cubic,PairLJCubic); // clang-format on #else diff --git a/src/pair_lj_cut.h b/src/pair_lj_cut.h index a4e4c9f674..422b37e6d4 100644 --- a/src/pair_lj_cut.h +++ b/src/pair_lj_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut,PairLJCut) +PairStyle(lj/cut,PairLJCut); // clang-format on #else diff --git a/src/pair_lj_cut_coul_cut.h b/src/pair_lj_cut_coul_cut.h index 399fce1cd2..beb09a9495 100644 --- a/src/pair_lj_cut_coul_cut.h +++ b/src/pair_lj_cut_coul_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/cut,PairLJCutCoulCut) +PairStyle(lj/cut/coul/cut,PairLJCutCoulCut); // clang-format on #else diff --git a/src/pair_lj_cut_coul_debye.h b/src/pair_lj_cut_coul_debye.h index ee147d50c2..fe2ccb3146 100644 --- a/src/pair_lj_cut_coul_debye.h +++ b/src/pair_lj_cut_coul_debye.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/debye,PairLJCutCoulDebye) +PairStyle(lj/cut/coul/debye,PairLJCutCoulDebye); // clang-format on #else diff --git a/src/pair_lj_cut_coul_dsf.h b/src/pair_lj_cut_coul_dsf.h index b5e9a8fa25..c23fa31c87 100644 --- a/src/pair_lj_cut_coul_dsf.h +++ b/src/pair_lj_cut_coul_dsf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/dsf,PairLJCutCoulDSF) +PairStyle(lj/cut/coul/dsf,PairLJCutCoulDSF); // clang-format on #else diff --git a/src/pair_lj_cut_coul_wolf.h b/src/pair_lj_cut_coul_wolf.h index 0bcab5ac6e..f95ccf50a0 100644 --- a/src/pair_lj_cut_coul_wolf.h +++ b/src/pair_lj_cut_coul_wolf.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/cut/coul/wolf,PairLJCutCoulWolf) +PairStyle(lj/cut/coul/wolf,PairLJCutCoulWolf); // clang-format on #else diff --git a/src/pair_lj_expand.h b/src/pair_lj_expand.h index 305f221e50..0c8eea35dc 100644 --- a/src/pair_lj_expand.h +++ b/src/pair_lj_expand.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/expand,PairLJExpand) +PairStyle(lj/expand,PairLJExpand); // clang-format on #else diff --git a/src/pair_lj_gromacs.h b/src/pair_lj_gromacs.h index e1684cede2..8f5e4726eb 100644 --- a/src/pair_lj_gromacs.h +++ b/src/pair_lj_gromacs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/gromacs,PairLJGromacs) +PairStyle(lj/gromacs,PairLJGromacs); // clang-format on #else diff --git a/src/pair_lj_gromacs_coul_gromacs.h b/src/pair_lj_gromacs_coul_gromacs.h index d007462e73..f8610123b9 100644 --- a/src/pair_lj_gromacs_coul_gromacs.h +++ b/src/pair_lj_gromacs_coul_gromacs.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/gromacs/coul/gromacs,PairLJGromacsCoulGromacs) +PairStyle(lj/gromacs/coul/gromacs,PairLJGromacsCoulGromacs); // clang-format on #else diff --git a/src/pair_lj_relres.h b/src/pair_lj_relres.h index 1bfba3b081..7e04b6a265 100644 --- a/src/pair_lj_relres.h +++ b/src/pair_lj_relres.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/relres,PairLJRelRes) +PairStyle(lj/relres,PairLJRelRes); // clang-format on #else diff --git a/src/pair_lj_smooth.h b/src/pair_lj_smooth.h index a1f9811490..2e1e3aa723 100644 --- a/src/pair_lj_smooth.h +++ b/src/pair_lj_smooth.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/smooth,PairLJSmooth) +PairStyle(lj/smooth,PairLJSmooth); // clang-format on #else diff --git a/src/pair_lj_smooth_linear.h b/src/pair_lj_smooth_linear.h index 7e353721ef..7e737a91c2 100644 --- a/src/pair_lj_smooth_linear.h +++ b/src/pair_lj_smooth_linear.h @@ -13,8 +13,8 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(lj/smooth/linear,PairLJSmoothLinear) -PairStyle(lj/sf,PairLJSmoothLinear) +PairStyle(lj/smooth/linear,PairLJSmoothLinear); +PairStyle(lj/sf,PairLJSmoothLinear); // clang-format on #else diff --git a/src/pair_mie_cut.h b/src/pair_mie_cut.h index deaab23995..32368ac155 100644 --- a/src/pair_mie_cut.h +++ b/src/pair_mie_cut.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(mie/cut,PairMIECut) +PairStyle(mie/cut,PairMIECut); // clang-format on #else diff --git a/src/pair_morse.h b/src/pair_morse.h index 0c703c2162..fde17d3ec8 100644 --- a/src/pair_morse.h +++ b/src/pair_morse.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(morse,PairMorse) +PairStyle(morse,PairMorse); // clang-format on #else diff --git a/src/pair_soft.h b/src/pair_soft.h index 7dc5fafc73..692f650e9e 100644 --- a/src/pair_soft.h +++ b/src/pair_soft.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(soft,PairSoft) +PairStyle(soft,PairSoft); // clang-format on #else diff --git a/src/pair_table.h b/src/pair_table.h index ca52beab70..d97dd8ac29 100644 --- a/src/pair_table.h +++ b/src/pair_table.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(table,PairTable) +PairStyle(table,PairTable); // clang-format on #else diff --git a/src/pair_ufm.h b/src/pair_ufm.h index 85c787b7c5..6b25a2b87f 100644 --- a/src/pair_ufm.h +++ b/src/pair_ufm.h @@ -19,7 +19,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(ufm,PairUFM) +PairStyle(ufm,PairUFM); // clang-format on #else diff --git a/src/pair_yukawa.h b/src/pair_yukawa.h index 81c78d4dc9..be51827ad5 100644 --- a/src/pair_yukawa.h +++ b/src/pair_yukawa.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(yukawa,PairYukawa) +PairStyle(yukawa,PairYukawa); // clang-format on #else diff --git a/src/pair_zbl.h b/src/pair_zbl.h index f7e351732f..35205db234 100644 --- a/src/pair_zbl.h +++ b/src/pair_zbl.h @@ -13,7 +13,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(zbl,PairZBL) +PairStyle(zbl,PairZBL); // clang-format on #else diff --git a/src/pair_zero.h b/src/pair_zero.h index 985e0c1d33..805892d2da 100644 --- a/src/pair_zero.h +++ b/src/pair_zero.h @@ -23,7 +23,7 @@ #ifdef PAIR_CLASS // clang-format off -PairStyle(zero,PairZero) +PairStyle(zero,PairZero); // clang-format on #else diff --git a/src/read_data.h b/src/read_data.h index c44cc43db9..9fb6560725 100644 --- a/src/read_data.h +++ b/src/read_data.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(read_data,ReadData) +CommandStyle(read_data,ReadData); // clang-format on #else diff --git a/src/read_dump.cpp b/src/read_dump.cpp index fbaab2cc5d..14943a60e1 100644 --- a/src/read_dump.cpp +++ b/src/read_dump.cpp @@ -232,20 +232,21 @@ void ReadDump::setup_reader(int narg, char **arg) // create Nreader reader classes per reader // match readerstyle to options in style_reader.h - if (0) return; // dummy line to enable else-if macro expansion + if (0) { + return; // dummy line to enable else-if macro expansion #define READER_CLASS #define ReaderStyle(key,Class) \ - else if (strcmp(readerstyle,#key) == 0) { \ - for (int i = 0; i < nreader; i++) \ + } else if (strcmp(readerstyle,#key) == 0) { \ + for (int i = 0; i < nreader; i++) { \ readers[i] = new Class(lmp); \ - } + } #include "style_reader.h" // IWYU pragma: keep #undef READER_CLASS // unrecognized style - else error->all(FLERR,utils::check_packages_for_style("reader",readerstyle,lmp)); + } else error->all(FLERR,utils::check_packages_for_style("reader",readerstyle,lmp)); if (utils::strmatch(readerstyle,"^adios")) { // everyone is a reader with adios diff --git a/src/read_dump.h b/src/read_dump.h index 94ac6f73bb..563cf8a9e5 100644 --- a/src/read_dump.h +++ b/src/read_dump.h @@ -15,7 +15,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(read_dump,ReadDump) +CommandStyle(read_dump,ReadDump); // clang-format on #else diff --git a/src/read_restart.h b/src/read_restart.h index 5e6de8308c..d0ff700b4a 100644 --- a/src/read_restart.h +++ b/src/read_restart.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(read_restart,ReadRestart) +CommandStyle(read_restart,ReadRestart); // clang-format on #else diff --git a/src/reader_native.h b/src/reader_native.h index 887877e4d8..0eeb2a25e5 100644 --- a/src/reader_native.h +++ b/src/reader_native.h @@ -15,7 +15,7 @@ #ifdef READER_CLASS // clang-format off -ReaderStyle(native,ReaderNative) +ReaderStyle(native,ReaderNative); // clang-format on #else diff --git a/src/reader_xyz.h b/src/reader_xyz.h index bb5276d6ed..8b38656230 100644 --- a/src/reader_xyz.h +++ b/src/reader_xyz.h @@ -15,7 +15,7 @@ #ifdef READER_CLASS // clang-format off -ReaderStyle(xyz,ReaderXYZ) +ReaderStyle(xyz,ReaderXYZ); // clang-format on #else diff --git a/src/region_block.h b/src/region_block.h index 9c9a1710e4..7d99d407e2 100644 --- a/src/region_block.h +++ b/src/region_block.h @@ -13,7 +13,7 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(block,RegBlock) +RegionStyle(block,RegBlock); // clang-format on #else diff --git a/src/region_cone.h b/src/region_cone.h index 5680b3ea6a..2f3bf54a1e 100644 --- a/src/region_cone.h +++ b/src/region_cone.h @@ -13,7 +13,7 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(cone,RegCone) +RegionStyle(cone,RegCone); // clang-format on #else diff --git a/src/region_cylinder.h b/src/region_cylinder.h index 5f02674d1c..5a90b85504 100644 --- a/src/region_cylinder.h +++ b/src/region_cylinder.h @@ -13,7 +13,7 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(cylinder,RegCylinder) +RegionStyle(cylinder,RegCylinder); // clang-format on #else diff --git a/src/region_deprecated.h b/src/region_deprecated.h index 6f74e396a8..374f01ddfc 100644 --- a/src/region_deprecated.h +++ b/src/region_deprecated.h @@ -15,7 +15,7 @@ // list all deprecated and removed region styles here // clang-format off -RegionStyle(DEPRECATED,RegionDeprecated) +RegionStyle(DEPRECATED,RegionDeprecated); // clang-format on #else diff --git a/src/region_intersect.h b/src/region_intersect.h index 0dd96a37cd..0e99d85fbd 100644 --- a/src/region_intersect.h +++ b/src/region_intersect.h @@ -13,7 +13,7 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(intersect,RegIntersect) +RegionStyle(intersect,RegIntersect); // clang-format on #else diff --git a/src/region_plane.h b/src/region_plane.h index 64dd8e1523..8d1d7d68ed 100644 --- a/src/region_plane.h +++ b/src/region_plane.h @@ -13,7 +13,7 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(plane,RegPlane) +RegionStyle(plane,RegPlane); // clang-format on #else diff --git a/src/region_prism.h b/src/region_prism.h index 84742b0b44..f259929738 100644 --- a/src/region_prism.h +++ b/src/region_prism.h @@ -13,7 +13,7 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(prism,RegPrism) +RegionStyle(prism,RegPrism); // clang-format on #else diff --git a/src/region_sphere.h b/src/region_sphere.h index b093805f8c..14dd09b977 100644 --- a/src/region_sphere.h +++ b/src/region_sphere.h @@ -13,7 +13,7 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(sphere,RegSphere) +RegionStyle(sphere,RegSphere); // clang-format on #else diff --git a/src/region_union.h b/src/region_union.h index 852ebec3b9..dbf5034d50 100644 --- a/src/region_union.h +++ b/src/region_union.h @@ -13,7 +13,7 @@ #ifdef REGION_CLASS // clang-format off -RegionStyle(union,RegUnion) +RegionStyle(union,RegUnion); // clang-format on #else diff --git a/src/replicate.h b/src/replicate.h index bd20ba971d..af508d44bf 100644 --- a/src/replicate.h +++ b/src/replicate.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(replicate,Replicate) +CommandStyle(replicate,Replicate); // clang-format on #else diff --git a/src/rerun.h b/src/rerun.h index e703271d4d..d39201badc 100644 --- a/src/rerun.h +++ b/src/rerun.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(rerun,Rerun) +CommandStyle(rerun,Rerun); // clang-format on #else diff --git a/src/reset_atom_ids.h b/src/reset_atom_ids.h index 25d58c5792..e59c1df4ea 100644 --- a/src/reset_atom_ids.h +++ b/src/reset_atom_ids.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(reset_atom_ids,ResetIDs) +CommandStyle(reset_atom_ids,ResetIDs); // clang-format on #else diff --git a/src/reset_mol_ids.h b/src/reset_mol_ids.h index f15de9fb3b..b9d2752a5a 100644 --- a/src/reset_mol_ids.h +++ b/src/reset_mol_ids.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(reset_mol_ids,ResetMolIDs) +CommandStyle(reset_mol_ids,ResetMolIDs); // clang-format on #else diff --git a/src/respa.h b/src/respa.h index 941f55ad9e..127a1cae26 100644 --- a/src/respa.h +++ b/src/respa.h @@ -13,7 +13,7 @@ #ifdef INTEGRATE_CLASS // clang-format off -IntegrateStyle(respa,Respa) +IntegrateStyle(respa,Respa); // clang-format on #else diff --git a/src/run.h b/src/run.h index 8410d19c5d..4c5ed2facc 100644 --- a/src/run.h +++ b/src/run.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(run,Run) +CommandStyle(run,Run); // clang-format on #else diff --git a/src/set.h b/src/set.h index aa95f85ed8..e1bbbffb99 100644 --- a/src/set.h +++ b/src/set.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(set,Set) +CommandStyle(set,Set); // clang-format on #else diff --git a/src/velocity.h b/src/velocity.h index 5df74ab67d..bc3ba9b705 100644 --- a/src/velocity.h +++ b/src/velocity.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(velocity,Velocity) +CommandStyle(velocity,Velocity); // clang-format on #else diff --git a/src/verlet.h b/src/verlet.h index ad91cda149..acd30edc44 100644 --- a/src/verlet.h +++ b/src/verlet.h @@ -13,7 +13,7 @@ #ifdef INTEGRATE_CLASS // clang-format off -IntegrateStyle(verlet,Verlet) +IntegrateStyle(verlet,Verlet); // clang-format on #else diff --git a/src/write_coeff.h b/src/write_coeff.h index 88f824e42b..c5b1e6fadd 100644 --- a/src/write_coeff.h +++ b/src/write_coeff.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(write_coeff,WriteCoeff) +CommandStyle(write_coeff,WriteCoeff); // clang-format on #else diff --git a/src/write_data.h b/src/write_data.h index df6a7f9700..06ce316d74 100644 --- a/src/write_data.h +++ b/src/write_data.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(write_data,WriteData) +CommandStyle(write_data,WriteData); // clang-format on #else diff --git a/src/write_dump.cpp b/src/write_dump.cpp index eed7dd36fa..85d73005ce 100644 --- a/src/write_dump.cpp +++ b/src/write_dump.cpp @@ -56,15 +56,17 @@ void WriteDump::command(int narg, char **arg) for (int i = 2; i < modindex; ++i) dumpargs[i+2] = arg[i]; - if (0) return; // dummy line to enable else-if macro expansion + if (0) { + return; // dummy line to enable else-if macro expansion #define DUMP_CLASS #define DumpStyle(key,Class) \ - else if (strcmp(arg[1],#key) == 0) dump = new Class(lmp,modindex+2,dumpargs); + } else if (strcmp(arg[1],#key) == 0) { \ + dump = new Class(lmp,modindex+2,dumpargs); #include "style_dump.h" #undef DUMP_CLASS - else error->all(FLERR,utils::check_packages_for_style("dump",arg[1],lmp)); + } else error->all(FLERR,utils::check_packages_for_style("dump",arg[1],lmp)); if (modindex < narg) dump->modify_params(narg-modindex-1,&arg[modindex+1]); diff --git a/src/write_dump.h b/src/write_dump.h index 655dd62f0e..8a5b662ce1 100644 --- a/src/write_dump.h +++ b/src/write_dump.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(write_dump,WriteDump) +CommandStyle(write_dump,WriteDump); // clang-format on #else diff --git a/src/write_restart.h b/src/write_restart.h index 10eca6f3ee..3fa457adb8 100644 --- a/src/write_restart.h +++ b/src/write_restart.h @@ -13,7 +13,7 @@ #ifdef COMMAND_CLASS // clang-format off -CommandStyle(write_restart,WriteRestart) +CommandStyle(write_restart,WriteRestart); // clang-format on #else