removing the unused dqs and dbhp

in function updateState
This commit is contained in:
Kai Bao 2015-06-16 12:51:51 +02:00
parent 043d542e29
commit 285d777937

View File

@ -1469,10 +1469,6 @@ namespace detail {
const V dwells = subset(dx, Span((np+1)*nw, 1, varstart));
varstart += dwells.size();
const V dqs = subset(dx, Span(np*nw, 1, varstart));
varstart += dqs.size();
const V dbhp = subset(dx, Span(nw, 1, varstart));
varstart += dbhp.size();
assert(varstart == dx.size());
// Pressure update.