From d5a6e945799b5e72ebdaf72da47b1d9d836c5913 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Thu, 11 Jul 2013 18:17:16 +0200
Subject: [PATCH] [Cleanup] 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 7022365c..becc9ea2 100644
--- a/src/one-body-sample.cc
+++ b/src/one-body-sample.cc
@@ -474,6 +474,7 @@ int main(int argc, char *argv[]) {
 
       // Since the velocity explodes in the quasistatic case, use the
       // displacement as a convergence criterion
+      // Q: is this reasonable?
       VectorType u_saved;
       for (size_t state_fpi = 1; state_fpi <= state_fpi_max; ++state_fpi) {
         stateUpdater->solve(v);
-- 
GitLab