Merge pull request #43 from andlaus/fix_compile
fix compilation in debug mode
This commit is contained in:
commit
086b129773
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user