Skip to content

Commit 0de0a3d

Browse files
committed
Restructure
1 parent 78368a7 commit 0de0a3d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

opm/models/discretization/common/fvbaseelementcontext.hh

+6-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,13 @@ public:
156156
#pragma omp critical
157157
{
158158
std::cout << "u" << std::endl;
159-
stencil_.updatePrimaryTopology(elem);
160-
dofVars_.resize(stencil_.numPrimaryDof());
159+
}
160+
stencil_.updatePrimaryTopology(elem);
161+
dofVars_.resize(stencil_.numPrimaryDof());
162+
#pragma omp critical
163+
{
161164
std::cout << "x" << std::endl;
165+
}
162166
}
163167

164168
/*!

0 commit comments

Comments
 (0)