Skip to content

Commit

Permalink
pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Aug 10, 2023
1 parent 77c0fca commit 1f08ed0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
5 changes: 1 addition & 4 deletions utils/ioda_example/gdas_meanioda.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_
#define UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_
#pragma once

#include <iostream>
#include <numeric>
Expand Down Expand Up @@ -94,5 +93,3 @@ namespace gdasapp {
};

} // namespace gdasapp

#endif // UTILS_IODA_EXAMPLE_GDAS_MEANIODA_H_
5 changes: 1 addition & 4 deletions utils/soca/gdas_incr_handler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef UTILS_SOCA_GDAS_INCR_HANDLER_H_
#define UTILS_SOCA_GDAS_INCR_HANDLER_H_
#pragma once

#include <netcdf>

Expand Down Expand Up @@ -75,5 +74,3 @@ namespace gdasapp {
}
};
} // namespace gdasapp

#endif // UTILS_SOCA_GDAS_INCR_HANDLER_H_
5 changes: 1 addition & 4 deletions utils/soca/gdas_postprocincr.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef UTILS_SOCA_GDAS_POSTPROCINCR_H_
#define UTILS_SOCA_GDAS_POSTPROCINCR_H_
#pragma once

#include <filesystem>

Expand Down Expand Up @@ -306,5 +305,3 @@ class PostProcIncr {
std::string pattern_;
};
} // namespace gdasapp

#endif // UTILS_SOCA_GDAS_POSTPROCINCR_H_
5 changes: 1 addition & 4 deletions utils/soca/gdas_socahybridweights.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_
#define UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_
#pragma once

#include <netcdf>

Expand Down Expand Up @@ -88,5 +87,3 @@ namespace gdasapp {
};

} // namespace gdasapp

#endif // UTILS_SOCA_GDAS_SOCAHYBRIDWEIGHTS_H_

0 comments on commit 1f08ed0

Please sign in to comment.