Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Jan 18, 2021
1 parent 9fd3717 commit 56379be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/common/snapdebugML.F90
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 56379be

Please sign in to comment.