From 9f8eac09515374ebacfffc57e3ae5383d9f9e281 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 22 Nov 2022 12:38:23 +0100
Subject: [PATCH] Rename program to `test_write_null`

Rename program `test_write_eddy` to `test_write_null`. Following the
change of name of the file.
---
 test_write_null.f90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_write_null.f90 b/test_write_null.f90
index bf9814cd..419dda7d 100644
--- a/test_write_null.f90
+++ b/test_write_null.f90
@@ -1,4 +1,4 @@
-program test_write_eddy
+program test_write_null
 
   ! This program is a performance test for output of a shapefile
   ! collection. It writes null shapes.
@@ -100,4 +100,4 @@ program test_write_eddy
 
   CALL shpc_close(hshpc)
 
-end program test_write_eddy
+end program test_write_null
-- 
GitLab