mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Namespace
This commit is contained in:
		@@ -29,19 +29,18 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
				
			|||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					See the full license in the file "LICENSE" in the top level distribution
 | 
				
			||||||
directory
 | 
					directory
 | 
				
			||||||
*************************************************************************************/
 | 
					*************************************************************************************/
 | 
				
			||||||
/*  END LEGAL */
 | 
								   /*  END LEGAL */
 | 
				
			||||||
#ifndef QCD_WILSON_GAUGE_ACTION_H
 | 
					#ifndef QCD_WILSON_GAUGE_ACTION_H
 | 
				
			||||||
#define QCD_WILSON_GAUGE_ACTION_H
 | 
					#define QCD_WILSON_GAUGE_ACTION_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Grid {
 | 
					NAMESPACE_BEGIN(Grid);
 | 
				
			||||||
namespace QCD {
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
////////////////////////////////////////////////////////////////////////
 | 
					////////////////////////////////////////////////////////////////////////
 | 
				
			||||||
// Wilson Gauge Action .. should I template the Nc etc..
 | 
					// Wilson Gauge Action .. should I template the Nc etc..
 | 
				
			||||||
////////////////////////////////////////////////////////////////////////
 | 
					////////////////////////////////////////////////////////////////////////
 | 
				
			||||||
template <class Gimpl>
 | 
					template <class Gimpl>
 | 
				
			||||||
class WilsonGaugeAction : public Action<typename Gimpl::GaugeField> {
 | 
					class WilsonGaugeAction : public Action<typename Gimpl::GaugeField> {
 | 
				
			||||||
 public:  
 | 
					public:  
 | 
				
			||||||
  INHERIT_GIMPL_TYPES(Gimpl);
 | 
					  INHERIT_GIMPL_TYPES(Gimpl);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /////////////////////////// constructors
 | 
					  /////////////////////////// constructors
 | 
				
			||||||
@@ -91,9 +90,5 @@ private:
 | 
				
			|||||||
  RealD beta;  
 | 
					  RealD beta;  
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					NAMESPACE_END(Grid);
 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user