From 22c39a82e81a4fe286bec35ae5b9adf7405a0046 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Thu, 2 Nov 2023 14:59:44 +0100
Subject: [PATCH] Fix file name in docstring

---
 src/np_sphere.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/np_sphere.cpp b/src/np_sphere.cpp
index 0d74bb33..ac985ac4 100644
--- a/src/np_sphere.cpp
+++ b/src/np_sphere.cpp
@@ -1,4 +1,4 @@
-/*! \file nptm.cpp
+/*! \file np_sphere.cpp
  */
 
 #include <cstdio>
-- 
GitLab