Skip to content

Commit

Permalink
Apply clang format to another file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrlongne committed Jan 29, 2019
1 parent 1fc8e86 commit d5e28ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/decompose_mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

#include <algorithm>
#include <iostream>
#include <metis.h>
#include <mpi.h>
#include <numeric>
#include <metis.h>
#include <unistd.h>
#include <unordered_map>
#include <unordered_set>
Expand Down Expand Up @@ -49,9 +49,8 @@ void print_MPI_out(const Proto_Mesh &mesh, const uint32_t rank,

//----------------------------------------------------------------------------//
//! partition a mesh with metis
std::vector<int> metis_partition(Proto_Mesh &mesh, int &edgecut,
const int rank, const int n_rank,
const MPI_Types &mpi_types) {
std::vector<int> metis_partition(Proto_Mesh &mesh, int &edgecut, const int rank,
const int n_rank, const MPI_Types &mpi_types) {

using Constants::X_NEG;
using Constants::X_POS;
Expand Down

0 comments on commit d5e28ae

Please sign in to comment.