replace C-style include files with their C++ equivalents
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include "dump_atom.h"
|
||||
#include "domain.h"
|
||||
#include "atom.h"
|
||||
|
||||
Reference in New Issue
Block a user