mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Hadrons: diskvector debug message for writes
This commit is contained in:
		@@ -56,6 +56,9 @@ public:
 | 
			
		||||
        // write to disk and cache
 | 
			
		||||
        T &operator=(const T &obj) const
 | 
			
		||||
        {
 | 
			
		||||
#ifdef DV_DEBUG
 | 
			
		||||
            LOG(Debug) << "diskvector " << &master_ << ": writing to " << i_ << std::endl;
 | 
			
		||||
#endif
 | 
			
		||||
            master_.cacheInsert(i_, obj);
 | 
			
		||||
            master_.save(master_.filename(i_), obj);
 | 
			
		||||
            
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user