Skip to content

Commit

Permalink
code norms
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Aug 30, 2023
1 parent e39d28e commit 1f5ffbb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion utils/soca/gdas_ens_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ namespace gdasapp {

class SocaEnsHandler : public oops::Application {
public:

// -----------------------------------------------------------------------------

explicit SocaEnsHandler(const eckit::mpi::Comm & comm = oops::mpi::world())
Expand Down
1 change: 0 additions & 1 deletion utils/soca/gdas_incr_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ namespace gdasapp {
incrWithLayer = postProcIncr.setToZero(incrWithLayer);

// Apply linear change of variables
// TODO (Guillaume): Remove this, var change should be limited to ens_handler
if ( fullConfig.has("linear variable change") ) {
soca::State traj = postProcIncr.getTraj(fullConfig, geom);
eckit::LocalConfiguration lvcConfig(fullConfig, "linear variable change");
Expand Down
1 change: 0 additions & 1 deletion utils/soca/gdas_postprocincr.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ namespace gdasapp {

class PostProcIncr {
public:

// -----------------------------------------------------------------------------
// Constructor

Expand Down

0 comments on commit 1f5ffbb

Please sign in to comment.