Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Oct 15, 2024
1 parent 8181be8 commit b77c052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parthenon_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ void ParthenonManager::RestartPackages(Mesh &rm, RestartReader &resfile) {
"Dense field " + label +
" is marked as sparse in restart file");
}

max_fillsize =
std::max(max_fillsize, static_cast<size_t>(v_info.FillSize(theDomain)));
}
Expand Down

0 comments on commit b77c052

Please sign in to comment.