Skip to content

Commit

Permalink
Update header file extensions from .h to .hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrivlachos committed Feb 5, 2025
1 parent 62c8400 commit 48d723a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_read_h5_array.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <dx2/h5/h5read_processed.h>
#include <dx2/h5/h5read_processed.hpp>
#include <filesystem>
#include <gtest/gtest.h>
#include <hdf5.h>
Expand Down
4 changes: 2 additions & 2 deletions tests/test_write_h5_array.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <array>
#include <dx2/h5/h5read_processed.h>
#include <dx2/h5/h5write.h>
#include <dx2/h5/h5read_processed.hpp>
#include <dx2/h5/h5write.hpp>
#include <filesystem>
#include <gtest/gtest.h>
#include <hdf5.h>
Expand Down

0 comments on commit 48d723a

Please sign in to comment.