replace C-style include files with their C++ equivalents

This commit is contained in:
Axel Kohlmeyer
2018-04-27 17:41:04 -04:00
parent d5ec76290b
commit e4071d7f46
1309 changed files with 3075 additions and 3098 deletions

View File

@ -18,9 +18,9 @@
(https://dx.doi.org/10.6084/m9.figshare.1488628.v1
------------------------------------------------------------------------- */
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <mpi.h>
#include "fix_orient_bcc.h"
#include "atom.h"