Skip to content

Commit

Permalink
revert to old include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Aug 9, 2023
1 parent dacb74f commit b75f53b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion utils/CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set noparent
linelength=100
filter=+build,-legal,+readability,+runtime,+whitespace,-runtime/references,-runtime/printf
filter=+build,-legal,+readability,+runtime,+whitespace,-runtime/references,-runtime/printf,-build/include_subdir
2 changes: 1 addition & 1 deletion utils/ioda_example/gdas_meanioda.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "ioda_example/gdas_meanioda.h"
#include "gdas_meanioda.h"
#include "oops/runs/Run.h"

// this is an example application that
Expand Down
2 changes: 1 addition & 1 deletion utils/soca/gdas_incr_handler.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "soca/gdas_incr_handler.h"
#include "gdas_incr_handler.h"
#include "oops/runs/Run.h"

int main(int argc, char ** argv) {
Expand Down
2 changes: 1 addition & 1 deletion utils/soca/gdas_incr_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "soca/LinearVariableChange/LinearVariableChange.h"
#include "soca/State/State.h"

#include "soca/gdas_postprocincr.h"
#include "gdas_postprocincr.h"

namespace gdasapp {

Expand Down
2 changes: 1 addition & 1 deletion utils/soca/gdas_socahybridweights.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "soca/gdas_socahybridweights.h"
#include "gdas_socahybridweights.h"
#include "oops/runs/Run.h"

int main(int argc, char ** argv) {
Expand Down

0 comments on commit b75f53b

Please sign in to comment.