Commit d598e7c6 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

rename preprocessor guard to prevent multiple inclusion to be consistent with file name

parent 42948b60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ PairStyle(eam/cd/old,PairEAMCD_TwoSite)

#else

#ifndef LMP_PAIR_CDEAM_H
#define LMP_PAIR_CDEAM_H
#ifndef LMP_PAIR_EAM_CD_H
#define LMP_PAIR_EAM_CD_H

#include "pair_eam_alloy.h"