1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

Changed header include guards to match new convention

This commit is contained in:
Lanny91
2017-06-12 10:32:14 +01:00
parent b8e45ae490
commit 2d433ba307
4 changed files with 8 additions and 8 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_SeqConserved_hpp_
#define Hadrons_SeqConserved_hpp_
#ifndef Hadrons_MSource_SeqConserved_hpp_
#define Hadrons_MSource_SeqConserved_hpp_
#include <Grid/Hadrons/Global.hpp>
#include <Grid/Hadrons/Module.hpp>