Fixing issue where __INTEL_COMPILER not defined for next-gen (LLVM-based) in tersoff.
This commit is contained in:
@ -24,12 +24,12 @@ PairStyle(tersoff/intel,PairTersoffIntel);
|
|||||||
#ifndef LMP_PAIR_TERSOFF_INTEL_H
|
#ifndef LMP_PAIR_TERSOFF_INTEL_H
|
||||||
#define LMP_PAIR_TERSOFF_INTEL_H
|
#define LMP_PAIR_TERSOFF_INTEL_H
|
||||||
|
|
||||||
#ifdef __INTEL_COMPILER
|
|
||||||
|
|
||||||
#include "pair.h"
|
#include "pair.h"
|
||||||
#include "fix_intel.h"
|
#include "fix_intel.h"
|
||||||
#include "pair_tersoff.h"
|
#include "pair_tersoff.h"
|
||||||
|
|
||||||
|
#ifdef __INTEL_COMPILER
|
||||||
|
|
||||||
namespace LAMMPS_NS {
|
namespace LAMMPS_NS {
|
||||||
|
|
||||||
class PairTersoffIntel : public PairTersoff {
|
class PairTersoffIntel : public PairTersoff {
|
||||||
|
|||||||
Reference in New Issue
Block a user