diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index b210879fadc9fa2f1dbc63e4d1e989f9082500e8..ce458edabfa6e8e51e01ba3747846c08e8f4b9df 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -336,7 +336,7 @@ int main(int argc, char *argv[]) { } // }}} - // // Now the actual nonlinear solver + // Now the actual nonlinear solver typedef GenericNonlinearGS<MyBlockProblemType> NonlinearSmootherType; typedef TruncatedNonsmoothNewtonMultigrid< MyBlockProblemType, NonlinearSmootherType> TNNMGStepType;