Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/collocation_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using namespace GauXC;

#define MAX_NPTS_CHECK 67
#define REF_COLLOCATION_DATA_DEFINED // Guard for hdf5_test_serialization_impl.hpp

struct ref_collocation_data {
std::vector<int32_t> mask;
Expand Down
7 changes: 1 addition & 6 deletions tests/hdf5_test_serialization_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
*/
#pragma once

// This file contains implementations for HDF5 serialization of test data structures
// Must include struct definitions before this file
#ifndef REF_COLLOCATION_DATA_DEFINED
#error "collocation_common.hpp must be included before hdf5_test_serialization_impl.hpp"
#endif

#include "collocation_common.hpp"
#include "hdf5_test_serialization.hpp"

namespace GauXC {
Expand Down
Loading