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