File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2222using namespace GauXC ;
2323
2424#define MAX_NPTS_CHECK 67
25- #define REF_COLLOCATION_DATA_DEFINED // Guard for hdf5_test_serialization_impl.hpp
2625
2726struct ref_collocation_data {
2827 std::vector<int32_t > mask;
Original file line number Diff line number Diff line change 1212#pragma once
1313
1414// This file contains implementations for HDF5 serialization of test data structures
15- // Must include struct definitions before this file
16- #ifndef REF_COLLOCATION_DATA_DEFINED
17- #error "collocation_common.hpp must be included before hdf5_test_serialization_impl.hpp"
18- #endif
15+ // Must include collocation_common.hpp before this file to define ref_collocation_data and ref_weights_data
1916
2017#include " hdf5_test_serialization.hpp"
2118
You can’t perform that action at this time.
0 commit comments