mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Hadrons: code cleaning
This commit is contained in:
		@@ -209,9 +209,7 @@ typename DiskVectorBase<T>::RwAccessHelper DiskVectorBase<T>::operator[](const u
 | 
				
			|||||||
        HADRONS_ERROR(Size, "index out of range");
 | 
					        HADRONS_ERROR(Size, "index out of range");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    RwAccessHelper h(*this, i);
 | 
					    return RwAccessHelper(*this, i);
 | 
				
			||||||
 | 
					 | 
				
			||||||
    return h;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
template <typename T>
 | 
					template <typename T>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user