From 352a5578cce819ed09eb4381d193cedebde9331e Mon Sep 17 00:00:00 2001 From: JGonzalez Date: Sun, 1 Mar 2026 09:57:40 +0100 Subject: [PATCH] Wrong subroutine name in error --- src/modules/init/moduleInput.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/init/moduleInput.f90 b/src/modules/init/moduleInput.f90 index a54ef24..c6ce1cf 100644 --- a/src/modules/init/moduleInput.f90 +++ b/src/modules/init/moduleInput.f90 @@ -1260,7 +1260,7 @@ MODULE moduleInput mesh%edges(e)%obj%eColl => meshColl%cells(nVolColl)%obj ELSE - CALL criticalError("No connection between edge and meshColl", "initInject") + CALL criticalError("No connection between edge and meshColl", "readGeometry") END IF