Restart_Segment/Vectors_Present: Include SOFR Existence

We were checking "SGFR" twice due to copy-paste...

Pointy Hat: bska
This commit is contained in:
Bård Skaflestad
2018-10-11 16:24:33 +02:00
parent 2260efaad9
commit 258bcbc186

View File

@@ -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)
{