Commit 2ab77caa authored by Tonnam Balankura's avatar Tonnam Balankura
Browse files

adapt to LAMMPS coding style

parent da815319
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -9,11 +9,13 @@
   the GNU General Public License.

   See the README file in the top-level LAMMPS directory.
  -------------------------------------------------------------------------
  Contributed by Kristen Fichthorn @ Penn State University
------------------------------------------------------------------------- */

#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "pair_zhou.h"
#include "atom.h"
#include "comm.h"
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@
   the GNU General Public License.

   See the README file in the top-level LAMMPS directory.
  -------------------------------------------------------------------------
  Contributed by Kristen Fichthorn @ Penn State University
------------------------------------------------------------------------- */

#ifdef PAIR_CLASS