replace C-style include files with their C++ equivalents
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include "error.h"
|
||||
#include "update.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user