Skip to content

Commit 41baf01

Browse files
committed
#2435: temperedlb: fix curly brace again..
1 parent f3585bf commit 41baf01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/vt/vrt/collection/balance/temperedlb/temperedlb.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,16 @@ Default: infinity
320320
Description: ε in the work model (memory term in work model)
321321
)"
322322
},
323+
{
323324
"converge_tolerance",
324325
R"(
325326
Values: <double>
326327
Default: 0.01
327328
Description: The relative tolerance across a window of 8 iterations of work
328329
to define convergence.
329330
)"
330-
}
331-
};
331+
}
332+
};
332333
return keys_help;
333334
}
334335

0 commit comments

Comments
 (0)