Commit df232c1c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

use c++ style include files for c-library functions

parent bdf73f7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@
      Morteza Jalalvand (IASBS)  jalalvand.m AT gmail.com
------------------------------------------------------------------------- */

#include "string.h"
#include "math.h"
#include <cstring>
#include <cmath>
#include "fix_meso_move.h"
#include "atom.h"
#include "group.h"
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    and all codes relevant to that has been removed
------------------------------------------------------------------------- */

#include <math.h>
#include <cmath>
#include "fix_rigid_meso.h"
#include "math_extra.h"
#include "atom.h"
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@
    references: Espanol and Revenga, Phys Rev E 67, 026705 (2003)
------------------------------------------------------------------------- */

#include <math.h>
#include <stdlib.h>
#include <cmath>
#include <cstdlib>
#include "pair_sdpd_taitwater_isothermal.h"
#include "atom.h"
#include "force.h"