Skip to content

Commit 73c2e71

Browse files
Use spaces instead of tab.
1 parent c3547c0 commit 73c2e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/output/tools/CWindowingTools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ su2double CWindowedAverage::UpdateCachedSum(unsigned long windowWidth) const {
9595
// Handle non-trivial windows
9696
// At this point new samples are not yet added. Therefore: values.size()=windowWidth-1
9797
for (unsigned long curTimeIter = 0; curTimeIter < values.size(); curTimeIter++) {
98-
// integrate over all but the last timestep-bin
98+
// integrate over all but the last timestep-bin
9999
weightedSum += values[curTimeIter] * GetWndWeight(windowingFunctionId, curTimeIter, windowWidth);
100100
}
101101
return weightedSum;

0 commit comments

Comments
 (0)