Skip to content

Commit

Permalink
static_assert here got moved to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr committed Jul 12, 2018
1 parent f713337 commit 05ce645
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/partitioning/parmetis_partitioner.C
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ void ParmetisPartitioner::_do_repartition (MeshBase & mesh,
&mpi_comm);

// Assign the returned processor ids
static_assert(sizeof(dof_id_type) == sizeof(Parmetis::idx_t),
"libMesh and Parmetis integer sizes must match!");
this->assign_partitioning (mesh, _pmetis->part);

#endif // #ifndef LIBMESH_HAVE_PARMETIS ... else ...
Expand Down

0 comments on commit 05ce645

Please sign in to comment.