replace C-style include files with their C++ equivalents
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
// Park/Miller RNG
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include "random_park.h"
|
||||
#include "error.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user