replace C-style include files with their C++ equivalents
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
// Marsaglia random number generator
|
||||
// see RANMAR in F James, Comp Phys Comm, 60, 329 (1990)
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include "random_mars.h"
|
||||
#include "error.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user