Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91082123
improper_hybrid_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
Thu, Nov 7, 17:03
Size
885 B
Mime Type
text/x-c
Expires
Sat, Nov 9, 17:03 (2 d)
Engine
blob
Format
Raw Data
Handle
22190793
Attached To
rLAMMPS lammps
improper_hybrid_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 "improper_hybrid_omp.h"
using
namespace
LAMMPS_NS
;
/* ---------------------------------------------------------------------- */
ImproperHybridOMP
::
ImproperHybridOMP
(
LAMMPS
*
lmp
)
:
ImproperHybrid
(
lmp
)
{
suffix
=
"omp"
;
}
Event Timeline
Log In to Comment