replace C-style include files with their C++ equivalents
This commit is contained in:
@ -19,9 +19,9 @@
|
||||
JR Shewchuk, http://www-2.cs.cmu.edu/~jrs/jrspapers.html#cg
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "min.h"
|
||||
#include "atom.h"
|
||||
#include "atom_vec.h"
|
||||
|
||||
Reference in New Issue
Block a user