replace C-style include files with their C++ equivalents
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
[ based on angle_harmonic.cpp]
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include "angle_quartic.h"
|
||||
#include "atom.h"
|
||||
#include "neighbor.h"
|
||||
|
||||
Reference in New Issue
Block a user