Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91846782
pair_hybrid_overlay_omp.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 15, 02:31
Size
950 B
Mime Type
text/x-c
Expires
Sun, Nov 17, 02:31 (2 d)
Engine
blob
Format
Raw Data
Handle
22334040
Attached To
rLAMMPS lammps
pair_hybrid_overlay_omp.cpp
View Options
/* ----------------------------------------------------------------------
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_overlay_omp.h"
#include "string.h"
using
namespace
LAMMPS_NS
;
/* ---------------------------------------------------------------------- */
PairHybridOverlayOMP
::
PairHybridOverlayOMP
(
LAMMPS
*
lmp
)
:
PairHybridOverlay
(
lmp
)
{
suffix
=
new
char
[
4
];
memcpy
(
suffix
,
"omp"
,
4
);
}
Event Timeline
Log In to Comment