mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: adjust tests and one code instance for updated labelRange
This commit is contained in:
@ -933,7 +933,7 @@ void Foam::functionObjects::STDMD::writeOutput(OFstream& os) const
|
||||
|
||||
writeFileHeader(os);
|
||||
|
||||
for (const auto& i : labelRange(0, oFreqs_.size()))
|
||||
for (const label i : labelRange(oFreqs_.size()))
|
||||
{
|
||||
os << oFreqs_[i] << tab
|
||||
<< oMags_[i] << tab
|
||||
|
||||
Reference in New Issue
Block a user