diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index 0a8acb75e0912ada8bf346c3b3bd8f3322b45ef1..70b9ac58fe83bb148270a6885b347a52af53ef34 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -194,8 +194,6 @@ int main(int argc, char *argv[]) { typedef MyConvexProblem<OperatorType, VectorType> MyConvexProblemType; typedef MyBlockProblem<MyConvexProblemType> MyBlockProblemType; - GenericNonlinearGS<MyBlockProblemType> nonlinearGSStep; - nonlinearGSStep.ignoreNodes_ = &ignoreNodes; VectorType u4(finestSize); u4 = 0.0; // Has to be zero!