replace C-style include files with their C++ equivalents
This commit is contained in:
@ -15,9 +15,9 @@
|
||||
Contributing author: Pieter in 't Veld (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "region_prism.h"
|
||||
#include "domain.h"
|
||||
#include "force.h"
|
||||
|
||||
Reference in New Issue
Block a user