From 4e478605dd9a2b8190aba35439e5ac6d2daf8583 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Fri, 14 Oct 2022 20:24:25 +0200
Subject: [PATCH] Polish

---
 Overlap/Tests/test_overlap.f90 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Overlap/Tests/test_overlap.f90 b/Overlap/Tests/test_overlap.f90
index 723ce336..f96dcb50 100644
--- a/Overlap/Tests/test_overlap.f90
+++ b/Overlap/Tests/test_overlap.f90
@@ -33,6 +33,8 @@ program test_overlap
   call new_unit(unit)
   call read_grid(rank = 0, shpc_dir = shpc_dir)
   call config_graph(rank = 0)
+
+  ! main_nml:
   write(unit = error_unit, nml = main_nml)
   write(unit = error_unit, fmt = *) "Enter namelist main_nml."
   read(unit = *, nml = main_nml)
-- 
GitLab