replace C-style include files with their C++ equivalents
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
Contributing authors: Yuxing Peng and Chris Knight (U Chicago)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include "verlet_split.h"
|
||||
#include "universe.h"
|
||||
#include "neighbor.h"
|
||||
|
||||
Reference in New Issue
Block a user