Unverified Commit b4f60ef4 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

starting to work on includes in USER-OMP

parent 9f6bbe1d
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -16,19 +16,15 @@
------------------------------------------------------------------------- */

#include "angle_charmm_omp.h"
#include <cmath>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "neighbor.h"
#include "domain.h"

#include "math_const.h"

#include <cmath>
#include "timer.h"

#include "suffix.h"
using namespace LAMMPS_NS;
using namespace MathConst;

#define SMALL 0.001

+2 −6
Original line number Diff line number Diff line
@@ -16,19 +16,15 @@
------------------------------------------------------------------------- */

#include "angle_class2_omp.h"
#include <cmath>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "neighbor.h"
#include "domain.h"

#include "math_const.h"

#include <cmath>
#include "timer.h"

#include "suffix.h"
using namespace LAMMPS_NS;
using namespace MathConst;

#define SMALL 0.001

+2 −6
Original line number Diff line number Diff line
@@ -16,19 +16,15 @@
------------------------------------------------------------------------- */

#include "angle_cosine_delta_omp.h"
#include <cmath>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "neighbor.h"
#include "domain.h"

#include "math_const.h"

#include <cmath>
#include "timer.h"

#include "suffix.h"
using namespace LAMMPS_NS;
using namespace MathConst;

#define SMALL 0.001

+2 −6
Original line number Diff line number Diff line
@@ -16,19 +16,15 @@
------------------------------------------------------------------------- */

#include "angle_cosine_omp.h"
#include <cmath>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "neighbor.h"
#include "domain.h"

#include "math_const.h"

#include <cmath>
#include "timer.h"

#include "suffix.h"
using namespace LAMMPS_NS;
using namespace MathConst;

#define SMALL 0.001

+2 −6
Original line number Diff line number Diff line
@@ -16,20 +16,16 @@
------------------------------------------------------------------------- */

#include "angle_cosine_periodic_omp.h"
#include <cmath>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "neighbor.h"
#include "domain.h"

#include "math_const.h"
#include "timer.h"
#include "math_special.h"

#include <cmath>

#include "suffix.h"
using namespace LAMMPS_NS;
using namespace MathConst;
using namespace MathSpecial;

#define SMALL 0.001
Loading