We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3610a85 commit 659c19eCopy full SHA for 659c19e
src/outputs/restart.hpp
@@ -70,9 +70,9 @@ class RestartReader {
70
PARTHENON_REQUIRE_THROWS(allocated != nullptr,
71
"Tried to get allocation status but no data present");
72
PARTHENON_REQUIRE_THROWS((block >= 0) && (block < num_blocks),
73
- "Invalid block index in SparseInfo::IsAllocated");
+ "Invalid block index in SparseInfo:: DeallocCount");
74
PARTHENON_REQUIRE_THROWS((sparse_field_idx >= 0) && (sparse_field_idx < num_sparse),
75
- "Invalid sparse field index in SparseInfo::IsAllocated");
+ "Invalid sparse field index in SparseInfo:: DeallocCount");
76
77
return dealloc_count[block * num_sparse + sparse_field_idx];
78
}
0 commit comments