next iteration of preparing for clang-format

This commit is contained in:
Axel Kohlmeyer
2021-04-30 13:51:14 -04:00
parent 04ee87af0c
commit a1665fddc8
1259 changed files with 1486 additions and 1481 deletions

View File

@ -13,7 +13,7 @@
#ifdef COMPUTE_CLASS #ifdef COMPUTE_CLASS
// clang-format off // clang-format off
ComputeStyle(erotate/asphere,ComputeERotateAsphere) ComputeStyle(erotate/asphere,ComputeERotateAsphere);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef COMPUTE_CLASS #ifdef COMPUTE_CLASS
// clang-format off // clang-format off
ComputeStyle(temp/asphere,ComputeTempAsphere) ComputeStyle(temp/asphere,ComputeTempAsphere);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nph/asphere,FixNPHAsphere) FixStyle(nph/asphere,FixNPHAsphere);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(npt/asphere,FixNPTAsphere) FixStyle(npt/asphere,FixNPTAsphere);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nve/asphere,FixNVEAsphere) FixStyle(nve/asphere,FixNVEAsphere);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nve/asphere/noforce,FixNVEAsphereNoforce) FixStyle(nve/asphere/noforce,FixNVEAsphereNoforce);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nve/line,FixNVELine) FixStyle(nve/line,FixNVELine);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nve/tri,FixNVETri) FixStyle(nve/tri,FixNVETri);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nvt/asphere,FixNVTAsphere) FixStyle(nvt/asphere,FixNVTAsphere);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(gayberne,PairGayBerne) PairStyle(gayberne,PairGayBerne);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(line/lj,PairLineLJ) PairStyle(line/lj,PairLineLJ);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(resquared,PairRESquared) PairStyle(resquared,PairRESquared);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(tri/lj,PairTriLJ) PairStyle(tri/lj,PairTriLJ);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef BODY_CLASS #ifdef BODY_CLASS
// clang-format off // clang-format off
BodyStyle(nparticle,BodyNparticle) BodyStyle(nparticle,BodyNparticle);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef BODY_CLASS #ifdef BODY_CLASS
// clang-format off // clang-format off
BodyStyle(rounded/polygon,BodyRoundedPolygon) BodyStyle(rounded/polygon,BodyRoundedPolygon);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef BODY_CLASS #ifdef BODY_CLASS
// clang-format off // clang-format off
BodyStyle(rounded/polyhedron,BodyRoundedPolyhedron) BodyStyle(rounded/polyhedron,BodyRoundedPolyhedron);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef COMPUTE_CLASS #ifdef COMPUTE_CLASS
// clang-format off // clang-format off
ComputeStyle(body/local,ComputeBodyLocal) ComputeStyle(body/local,ComputeBodyLocal);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef COMPUTE_CLASS #ifdef COMPUTE_CLASS
// clang-format off // clang-format off
ComputeStyle(temp/body,ComputeTempBody) ComputeStyle(temp/body,ComputeTempBody);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nph/body,FixNPHBody) FixStyle(nph/body,FixNPHBody);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(npt/body,FixNPTBody) FixStyle(npt/body,FixNPTBody);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nve/body,FixNVEBody) FixStyle(nve/body,FixNVEBody);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nvt/body,FixNVTBody) FixStyle(nvt/body,FixNVTBody);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(wall/body/polygon,FixWallBodyPolygon) FixStyle(wall/body/polygon,FixWallBodyPolygon);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(wall/body/polyhedron,FixWallBodyPolyhedron) FixStyle(wall/body/polyhedron,FixWallBodyPolyhedron);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(body/nparticle,PairBodyNparticle) PairStyle(body/nparticle,PairBodyNparticle);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(body/rounded/polygon,PairBodyRoundedPolygon) PairStyle(body/rounded/polygon,PairBodyRoundedPolygon);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(body/rounded/polyhedron,PairBodyRoundedPolyhedron) PairStyle(body/rounded/polyhedron,PairBodyRoundedPolyhedron);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef ANGLE_CLASS #ifdef ANGLE_CLASS
// clang-format off // clang-format off
AngleStyle(class2,AngleClass2) AngleStyle(class2,AngleClass2);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef BOND_CLASS #ifdef BOND_CLASS
// clang-format off // clang-format off
BondStyle(class2,BondClass2) BondStyle(class2,BondClass2);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef DIHEDRAL_CLASS #ifdef DIHEDRAL_CLASS
// clang-format off // clang-format off
DihedralStyle(class2,DihedralClass2) DihedralStyle(class2,DihedralClass2);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef IMPROPER_CLASS #ifdef IMPROPER_CLASS
// clang-format off // clang-format off
ImproperStyle(class2,ImproperClass2) ImproperStyle(class2,ImproperClass2);
// clang-format on // clang-format on
#else #else

View File

@ -11,7 +11,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/class2,PairLJClass2) PairStyle(lj/class2,PairLJClass2);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/class2/coul/cut,PairLJClass2CoulCut) PairStyle(lj/class2/coul/cut,PairLJClass2CoulCut);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/class2/coul/long,PairLJClass2CoulLong) PairStyle(lj/class2/coul/long,PairLJClass2CoulLong);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(wall/colloid,FixWallColloid) FixStyle(wall/colloid,FixWallColloid);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(brownian,PairBrownian) PairStyle(brownian,PairBrownian);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(brownian/poly,PairBrownianPoly) PairStyle(brownian/poly,PairBrownianPoly);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(colloid,PairColloid) PairStyle(colloid,PairColloid);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lubricate,PairLubricate) PairStyle(lubricate,PairLubricate);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lubricateU,PairLubricateU) PairStyle(lubricateU,PairLubricateU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lubricateU/poly,PairLubricateUPoly) PairStyle(lubricateU/poly,PairLubricateUPoly);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lubricate/poly,PairLubricatePoly) PairStyle(lubricate/poly,PairLubricatePoly);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(yukawa/colloid,PairYukawaColloid) PairStyle(yukawa/colloid,PairYukawaColloid);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(atom/gz,DumpAtomGZ) DumpStyle(atom/gz,DumpAtomGZ);
// clang-format on // clang-format on
#else #else

View File

@ -19,7 +19,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(atom/zstd,DumpAtomZstd) DumpStyle(atom/zstd,DumpAtomZstd);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(cfg/gz,DumpCFGGZ) DumpStyle(cfg/gz,DumpCFGGZ);
// clang-format on // clang-format on
#else #else

View File

@ -18,7 +18,7 @@
#ifdef LAMMPS_ZSTD #ifdef LAMMPS_ZSTD
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(cfg/zstd,DumpCFGZstd) DumpStyle(cfg/zstd,DumpCFGZstd);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(custom/gz,DumpCustomGZ) DumpStyle(custom/gz,DumpCustomGZ);
// clang-format on // clang-format on
#else #else

View File

@ -19,7 +19,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(custom/zstd,DumpCustomZstd) DumpStyle(custom/zstd,DumpCustomZstd);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(local/gz,DumpLocalGZ) DumpStyle(local/gz,DumpLocalGZ);
// clang-format on // clang-format on
#else #else

View File

@ -19,7 +19,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(local/zstd,DumpLocalZstd) DumpStyle(local/zstd,DumpLocalZstd);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(xyz/gz,DumpXYZGZ) DumpStyle(xyz/gz,DumpXYZGZ);
// clang-format on // clang-format on
#else #else

View File

@ -19,7 +19,7 @@
#ifdef DUMP_CLASS #ifdef DUMP_CLASS
// clang-format off // clang-format off
DumpStyle(xyz/zstd,DumpXYZZstd) DumpStyle(xyz/zstd,DumpXYZZstd);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef COMPUTE_CLASS #ifdef COMPUTE_CLASS
// clang-format off // clang-format off
ComputeStyle(temp/cs,ComputeTempCS) ComputeStyle(temp/cs,ComputeTempCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(born/coul/dsf/cs,PairBornCoulDSFCS) PairStyle(born/coul/dsf/cs,PairBornCoulDSFCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(born/coul/long/cs,PairBornCoulLongCS) PairStyle(born/coul/long/cs,PairBornCoulLongCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(born/coul/wolf/cs,PairBornCoulWolfCS) PairStyle(born/coul/wolf/cs,PairBornCoulWolfCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(buck/coul/long/cs,PairBuckCoulLongCS) PairStyle(buck/coul/long/cs,PairBuckCoulLongCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(coul/long/cs,PairCoulLongCS) PairStyle(coul/long/cs,PairCoulLongCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(coul/wolf/cs,PairCoulWolfCS) PairStyle(coul/wolf/cs,PairCoulWolfCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/class2/coul/long/cs,PairLJClass2CoulLongCS) PairStyle(lj/class2/coul/long/cs,PairLJClass2CoulLongCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/cut/coul/long/cs,PairLJCutCoulLongCS) PairStyle(lj/cut/coul/long/cs,PairLJCutCoulLongCS);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef ATOM_CLASS #ifdef ATOM_CLASS
// clang-format off // clang-format off
AtomStyle(dipole,AtomVecDipole) AtomStyle(dipole,AtomVecDipole);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/cut/dipole/cut,PairLJCutDipoleCut) PairStyle(lj/cut/dipole/cut,PairLJCutDipoleCut);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/cut/dipole/long,PairLJCutDipoleLong) PairStyle(lj/cut/dipole/long,PairLJCutDipoleLong);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/long/dipole/long,PairLJLongDipoleLong) PairStyle(lj/long/dipole/long,PairLJLongDipoleLong);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(GPU,FixGPU) FixStyle(GPU,FixGPU);
// clang-format on // clang-format on
#else #else

View File

@ -17,7 +17,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(npt/gpu,FixNPTGPU) FixStyle(npt/gpu,FixNPTGPU);
// clang-format on // clang-format on
#else #else

View File

@ -17,7 +17,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nve/asphere/gpu,FixNVEAsphereGPU) FixStyle(nve/asphere/gpu,FixNVEAsphereGPU);
// clang-format on // clang-format on
#else #else

View File

@ -17,7 +17,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nve/gpu,FixNVEGPU) FixStyle(nve/gpu,FixNVEGPU);
// clang-format on // clang-format on
#else #else

View File

@ -17,7 +17,7 @@
#ifdef FIX_CLASS #ifdef FIX_CLASS
// clang-format off // clang-format off
FixStyle(nvt/gpu,FixNVTGPU) FixStyle(nvt/gpu,FixNVTGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(beck/gpu,PairBeckGPU) PairStyle(beck/gpu,PairBeckGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(born/coul/long/cs/gpu,PairBornCoulLongCSGPU) PairStyle(born/coul/long/cs/gpu,PairBornCoulLongCSGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(born/coul/long/gpu,PairBornCoulLongGPU) PairStyle(born/coul/long/gpu,PairBornCoulLongGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(born/coul/wolf/cs/gpu,PairBornCoulWolfCSGPU) PairStyle(born/coul/wolf/cs/gpu,PairBornCoulWolfCSGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(born/coul/wolf/gpu,PairBornCoulWolfGPU) PairStyle(born/coul/wolf/gpu,PairBornCoulWolfGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(born/gpu,PairBornGPU) PairStyle(born/gpu,PairBornGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(buck/coul/cut/gpu,PairBuckCoulCutGPU) PairStyle(buck/coul/cut/gpu,PairBuckCoulCutGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(buck/coul/long/gpu,PairBuckCoulLongGPU) PairStyle(buck/coul/long/gpu,PairBuckCoulLongGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(buck/gpu,PairBuckGPU) PairStyle(buck/gpu,PairBuckGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(colloid/gpu,PairColloidGPU) PairStyle(colloid/gpu,PairColloidGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(coul/cut/gpu,PairCoulCutGPU) PairStyle(coul/cut/gpu,PairCoulCutGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(coul/debye/gpu,PairCoulDebyeGPU) PairStyle(coul/debye/gpu,PairCoulDebyeGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(coul/dsf/gpu,PairCoulDSFGPU) PairStyle(coul/dsf/gpu,PairCoulDSFGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(coul/long/cs/gpu,PairCoulLongCSGPU) PairStyle(coul/long/cs/gpu,PairCoulLongCSGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(coul/long/gpu,PairCoulLongGPU) PairStyle(coul/long/gpu,PairCoulLongGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(dpd/gpu,PairDPDGPU) PairStyle(dpd/gpu,PairDPDGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(dpd/tstat/gpu,PairDPDTstatGPU) PairStyle(dpd/tstat/gpu,PairDPDTstatGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(eam/alloy/gpu,PairEAMAlloyGPU) PairStyle(eam/alloy/gpu,PairEAMAlloyGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(eam/fs/gpu,PairEAMFSGPU) PairStyle(eam/fs/gpu,PairEAMFSGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(eam/gpu,PairEAMGPU) PairStyle(eam/gpu,PairEAMGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(gauss/gpu,PairGaussGPU) PairStyle(gauss/gpu,PairGaussGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(gayberne/gpu,PairGayBerneGPU) PairStyle(gayberne/gpu,PairGayBerneGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj96/cut/gpu,PairLJ96CutGPU) PairStyle(lj96/cut/gpu,PairLJ96CutGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/charmm/coul/charmm/gpu,PairLJCharmmCoulCharmmGPU) PairStyle(lj/charmm/coul/charmm/gpu,PairLJCharmmCoulCharmmGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/charmm/coul/long/gpu,PairLJCharmmCoulLongGPU) PairStyle(lj/charmm/coul/long/gpu,PairLJCharmmCoulLongGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/class2/coul/long/gpu,PairLJClass2CoulLongGPU) PairStyle(lj/class2/coul/long/gpu,PairLJClass2CoulLongGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/class2/gpu,PairLJClass2GPU) PairStyle(lj/class2/gpu,PairLJClass2GPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/cubic/gpu,PairLJCubicGPU) PairStyle(lj/cubic/gpu,PairLJCubicGPU);
// clang-format on // clang-format on
#else #else

View File

@ -13,7 +13,7 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
// clang-format off // clang-format off
PairStyle(lj/cut/coul/cut/gpu,PairLJCutCoulCutGPU) PairStyle(lj/cut/coul/cut/gpu,PairLJCutCoulCutGPU);
// clang-format on // clang-format on
#else #else

Some files were not shown because too many files have changed in this diff Show More