fix compilation in debug mode

This commit is contained in:
Andreas Lauser 2015-08-19 16:06:36 +02:00
parent 5490017b3f
commit 6e27d1ab1d

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();