Unverified Commit 5b3a15bd authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

putting implementation header first in package folder sources

parent 256531a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <mpi.h>
#include "compute_erotate_asphere.h"
#include <mpi.h>
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_ellipsoid.h"
+1 −1
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
   Contributing author: Mike Brown (SNL)
------------------------------------------------------------------------- */

#include "compute_temp_asphere.h"
#include <mpi.h>
#include <cstring>
#include "compute_temp_asphere.h"
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_ellipsoid.h"
+1 −1
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@
   Contributing author: Mike Brown (SNL)
------------------------------------------------------------------------- */

#include "fix_nh_asphere.h"
#include <cstring>
#include <cstdlib>
#include <cmath>
#include "math_extra.h"
#include "fix_nh_asphere.h"
#include "atom.h"
#include "atom_vec_ellipsoid.h"
#include "group.h"
+1 −1
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <cstring>
#include "fix_nph_asphere.h"
#include <cstring>
#include "modify.h"
#include "error.h"

+1 −1
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <cstring>
#include "fix_npt_asphere.h"
#include <cstring>
#include "modify.h"
#include "error.h"

Loading