Skip to content

Commit

Permalink
Removing outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
orlewis committed Sep 22, 2023
1 parent 9c78b00 commit c1d6ab6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/opsinputs/VarObsWriter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ VarObsWriter::VarObsWriter(ioda::ObsSpace & obsdb, const Parameters_ & params,
// Avoid passing a null pointer to Fortran.
const int *channelsData = channels.empty() ? &fallbackChannels : channels.data();

/// std::set<int> chanset = oops::parseIntSet(options_.chanlist.value());
/// channels_.assign(chanset.begin(), chanset.end());

std::set<int> varchanset = oops::parseIntSet(parameters_.varChannels.value());
varchannels_.assign(varchanset.begin(), varchanset.end());
conf.set("varChannels", varchannels_);
Expand Down
1 change: 0 additions & 1 deletion src/opsinputs/opsinputs_fill_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,6 @@ subroutine opsinputs_fill_fillreal2d_norecords( &
! Local declarations:
real(kind=c_double) :: VarValue(NumObs)
real(kind=c_double) :: MissingDouble
!character(len=max_varname_with_channel_length) :: JediVarNamesWithChannels(max(size(Channels), 1))
character(len=200) :: JediVarNamesWithChannels(max(size(Channels), 1))
integer :: iChannel
integer :: offset
Expand Down

0 comments on commit c1d6ab6

Please sign in to comment.