Skip to content

Commit 57886e9

Browse files
Fix LaTeX formatting typo in function documentation
1 parent 1245023 commit 57886e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wofz.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace LFMF {
2929
* digits outside a circular region with radius 0.126 around a zero of the function.
3030
*
3131
* @param[in] z Input argument
32-
* @return The desired @f$ W(z)_ @f$ function calculated at `z`
32+
* @return The desired @f$ W(z) @f$ function calculated at `z`
3333
*
3434
* **Lineage**
3535
* - The original FORTRAN implementation was translated to C/C++ by
@@ -201,4 +201,4 @@ std::complex<double> wofz(const std::complex<double> z) {
201201

202202
} // namespace LFMF
203203
} // namespace Propagation
204-
} // namespace ITS
204+
} // namespace ITS

0 commit comments

Comments
 (0)