replace C-style include files with their C++ equivalents
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
Mario Pinto (Computational Research Lab, Pune, India)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include "compute_heat_flux.h"
|
||||
#include "atom.h"
|
||||
#include "update.h"
|
||||
|
||||
Reference in New Issue
Block a user