From 5a361c12f8b36e76383c911bce42be71297748e7 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 6 Apr 2021 15:53:06 +0200 Subject: [PATCH] bugfix: corrected name --- src/homogenization_thermal.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/homogenization_thermal.f90 b/src/homogenization_thermal.f90 index 00cb438d1..7bb81d24a 100644 --- a/src/homogenization_thermal.f90 +++ b/src/homogenization_thermal.f90 @@ -10,8 +10,8 @@ submodule(homogenization) thermal module subroutine pass_init end subroutine pass_init - module subroutine isothermal_init - end subroutine isothermal_init + module subroutine isotemperature_init + end subroutine isotemperature_init end interface