Skip to content

Commit f911efc

Browse files
committed
update regression
1 parent 7245e86 commit f911efc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

SU2_CFD/src/output/CFlowOutput.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ void CFlowOutput::SetCustomOutputs(const CSolver* const* solver, const CGeometry
812812
* (see ConvertVariableSymbolsToIndices). ---*/
813813

814814
auto MakeFunctor = [&](unsigned long iPoint) {
815+
/*--- This returns another lambda that captures iPoint by value. ---*/
815816
return [&, iPoint](unsigned long i) {
816817
if (i < CustomOutput::NOT_A_VARIABLE) {
817818
const auto solIdx = i / CustomOutput::MAX_VARS_PER_SOLVER;

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def main():
272272
flatplate_udobj.cfg_dir = "user_defined_functions"
273273
flatplate_udobj.cfg_file = "lam_flatplate.cfg"
274274
flatplate_udobj.test_iter = 20
275-
flatplate_udobj.test_vals = [-6.653802, -1.181430, -0.794887, 0.000611, -0.000369, 0.000736, -0.001104, 596.690000, 299.800000, 296.890000, 21.492000, 0.563990, 36.131, 2.278700]
275+
flatplate_udobj.test_vals = [-6.653802, -1.181430, -0.794887, 0.000611, -0.000369, 0.000736, -0.001104, 596.690000, 299.800000, 296.890000, 21.492000, 0.563990, 37.148, 2.278700]
276276
test_list.append(flatplate_udobj)
277277

278278
# Laminar cylinder (steady)

0 commit comments

Comments
 (0)