replace C-style include files with their C++ equivalents
This commit is contained in:
@ -17,8 +17,8 @@
|
||||
"Parallel Unconstrained Min", Plantenga, SAND98-8201
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include "atom.h"
|
||||
#include "fix_minimize.h"
|
||||
#include "min_hftn.h"
|
||||
|
||||
Reference in New Issue
Block a user