use cmath header instead of math.h
This commit is contained in:
@ -54,10 +54,9 @@
|
||||
Designed for use with the kim-api-2.0.2 (and newer) package
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <iostream>
|
||||
#include <math.h>
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include "nbin.h"
|
||||
#include "memory.h"
|
||||
#include "atom.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include "nbin.h"
|
||||
#include "memory.h"
|
||||
#include "atom.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include "nbin.h"
|
||||
#include "memory.h"
|
||||
#include "atom.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include "nbin.h"
|
||||
#include "memory.h"
|
||||
#include "atom.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include "nbin.h"
|
||||
#include "memory.h"
|
||||
#include "atom.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include "nbin.h"
|
||||
#include "memory.h"
|
||||
#include "atom.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user