Fixed an issue in the compilation caused by not included the

moduleRefCase when using m_ref in moduleInput.
This commit is contained in:
Jorge Gonzalez 2021-03-28 15:20:27 +02:00
commit bf4b8b41d3

View file

@ -591,6 +591,7 @@ MODULE moduleInput
USE moduleBoundary
USE moduleErrors
USE moduleSpecies
USE moduleRefParam
USE json_module
IMPLICIT NONE