Commit 6e1f1896 authored by Richard Berger's avatar Richard Berger
Browse files

Convert characters to UTF-8

parent b533fdb3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2920,7 +2920,7 @@ void MSM::compute_phis_and_dphis(const double &dx, const double &dy,

/* ----------------------------------------------------------------------
   compute phi using interpolating polynomial
   see Eq 7 from Parallel Computing 35 (2009) 164177
   see Eq 7 from Parallel Computing 35 (2009) 164-177
   and Hardy's thesis
------------------------------------------------------------------------- */

@@ -2999,7 +2999,7 @@ inline double MSM::compute_phi(const double &xi)
/* ----------------------------------------------------------------------
   compute the derivative of phi
   phi is an interpolating polynomial
   see Eq 7 from Parallel Computing 35 (2009) 164177
   see Eq 7 from Parallel Computing 35 (2009) 164-177
   and Hardy's thesis
------------------------------------------------------------------------- */

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
   Contributing author: Markus Hhnerbach (RWTH)
   Contributing author: Markus Höhnerbach (RWTH)
------------------------------------------------------------------------- */

#include <cmath>
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

/* ----------------------------------------------------------------------
   The SMTBQ code has been developed with the financial support of  CNRS and
   of the Regional Council of Burgundy (Convention n 2010-9201AAO037S03129)
   of the Regional Council of Burgundy (Convention n¡ 2010-9201AAO037S03129)

   Copyright (2015)
   Universite de Bourgogne : Nicolas SALLES, Olivier POLITANO
@@ -943,7 +943,7 @@ void PairSMTBQ::compute(int eflag, int vflag)
     3 -> Short int. Ox-Ox
     4 -> Short int. SMTB (repulsion)
     5 -> Covalent energy SMTB
     6 -> Somme des Q(i)
     6 -> Somme des Q(i)²
     ------------------------------------------------------------------------- */

  /* -------------- N-body forces Calcul --------------- */
@@ -3022,7 +3022,7 @@ void PairSMTBQ::groupQEqAllParallel_QEq()

  ngp = igp = 0; nelt[ngp] = 0;

  // On prend un oxygne
  // On prend un oxygène
  //   printf ("[me %d] On prend un oxygene\n",me);

  for (ii = 0; ii < inum; ii++) {