convert c-style includes for c-library calls to c++-style

This commit is contained in:
Axel Kohlmeyer
2018-07-10 09:48:49 -04:00
parent 792b182cb0
commit 1ed25d195b
10 changed files with 29 additions and 29 deletions

View File

@ -23,9 +23,9 @@
and molecular dynamics. Journal of Computational Physics.
------------------------------------------------------------------------- */
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "atom.h"
#include "atom_vec_spin.h"
#include "comm.h"