Page MenuHomec4science

bond_hybrid_omp.cpp
No OneTemporary

File Metadata

Created
Fri, Jul 26, 00:18

bond_hybrid_omp.cpp

/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
This software is distributed under the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Axel Kohlmeyer (Temple U)
------------------------------------------------------------------------- */
#include "bond_hybrid_omp.h"
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
BondHybridOMP::BondHybridOMP(LAMMPS *lmp) : BondHybrid(lmp)
{
suffix = "omp";
}

Event Timeline