Skip to content

Commit a52936d

Browse files
committed
Removed lines
1 parent 380bade commit a52936d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

opm/models/discretization/common/fvbaseelementcontext.hh

+1-5
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,7 @@ public:
157157
{
158158
std::cout << "u" << std::endl;
159159
stencil_.updatePrimaryTopology(elem);
160-
auto numDof = stencil_.numPrimaryDof();
161-
std::cout << dofVars_.size()
162-
<< "-" << numDof
163-
<< std::endl;
164-
dofVars_.resize(numDof);
160+
dofVars_.resize(stencil_.numPrimaryDof());
165161
std::cout << "x" << std::endl;
166162
}
167163

0 commit comments

Comments
 (0)