Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 1 addition & 4 deletions tests/hdf5_test_serialization_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,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
// Must include collocation_common.hpp before this file to define ref_collocation_data and ref_weights_data

#include "hdf5_test_serialization.hpp"

Expand Down