From d1d1ff65f7dffb8ed11dc64cece83ff057845fbe Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 3 Jun 2013 14:16:37 +0200
Subject: [PATCH] Comment

---
 src/one-body-sample.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc
index 3e99cd96..e3eb4ee5 100644
--- a/src/one-body-sample.cc
+++ b/src/one-body-sample.cc
@@ -316,6 +316,7 @@ int main(int argc, char *argv[]) {
       p1Assembler.assembleOperator(frictionalBoundaryMassAssembler,
                                    frictionalBoundaryMassMatrix);
     }
+    // Q: Does it make sense to weigh them in this manner?
     SumNorm<VectorType> const velocityEnergyNorm(1.0, stiffnessMatrixNorm, 1.0,
                                                  massMatrixNorm);
 
-- 
GitLab