Skip to content

Commit

Permalink
fix things again
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Aug 9, 2023
1 parent b75dfad commit 77c0fca
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions utils/ioda_example/gdas_meanioda.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef GDAS_UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_
#define GDAS_UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_
#ifndef UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_
#define UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_

#include <iostream>
#include <numeric>
Expand Down Expand Up @@ -95,4 +95,4 @@ namespace gdasapp {

} // namespace gdasapp

#endif // GDAS_UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_
#endif // UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_
6 changes: 3 additions & 3 deletions utils/soca/gdas_incr_handler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef GDAS_UTILS_SOCA_GDAS_INCR_HANDLER_H_
#define GDAS_UTILS_SOCA_GDAS_INCR_HANDLER_H_
#ifndef UTILS_SOCA_GDAS_INCR_HANDLER_H_
#define UTILS_SOCA_GDAS_INCR_HANDLER_H_

#include <netcdf>

Expand Down Expand Up @@ -76,4 +76,4 @@ namespace gdasapp {
};
} // namespace gdasapp

#endif // GDAS_UTILS_SOCA_GDAS_INCR_HANDLER_H_
#endif // UTILS_SOCA_GDAS_INCR_HANDLER_H_
6 changes: 3 additions & 3 deletions utils/soca/gdas_postprocincr.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef GDAS_UTILS_SOCA_GDAS_POSTPROCINCR_H_
#define GDAS_UTILS_SOCA_GDAS_POSTPROCINCR_H_
#ifndef UTILS_SOCA_GDAS_POSTPROCINCR_H_
#define UTILS_SOCA_GDAS_POSTPROCINCR_H_

#include <filesystem>

Expand Down Expand Up @@ -307,4 +307,4 @@ class PostProcIncr {
};
} // namespace gdasapp

#endif // GDAS_UTILS_SOCA_GDAS_POSTPROCINCR_H_
#endif // UTILS_SOCA_GDAS_POSTPROCINCR_H_
6 changes: 3 additions & 3 deletions utils/soca/gdas_socahybridweights.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef GDAS_UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_
#define GDAS_UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_
#ifndef UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_
#define UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_

#include <netcdf>

Expand Down Expand Up @@ -89,4 +89,4 @@ namespace gdasapp {

} // namespace gdasapp

#endif // GDAS_UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_
#endif // UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_

0 comments on commit 77c0fca

Please sign in to comment.