From d391df910fbd8fe460e9fd964155cb55b6fa3dd0 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 16 Dec 2011 17:08:25 +0100 Subject: [PATCH] Comments --- src/one-body-sample.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index b210879f..ce458eda 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; -- GitLab