From 19a4cee838f3445395e594e8fc6c96f35c1df242 Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Mon, 9 Dec 2019 17:40:24 +0100 Subject: [PATCH] Philippe 09/12/2019: bugfix: add missing use modi_ice4_nucleation --- src/MNH/ice4_nucleation_wrapper.f90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MNH/ice4_nucleation_wrapper.f90 b/src/MNH/ice4_nucleation_wrapper.f90 index 96869e7bd..2c71f4cce 100644 --- a/src/MNH/ice4_nucleation_wrapper.f90 +++ b/src/MNH/ice4_nucleation_wrapper.f90 @@ -55,6 +55,8 @@ use mode_tools, only: Countjv use mode_tools, only: Countjv_device #endif +use modi_ice4_nucleation + IMPLICIT NONE ! !* 0.1 Declarations of dummy arguments : -- GitLab