Add missing math.h header
This commit is contained in:
@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user