Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
sgorbuno authored and dberzano committed Jan 17, 2017
1 parent 4f89bcc commit d202f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLT/TPCLib/HWCFemulator/AliHLTTPCHWCFEmulatorComponent.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ int AliHLTTPCHWCFEmulatorComponent::DoEvent( const AliHLTComponentEventData& evt
if( outBlock ) delete[] outBlock;
if( allocOutMC ) delete[] allocOutMC;

if( iResult==-ENOSPC ){
if( iResult==-ENOSPC && fIORatioCorrection < 1.99 ){
fIORatioCorrection = 2.;
HLTInfo("Estimation of Output/Input ratio increased by factor 2");
}
Expand Down

0 comments on commit d202f82

Please sign in to comment.