From 7db87a904eec13fba0b7862eb8a0d88b149ee1ed Mon Sep 17 00:00:00 2001 From: Katherina Baber <katherina.baber@gmail.com> Date: Mon, 14 Mar 2011 16:17:16 +0000 Subject: [PATCH] accidentaly uncommented a line - fixed now git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5413 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/1p2c/1p2cboundaryvariables.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/boxmodels/1p2c/1p2cboundaryvariables.hh b/dumux/boxmodels/1p2c/1p2cboundaryvariables.hh index 9c6f666d74..03ab439ace 100644 --- a/dumux/boxmodels/1p2c/1p2cboundaryvariables.hh +++ b/dumux/boxmodels/1p2c/1p2cboundaryvariables.hh @@ -175,7 +175,7 @@ protected: // FE gradient at vertex idx const ScalarGradient& feGrad = boundaryFace_->grad[idx]; - /Scalar/ compute sum of pressure gradients for each phase + // compute sum of pressure gradients for each phase // the pressure gradient tmp = feGrad; tmp *= elemDat[idx].pressure(); -- GitLab