diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaovelocities2p_upwind.hh b/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaovelocities2p_upwind.hh
index 2b1bd7a62856e0a9c5f2535c52ddd2fe2811caa2..37f6dde4f9ca802740bf928f742adbb29891c3d5 100644
--- a/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaovelocities2p_upwind.hh
+++ b/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaovelocities2p_upwind.hh
@@ -2907,8 +2907,8 @@ void FVMPFAOVelocities2P<TypeTag>::calculateVelocity()
         } // end boundaries
 
     } // end vertex iterator
-//        printvector(std::cout, this->problem().variables().velocity(), "velocity", "row", 4, 1, 3);
-    //    printvector(std::cout, this->problem().variables().velocitySecondPhase(), "velocity second phase", "row", 4, 1, 3);
+        printvector(std::cout, this->problem().variables().velocity(), "velocity", "row", 4, 1, 3);
+        printvector(std::cout, this->problem().variables().velocitySecondPhase(), "velocity second phase", "row", 4, 1, 3);
     return;
 } // end method calcTotalVelocity
 
diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/interactionvolume.hh b/dumux/decoupled/2p/diffusion/fvmpfa/interactionvolume.hh
index d45380b9c6952b80ce68b2b572f86b7e899a215c..15a7e8857befcb234999f82da4c0ed31f8c6c663 100644
--- a/dumux/decoupled/2p/diffusion/fvmpfa/interactionvolume.hh
+++ b/dumux/decoupled/2p/diffusion/fvmpfa/interactionvolume.hh
@@ -161,7 +161,7 @@ public:
         {
             neumannBC_.resize(2 * dim, std::vector<Scalar>(2, 0.0));
         }
-        neumannBC_[subVolumeFaceIdx].swap(condition);
+        neumannBC_[subVolumeFaceIdx] = condition;
     }
 
     void setDirichletSat(Scalar condition, int subVolumeFaceIdx)