Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent 22d7411 commit 10d90f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/seacas/applications/slice/SL_Decompose.C
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,9 @@ namespace {
} // namespace

template std::vector<int> decompose_elements(const Ioss::Region &region, SystemInterface &interFace,
const std::vector<float> &weights,
int dummy);
const std::vector<float> &weights, int dummy);
template std::vector<int> decompose_elements(const Ioss::Region &region, SystemInterface &interFace,
const std::vector<float> &weights,
int64_t dummy);
const std::vector<float> &weights, int64_t dummy);

template <typename INT>
std::vector<int> decompose_elements(const Ioss::Region &region, SystemInterface &interFace,
Expand Down

0 comments on commit 10d90f0

Please sign in to comment.