Files
lammps/src/OPENMP/fix_rigid_nve_omp.cpp
2022-10-24 11:08:26 -04:00

30 lines
1.2 KiB
C++

// clang-format off
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://www.lammps.org/, Sandia National Laboratories
LAMMPS development team: developers@lammps.org
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Tony Sheh (U Michigan), Trung Dac Nguyen (U Michigan)
references: Kamberaj et al., J. Chem. Phys. 122, 224114 (2005)
Miller et al., J Chem Phys. 116, 8649-8659 (2002)
------------------------------------------------------------------------- */
#include "fix_rigid_nve_omp.h"
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
FixRigidNVEOMP::FixRigidNVEOMP(LAMMPS *lmp, int narg, char **arg) :
FixRigidNHOMP(lmp, narg, arg) {}