Page MenuHomec4science

pair_hybrid_omp.cpp
No OneTemporary

File Metadata

Created
Sun, Sep 8, 17:43

pair_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 "pair_hybrid_omp.h"
#include "string.h"
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairHybridOMP::PairHybridOMP(LAMMPS *lmp) : PairHybrid(lmp)
{
suffix = new char[4];
memcpy(suffix,"omp",4);
}

Event Timeline