use cmath header instead of math.h

This commit is contained in:
Axel Kohlmeyer
2021-09-15 15:24:33 -04:00
parent 1fdba7280e
commit 65d8f7f964
7 changed files with 8 additions and 9 deletions

View File

@ -18,7 +18,7 @@
#include "nbin.h"
#include "memory.h"
#include "atom.h"
#include <math.h>
#include <cmath>
using namespace LAMMPS_NS;