replace C-style include files with their C++ equivalents
This commit is contained in:
@ -15,8 +15,8 @@
|
||||
Contributing authors: Mark Stevens (SNL), Paul Crozier (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "respa.h"
|
||||
#include "neighbor.h"
|
||||
#include "atom.h"
|
||||
|
||||
Reference in New Issue
Block a user