restore clang-format comments

This commit is contained in:
Axel Kohlmeyer
2023-06-23 08:22:31 -04:00
parent e9a06a0654
commit a38e0fb47b
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// clang-format off
// clang-format off
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://www.lammps.org/, Sandia National Laboratories

View File

@ -1,3 +1,4 @@
// clang-format off
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://www.lammps.org/, Sandia National Laboratories
@ -31,7 +32,6 @@ using namespace LAMMPS_NS;
DumpAtom::DumpAtom(LAMMPS *lmp, int narg, char **arg) :
Dump(lmp, narg, arg), header_choice(nullptr), pack_choice(nullptr)
{
// clang-format off
if (narg != 5) error->all(FLERR,"Illegal dump atom command");
scale_flag = 1;

View File

@ -1,3 +1,4 @@
// clang-format off
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://www.lammps.org/, Sandia National Laboratories