forked from lijiext/lammps
Add missing math.h header
This commit is contained in:
parent
1bd9e175e9
commit
72eb2dab52
|
@ -21,6 +21,7 @@ PairStyle(polymorphic,PairPolymorphic)
|
|||
#define LMP_PAIR_POLYMORPHIC_H
|
||||
|
||||
#include "pair.h"
|
||||
#include <math.h>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ PairStyle(tersoff/mod,PairTersoffMOD)
|
|||
#define LMP_PAIR_TERSOFF_MOD_H
|
||||
|
||||
#include "pair_tersoff.h"
|
||||
#include <math.h>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
|
Loading…
Reference in New Issue