Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 2f02b8e7 authored by frey_m's avatar frey_m
Browse files

AMR-Test: Fix indentation

parent c9997d33
No related branches found
No related tags found
1 merge request!31Master
......@@ -65,9 +65,9 @@ void BelosBottomSolver::setOperator(const Teuchos::RCP<matrix_t>& A) {
static IpplTimings::TimerRef precTimer = IpplTimings::getTimer("AMR MG prec setup");
if ( prec_mp != nullptr ) {
IpplTimings::startTimer(precTimer);
IpplTimings::startTimer(precTimer);
prec_mp->create(A);
IpplTimings::stopTimer(precTimer);
IpplTimings::stopTimer(precTimer);
problem_mp->setLeftPrec(prec_mp->get());
}
}
......
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