mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-30 19:44:32 +00:00 
			
		
		
		
	Namespace
This commit is contained in:
		| @@ -32,9 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., | ||||
|  | ||||
| #include <unordered_map> | ||||
|  | ||||
| namespace Grid { | ||||
| namespace QCD { | ||||
|  | ||||
| NAMESPACE_BEGIN(Grid); | ||||
|  | ||||
| // very ugly here but possibly resolved if we had a base Reader class | ||||
| template < class ReaderClass > | ||||
| @@ -44,7 +42,6 @@ public: | ||||
|   virtual void initialize(ReaderClass& ) = 0; | ||||
| }; | ||||
|  | ||||
|  | ||||
| template <class Implementation, | ||||
|           template <typename, typename, typename> class Integrator, | ||||
|           class RepresentationsPolicy = NoHirep, class ReaderClass = XmlReader> | ||||
| @@ -213,7 +210,6 @@ typedef HMCWrapperTemplate<ScalarAdjImplR, MinimumNorm2, ScalarMatrixFields> | ||||
| template <int Colours>  | ||||
| using ScalarNxNAdjGenericHMCRunner = HMCWrapperTemplate < ScalarNxNAdjImplR<Colours>, MinimumNorm2, ScalarNxNMatrixFields<Colours> >; | ||||
|  | ||||
| }  // namespace QCD | ||||
| }  // namespace Grid | ||||
| NAMESPACE_END(Grid); | ||||
|  | ||||
| #endif  // GRID_GENERIC_HMC_RUNNER | ||||
|   | ||||
		Reference in New Issue
	
	Block a user