WindowedArray: Rename Include Guards

Original name was a remnant of an earlier implementation.
This commit is contained in:
Bård Skaflestad
2018-07-05 13:58:38 +02:00
parent 5c1aa3657d
commit 7d7ec8efca

View File

@@ -17,8 +17,8 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OPM_WINDOWED_VECTOR_HPP
#define OPM_WINDOWED_VECTOR_HPP
#ifndef OPM_WINDOWED_ARRAY_HPP
#define OPM_WINDOWED_ARRAY_HPP
#include <cassert>
#include <iterator>
@@ -174,4 +174,4 @@ namespace Opm { namespace RestartIO { namespace Helpers {
}}} // Opm::RestartIO::Helpers
#endif // OPM_WINDOW_VECTOR_HPP
#endif // OPM_WINDOW_ARRAY_HPP