adjust header inclusion to current LAMMPS conventions
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
#include "math.h"
|
|
||||||
#include "stdlib.h"
|
#include <cmath>
|
||||||
#include "string.h"
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
#include "force.h"
|
#include "force.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user