From 56379be8f14934a8e401210f5c92aec8930d5f37 Mon Sep 17 00:00:00 2001 From: Heiko Klein Date: Mon, 18 Jan 2021 14:04:32 +0000 Subject: [PATCH] fixing docs --- src/common/snapdebugML.F90 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/common/snapdebugML.F90 b/src/common/snapdebugML.F90 index ce62dfd6..3341f946 100644 --- a/src/common/snapdebugML.F90 +++ b/src/common/snapdebugML.F90 @@ -1,5 +1,5 @@ ! SNAP: Servere Nuclear Accident Programme -! Copyright (C) 1992-2017 Norwegian Meteorological Institute +! Copyright (C) 1992-2021 Norwegian Meteorological Institute ! ! This file is part of SNAP. SNAP is free software: you can ! redistribute it and/or modify it under the terms of the @@ -24,8 +24,7 @@ module snapdebug implicit none private !> * 0 = debug off -!> * 1 = debug on, note that mrfturbo/mrfelt only -!> prints to standard out (not the log file) +!> * 1 = debug on integer, public, save :: idebug = 0 !> output unit for log file integer, public :: iulog