|  | @@ -245,7 +245,7 @@ void TrustRegionMinimizer::Minimize(const Minimizer::Options& options,
 | 
	
		
			
				|  |  |      iteration_summary.step_is_valid = false;
 | 
	
		
			
				|  |  |      iteration_summary.step_is_successful = false;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    if (strategy_summary.termination_type == FATAL_ERROR) {
 | 
	
		
			
				|  |  | +    if (strategy_summary.termination_type == LINEAR_SOLVER_FATAL_ERROR) {
 | 
	
		
			
				|  |  |        summary->error =
 | 
	
		
			
				|  |  |            "Terminating. Linear solver failed due to unrecoverable "
 | 
	
		
			
				|  |  |            "non-numeric causes. Please see the error log for clues. ";
 |