Skip to content

Commit 659c19e

Browse files
lroberts36pdmullen
andauthored
Apply suggestions from code review
Co-authored-by: Patrick Mullen <[email protected]>
1 parent 3610a85 commit 659c19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/outputs/restart.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ class RestartReader {
7070
PARTHENON_REQUIRE_THROWS(allocated != nullptr,
7171
"Tried to get allocation status but no data present");
7272
PARTHENON_REQUIRE_THROWS((block >= 0) && (block < num_blocks),
73-
"Invalid block index in SparseInfo::IsAllocated");
73+
"Invalid block index in SparseInfo:: DeallocCount");
7474
PARTHENON_REQUIRE_THROWS((sparse_field_idx >= 0) && (sparse_field_idx < num_sparse),
75-
"Invalid sparse field index in SparseInfo::IsAllocated");
75+
"Invalid sparse field index in SparseInfo:: DeallocCount");
7676

7777
return dealloc_count[block * num_sparse + sparse_field_idx];
7878
}

0 commit comments

Comments
 (0)