-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadd_fix_property.h
41 lines (30 loc) · 1.08 KB
/
add_fix_property.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* ----------------------------------------------------------------------
LIGGGHTS - LAMMPS Improved for General Granular and Granular Heat
Transfer Simulations
www.liggghts.com | www.cfdem.com
Christoph Kloss, christoph.kloss@cfdem.com
LIGGGHTS is based on LAMMPS
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
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.
------------------------------------------------------------------------- */
#ifndef LMP_ADD_FIX_PROPERTY_H
#define LMP_ADD_FIX_PROPERTY_H
#include "fix_propertyGlobal.h"
#include "fix_propertyPerAtom.h"
namespace LAMMPS_NS {
FixPropertyGlobal* add_fix_property_global()
{
char
}
FixPropertyGlobal* add_fix_property_peratom()
{
char
}
}
#endif