Skip to content
Snippets Groups Projects
Commit 72eb2dab authored by Richard Berger's avatar Richard Berger
Browse files

Add missing math.h header

parent 1bd9e175
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment