1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Fixed collision of Wall source and sink header ifdefs

This commit is contained in:
Lanny91 2017-02-01 13:56:22 +00:00
parent 35ac85aea8
commit 5be05d85b8
2 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@ See the full license in the file "LICENSE" in the top level distribution directo
*************************************************************************************/
/* END LEGAL */
#ifndef Hadrons_Wall_hpp_
#define Hadrons_Wall_hpp_
#ifndef Hadrons_WallSink_hpp_
#define Hadrons_WallSink_hpp_
#include <Grid/Hadrons/Global.hpp>
#include <Grid/Hadrons/Module.hpp>
@ -141,4 +141,4 @@ END_MODULE_NAMESPACE
END_HADRONS_NAMESPACE
#endif // Hadrons_Wall_hpp_
#endif // Hadrons_WallSink_hpp_

View File

@ -26,8 +26,8 @@ See the full license in the file "LICENSE" in the top level distribution directo
*************************************************************************************/
/* END LEGAL */
#ifndef Hadrons_Wall_hpp_
#define Hadrons_Wall_hpp_
#ifndef Hadrons_WallSource_hpp_
#define Hadrons_WallSource_hpp_
#include <Grid/Hadrons/Global.hpp>
#include <Grid/Hadrons/Module.hpp>
@ -144,4 +144,4 @@ END_MODULE_NAMESPACE
END_HADRONS_NAMESPACE
#endif // Hadrons_Wall_hpp_
#endif // Hadrons_WallSource_hpp_