Merge pull request #43 from andlaus/fix_compile

fix compilation in debug mode
This commit is contained in:
Andreas Lauser 2015-08-19 16:07:59 +02:00
commit 086b129773

View File

@ -306,7 +306,7 @@ struct EclEpsScalingPointsInfo
// maximum saturations
Swu = swfnTable.getSwColumn().back();
Sowu = sof3Table.getSoColumn().back();
assert(Sowu == 1 - swfnTableSwColumn.front());
assert(Sowu == 1 - swfnTable.getSwColumn().front());
Sgu = sgfnTable.getSgColumn().back();
Sogu = 1 - sgfnTable.getSgColumn().front();