From 4004c88e78f3e3c027cf0311824ef9940826ed42 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 30 Nov 2020 18:19:39 -0700 Subject: [PATCH] Try a different way to mark up a word. --- examples/step-40/step-40.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index cb0b66a1ee..f948a306d9 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -38,7 +38,7 @@ // But there may be cases where you want to use Trilinos, even though // deal.II has *also* been configured with PETSc, for example to // compare the performance of these two libraries. To do this, -// add the following `\#define` to the source code: +// add the following \#define to the source code: // @code // #define FORCE_USE_OF_TRILINOS // @endcode -- 2.39.5