Unverified Commit 28607f15 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

use C++ style include headers for accessing C library functions

parent c26068a5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@ Dan Bolintineanu (SNL), Ishan Srivastava (SNL), Jeremy Lechman(SNL)
Leo Silbert (SNL), Gary Grest (SNL)
----------------------------------------------------------------------- */

#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include "pair_granular.h"
#include "atom.h"
#include "atom_vec.h"