mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-31 03:54:33 +00:00 
			
		
		
		
	changed to push_back according to request
This commit is contained in:
		| @@ -102,7 +102,7 @@ std::vector<std::string> TPerambulator<FImpl>::getOutput(void) | |||||||
|     if( !UnsmearedSinkFileName.empty() ) |     if( !UnsmearedSinkFileName.empty() ) | ||||||
|     { |     { | ||||||
|         objName.append( UnsmearedSink ); |         objName.append( UnsmearedSink ); | ||||||
|         output.emplace_back( objName ); |         output.push_back( objName ); | ||||||
|     } |     } | ||||||
|     return output; |     return output; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user