forked from lijiext/lammps
USER-DPD: Fix #define typo in pair_multi_lucy.h and pair_multi_lucy_rx.h
This commit is contained in:
parent
0a90492c44
commit
126fb22e93
|
@ -18,7 +18,7 @@ PairStyle(multi/lucy,PairMultiLucy)
|
|||
#else
|
||||
|
||||
#ifndef LMP_PAIR_MULTI_LUCY_H
|
||||
#define LMP_PAIR_MUTLI_LUCY_H
|
||||
#define LMP_PAIR_MULTI_LUCY_H
|
||||
|
||||
#include "pair.h"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ PairStyle(multi/lucy/rx,PairMultiLucyRX)
|
|||
#else
|
||||
|
||||
#ifndef LMP_PAIR_MULTI_LUCY_RX_H
|
||||
#define LMP_PAIR_MUTLI_LUCY_RX_H
|
||||
#define LMP_PAIR_MULTI_LUCY_RX_H
|
||||
|
||||
#include "pair.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue