aboutsummaryrefslogtreecommitdiff
path: root/MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h
blob: 1984146ce18685d514f109817b529c75b35447ff (plain)
1
2
3
4
5
6
7
8
9
10
11
/// \file
/// Computes forces for the 12-6 Lennard Jones (LJ) potential.

#ifndef _LJTYPES_H_
#define _LJTYPES_H_

struct BasePotentialSt;
struct BasePotentialSt* initLjPot(void);

#endif