Skip to content
Snippets Groups Projects
Commit def4e26e authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Remove obsolete typedef

parent 4bd9a11b
No related branches found
No related tags found
No related merge requests found
...@@ -343,12 +343,11 @@ int main(int argc, char *argv[]) { ...@@ -343,12 +343,11 @@ int main(int argc, char *argv[]) {
// }}} // }}}
// // Now the actual nonlinear solver // // Now the actual nonlinear solver
typedef MyBlockProblemType TNNMGProblemType;
typedef GenericNonlinearGS<MyBlockProblemType> NonlinearSmootherType; typedef GenericNonlinearGS<MyBlockProblemType> NonlinearSmootherType;
typedef TruncatedNonsmoothNewtonMultigrid< typedef TruncatedNonsmoothNewtonMultigrid<
TNNMGProblemType, NonlinearSmootherType> TNNMGStepType; MyBlockProblemType, NonlinearSmootherType> TNNMGStepType;
TNNMGProblemType *tnnmgProblem = myBlockProblem; MyBlockProblemType *tnnmgProblem = myBlockProblem;
auto nonlinearSmoother = new NonlinearSmootherType; auto nonlinearSmoother = new NonlinearSmootherType;
auto multigridStep = auto multigridStep =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment