From 1c3ef056b90cd4c4c57f067965b04af74868a8a2 Mon Sep 17 00:00:00 2001 From: Juan Escobar <escj@aero.obs-mip.fr> Date: Thu, 28 Apr 2022 17:17:39 +0200 Subject: [PATCH] Juan 28/04/2022:mesonh.f90, comment MPPDB_STOP_DEBUG to active MPPDB_CHECK by default --- src/MNH/mesonh.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MNH/mesonh.f90 b/src/MNH/mesonh.f90 index ac5f3cdef..dd28504bb 100644 --- a/src/MNH/mesonh.f90 +++ b/src/MNH/mesonh.f90 @@ -134,7 +134,7 @@ INTEGER :: IINFO_ll ! return code of // routines ! Switch to model 1 variables #ifndef CPLOASIS CALL MPPDB_INIT() -CALL MPPDB_STOP_DEBUG() +!CALL MPPDB_STOP_DEBUG() #endif ! CALL GOTO_MODEL(1,ONOFIELDLIST=.TRUE.) -- GitLab