diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index 7022365c19fe4209ef7eac56d46da189f4488ebb..becc9ea2494a764a51f800efb8fbcd37635efba9 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);