Skip to content

Commit 4ee33d4

Browse files
remove old comments
re #735 (review)
1 parent 8dabf8d commit 4ee33d4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

assimilation_code/modules/utilities/win_mod.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ module window_mod
2929
integer :: current_win !< keep track of current window, start out assuming an invalid window
3030

3131
! parameters for keeping track of which window is open
32-
!>@todo should this be in the window_mod? you will have to change in both cray
33-
!> and non cray versions
3432
integer, parameter :: NO_WINDOW = -1
3533
integer, parameter :: MEAN_WINDOW = 0
3634
integer, parameter :: STATE_WINDOW = 2

assimilation_code/modules/utilities/winf08_mod.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ module window_mod
2929
integer :: current_win !< keep track of current window, start out assuming an invalid window
3030

3131
! parameters for keeping track of which window is open
32-
!>@todo should this be in the window_mod? you will have to change in both cray
33-
!> and non cray versions
3432
integer, parameter :: NO_WINDOW = -1
3533
integer, parameter :: MEAN_WINDOW = 0
3634
integer, parameter :: STATE_WINDOW = 2

0 commit comments

Comments
 (0)