Skip to content

Commit

Permalink
use auto one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Mar 21, 2017
1 parent e858db8 commit 6858cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coupling_monitor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ typename Coupling_monitor<Model,DataGetter>::TTouple Coupling_monitor<Model,Data
}

// find gauge couplings at the greatest scale
TData::const_iterator maxScale
auto maxScale
= max_element(couplings.begin(), couplings.end(), TScaleComp());

return *maxScale;
Expand Down

0 comments on commit 6858cf8

Please sign in to comment.