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

[Cleanup] Kill a FIXME; demote another

parent 356bbef9
No related branches found
No related tags found
No related merge requests found
......@@ -427,8 +427,7 @@ int main(int argc, char *argv[]) {
multigridStep,
parset.get<size_t>("solver.tnnmg.maxiterations"), // FIXME
1e-12, // FIXME
&MNorm, // FIXME
verbosity, false); // absolute error
&MNorm, verbosity, false); // absolute error
initialAccelerationProblemSolver.preprocess();
initialAccelerationProblemSolver.solve();
......@@ -510,7 +509,7 @@ int main(int argc, char *argv[]) {
SingletonVectorType const &_alpha) {
myGlobalNonlinearity->updateState(_alpha);
// FIXME: Do we really need to pass u here?
// NIT: Do we really need to pass u here?
typename NonlinearFactoryType::ConvexProblemType const myConvexProblem(
1.0, problem_AM, *myGlobalNonlinearity, problem_rhs,
_problem_iterate);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment