Skip to content

Commit

Permalink
ready to be merged with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovane Avancini committed Aug 1, 2023
1 parent f69ea22 commit 3825c37
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions External/pzmetis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,9 @@ TPZMetis::TPZMetis() : TPZRenumbering()
#ifndef PZ_USING_METIS
PZError<<"TPZMetis depends on the Metis library\n";
PZError<<"Please reconfigure NeoPZ library using:\n";
<<<<<<< HEAD
PZError<<"USING_METIS=ON"<<std::endl;
// DebugStop();
||||||| 37a509e76
PZError<<"USING_METIS=ON"<<std::endl;
DebugStop();
=======
PZError<<"PZ_USING_METIS=ON"<<std::endl;
DebugStop();
#endif
>>>>>>> develop
}

void TPZMetis::Print(std::ostream &out,char * title) {
Expand Down

0 comments on commit 3825c37

Please sign in to comment.