Skip to content

Commit 8ba001f

Browse files
committed
Revert to original version
1 parent 0de0a3d commit 8ba001f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

opm/models/discretization/common/fvbaseelementcontext.hh

+1-8
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,9 @@ public:
153153
elemPtr_ = &elem;
154154

155155
// update the finite element geometry
156-
#pragma omp critical
157-
{
158-
std::cout << "u" << std::endl;
159-
}
160156
stencil_.updatePrimaryTopology(elem);
157+
161158
dofVars_.resize(stencil_.numPrimaryDof());
162-
#pragma omp critical
163-
{
164-
std::cout << "x" << std::endl;
165-
}
166159
}
167160

168161
/*!

0 commit comments

Comments
 (0)