From bf4b8b41d3fa11fb760f22849597f71d888e7e57 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Sun, 28 Mar 2021 15:20:27 +0200 Subject: [PATCH] Fixed an issue in the compilation caused by not included the moduleRefCase when using m_ref in moduleInput. --- src/modules/moduleInput.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/moduleInput.f90 b/src/modules/moduleInput.f90 index db19423..61c7117 100644 --- a/src/modules/moduleInput.f90 +++ b/src/modules/moduleInput.f90 @@ -591,6 +591,7 @@ MODULE moduleInput USE moduleBoundary USE moduleErrors USE moduleSpecies + USE moduleRefParam USE json_module IMPLICIT NONE