Skip to content

Commit 53bf0a7

Browse files
committed
Add more debug output
1 parent 01224bc commit 53bf0a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opm/simulators/flow/python/PyFluidState_impl.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ getFluidStateVariable(const std::string &name) const
142142
for (unsigned dof_idx = 0; dof_idx < elem_ctx.numPrimaryDof(/*timeIdx=*/0); ++dof_idx) {
143143
std::cout << "j=" << dof_idx << std::endl;
144144
const auto& int_quants = elem_ctx.intensiveQuantities(dof_idx, /*timeIdx=*/0);
145+
std::cout << "j1" << std::endl;
145146
const auto& fs = int_quants.fluidState();
146147
unsigned global_dof_idx = elem_ctx.globalSpaceIndex(dof_idx, /*timeIdx=*/0);
147148
array[global_dof_idx] = getVariableValue_(fs, var_type, name);

0 commit comments

Comments
 (0)