From 4ee33d4a7e9f800f1152ef151884d893f22233e9 Mon Sep 17 00:00:00 2001 From: Helen Kershaw Date: Fri, 1 Nov 2024 12:19:40 -0400 Subject: [PATCH] remove old comments re https://github.com/NCAR/DART/pull/735#pullrequestreview-2406069283 --- assimilation_code/modules/utilities/win_mod.f90 | 2 -- assimilation_code/modules/utilities/winf08_mod.f90 | 2 -- 2 files changed, 4 deletions(-) diff --git a/assimilation_code/modules/utilities/win_mod.f90 b/assimilation_code/modules/utilities/win_mod.f90 index a81a41114..d73e17286 100644 --- a/assimilation_code/modules/utilities/win_mod.f90 +++ b/assimilation_code/modules/utilities/win_mod.f90 @@ -29,8 +29,6 @@ module window_mod integer :: current_win !< keep track of current window, start out assuming an invalid window ! parameters for keeping track of which window is open -!>@todo should this be in the window_mod? you will have to change in both cray -!> and non cray versions integer, parameter :: NO_WINDOW = -1 integer, parameter :: MEAN_WINDOW = 0 integer, parameter :: STATE_WINDOW = 2 diff --git a/assimilation_code/modules/utilities/winf08_mod.f90 b/assimilation_code/modules/utilities/winf08_mod.f90 index 755e8c90b..8e0939c3d 100644 --- a/assimilation_code/modules/utilities/winf08_mod.f90 +++ b/assimilation_code/modules/utilities/winf08_mod.f90 @@ -29,8 +29,6 @@ module window_mod integer :: current_win !< keep track of current window, start out assuming an invalid window ! parameters for keeping track of which window is open -!>@todo should this be in the window_mod? you will have to change in both cray -!> and non cray versions integer, parameter :: NO_WINDOW = -1 integer, parameter :: MEAN_WINDOW = 0 integer, parameter :: STATE_WINDOW = 2