blob: 1984146ce18685d514f109817b529c75b35447ff [file] [log] [blame]
/// \file
/// Computes forces for the 12-6 Lennard Jones (LJ) potential.
#ifndef _LJTYPES_H_
#define _LJTYPES_H_
struct BasePotentialSt;
struct BasePotentialSt* initLjPot(void);
#endif