apply clang-format
This commit is contained in:
@ -532,7 +532,6 @@ void PairLJPirani::compute_outer(int eflag, int vflag)
|
||||
|
||||
if (eflag) {
|
||||
|
||||
|
||||
r = sqrt(rsq);
|
||||
|
||||
rx = r / rm[itype][jtype];
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user