mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	Hack; must bring norm2 into the unary operator list.
ET's are still incomplete.
This commit is contained in:
		@@ -70,7 +70,8 @@ int main (int argc, char ** argv)
 | 
			
		||||
 | 
			
		||||
	Real nrmC = norm2(Check);
 | 
			
		||||
	Real nrmB = norm2(Bar);
 | 
			
		||||
	Real nrm  = norm2(Check-Bar);
 | 
			
		||||
	Diff = Check-Bar;
 | 
			
		||||
	Real nrm  = norm2(Diff);
 | 
			
		||||
	std::cout<<"N2diff ="<<nrm<<" "<<nrmC<<" " <<nrmB<<std::endl;
 | 
			
		||||
 | 
			
		||||
	Real snrmC =0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user