replace C-style include files with their C++ equivalents
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <mpi.h>
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include "compute_bond.h"
|
||||
#include "update.h"
|
||||
#include "force.h"
|
||||
|
||||
Reference in New Issue
Block a user