Commit 1616886c authored by Zbigniew Koziol's avatar Zbigniew Koziol
Browse files

Corrected Another attempt to add Lebedeva potential

parent 2d0d0809
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@
   [Lebedeva et al., Physica E, 44(6), 949-954, 2012.]
------------------------------------------------------------------------- */

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_lebedeva.h"
#include "atom.h"
#include "comm.h"