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