apply clang-format

This commit is contained in:
Axel Kohlmeyer
2025-04-22 10:50:24 -04:00
parent 25307b049c
commit bbc025632d
2 changed files with 34 additions and 35 deletions

View File

@ -532,7 +532,6 @@ void PairLJPirani::compute_outer(int eflag, int vflag)
if (eflag) {
r = sqrt(rsq);
rx = r / rm[itype][jtype];

View File

@ -17,8 +17,8 @@ PairStyle(lj/pirani,PairLJPirani);
// clang-format on
#else
#ifndef LMP_PAIR_LJ_PIRANI
#define LMP_PAIR_LJ_PIRANI
#ifndef LMP_PAIR_LJ_PIRANI_H
#define LMP_PAIR_LJ_PIRANI_H
#include "pair.h"