From fdf32b315f39553639f0becf078ad4eec763a10e Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Wed, 8 Oct 2014 16:04:32 -0700 Subject: [PATCH] Fix some errant tabs. Change-Id: Iaf1906eaade49467ba282656cf0a10879d258b1f --- docs/source/faqs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/faqs.rst b/docs/source/faqs.rst index 81601da28..0d03e64ab 100644 --- a/docs/source/faqs.rst +++ b/docs/source/faqs.rst @@ -160,8 +160,8 @@ Solving .. NOTE:: If you are solving small to medium sized problems, consider - setting ``Solver::Options::use_explicit_schur_complement`` to - ``true``, it can result in a substantial performance boost. + setting ``Solver::Options::use_explicit_schur_complement`` to + ``true``, it can result in a substantial performance boost. If you are not satisfied with ``SCHUR_JACOBI``'s performance try ``CLUSTER_JACOBI`` and ``CLUSTER_TRIDIAGONAL`` in that