From 8a7a766740db4b428a184231b30680ef2bdc6f52 Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Wed, 8 May 2024 12:25:33 +0200 Subject: [PATCH] Update CHANGELOG.md. Signed-off-by: Seyed Ali Ghasemi --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b5dea0f..c9ca998ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - Added ParaView to the list of References in the README file. - Used `matmul` instead of `dot_product` in the `put_to_nurbs` subroutine. - Removed unused variables in the `put_to_nurbs` subroutine. -- Remove unused variables in the example_ppm3.f90 file. -- Rename program name in the example put_to_nurbs.f90 file. +- Removed unused variables in the `example_ppm3.f90` file. +- Renamed program name in the example `put_to_nurbs.f90` file. ### Removed