Restart_Segment/Vectors_Present: Include SOFR Existence
We were checking "SGFR" twice due to copy-paste... Pointy Hat: bska
This commit is contained in:
@@ -2201,7 +2201,7 @@ BOOST_AUTO_TEST_CASE(Vectors_Present)
|
||||
{
|
||||
const auto rstrt = calculateRestartVectorsSegment();
|
||||
|
||||
for (const auto* vector : { "SGFR", "SGFR", "SPR", "SWFR"}) {
|
||||
for (const auto* vector : { "SGFR", "SOFR", "SPR", "SWFR"}) {
|
||||
for (auto nSeg = numSegProd01(), segID = 0*nSeg;
|
||||
segID < nSeg; ++segID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user