mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Added noise loop dependencies
This commit is contained in:
		@@ -54,7 +54,7 @@ TNoiseLoop<FImpl>::TNoiseLoop(const std::string name)
 | 
				
			|||||||
template <typename FImpl>
 | 
					template <typename FImpl>
 | 
				
			||||||
std::vector<std::string> TNoiseLoop<FImpl>::getInput(void)
 | 
					std::vector<std::string> TNoiseLoop<FImpl>::getInput(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    std::vector<std::string> in;
 | 
					    std::vector<std::string> in = {par().q, par().eta};
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    return in;
 | 
					    return in;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user