Skip to content
Snippets Groups Projects
Commit 126fb22e authored by Tim Mattox's avatar Tim Mattox
Browse files

USER-DPD: Fix #define typo in pair_multi_lucy.h and pair_multi_lucy_rx.h

parent 0a90492c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment