adapt to LAMMPS coding style

This commit is contained in:
Tonnam Balankura 2017-03-18 21:01:40 -04:00
parent da81531906
commit 2ab77caa8b
2 changed files with 7 additions and 3 deletions

View File

@ -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"

View File

@ -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