Commit 925d6d37 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

adjust header inclusion to current LAMMPS conventions

parent bdf37649
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
#include "math.h"
#include "stdlib.h"
#include "string.h"

#include <cmath>
#include <cstdlib>
#include <cstring>

#include "atom.h"
#include "update.h"
#include "force.h"