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 "fix_npt_sphere.h"
|
||||
#include "modify.h"
|
||||
#include "error.h"
|
||||
|
||||
Reference in New Issue
Block a user