convert atc library header files to C++ style
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include "Utility.h"
|
||||
|
||||
// Other headers
|
||||
#include "math.h"
|
||||
#include <cmath>
|
||||
|
||||
using ATC_Utility::dbl_geq;
|
||||
using ATC_Utility::det3;
|
||||
|
||||
Reference in New Issue
Block a user