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 <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#include "fix_read_restart.h"
|
||||
#include "atom.h"
|
||||
#include "memory.h"
|
||||
|
||||
Reference in New Issue
Block a user