From 12e648a0c5c446be4ee1cb371045652157b54070 Mon Sep 17 00:00:00 2001 From: "Fernando P. Panadero" Date: Sat, 9 Dec 2023 12:52:44 +0100 Subject: [PATCH] Typo in doc --- src/Dirac/Dirac.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dirac/Dirac.jl b/src/Dirac/Dirac.jl index 4670fc2..6ca05e9 100644 --- a/src/Dirac/Dirac.jl +++ b/src/Dirac/Dirac.jl @@ -172,7 +172,7 @@ end """ function Dw!(so, U, si, dpar::DiracParam, dws::DiracWorkspace, lp::SpaceParm{4,6,B,D}) -Computes the Dirac operator (with the Wilson term) `\`\ D_w \`\` with gauge field U and parameters `dpar` of the field `si` and stores it in `so`. +Computes the Dirac operator (with the Wilson term) `\`\``D_w``\`\` with gauge field U and parameters `dpar` of the field `si` and stores it in `so`. If `dpar.csw` is different from zero, the clover term should be stored in `dws.csw` via the Csw! function and is automatically included in the operator. """